All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added JWT Authorization Provider. This change includes a dependency that uses v2+ go modules. They no longer match import paths, meaning that we have to drop support for dep & glide in order to use this. #1116
- Generated proto type were moved out to cadence-idl repository. This is BREAKING if you were using
compatibility
package. In that case you will need to update import path fromgo.uber.org/cadence/.gen/proto/api/v1
togithub.com/uber/cadence-idl/go/proto/api/v1
#1138
- Documentation improvements for
client.SignalWorkflow
#1151