Releases: uber/cadence-java-client
Releases · uber/cadence-java-client
Release 3.12.4
3.12.4
- Fix incorrect span activation for local activities
Release 3.12.3
3.12.3
- Remove unused direct dependency of com.google.http-client
- Fix context propagation bug that would link two parents in some cases
Release 3.12.2
What's Changed
- downgrade java-jwt dependency to 3.10.2
Release 3.12.1
v3.12.0
What's Changed
- Added support for new Async APIs for starting large numbers of workflows.
- Added support for two-legged OAuth flow
- Added support for standard JWT exp and iat claims
- Updated WorkerOptions to default to the Tracer used to initialize WorkflowClient.
- Fixed ClassCastException when using Promise#allOf(Promise<?>...)
- Fixed NullPointerException in ContextPropagation when Header is present but fields is null
New Contributors
- @mstifflin made their first contribution in #878
- @natemort made their first contribution in #881
- @votez made their first contribution in #858
Full Changelog: v3.11.0...v3.12.0
Release 3.11.0
- added opentracing support in workflow lifecycles
- Bump io.grpc related dependency versions
- Added signalWorkflow and tests for both SignalWorkflowExecution and SignalWithStart
- Updating Docker cassandra version to 4.1.3
- Add CODEOWNERS file
Release 3.10.1-fix
- Bug Fix:Enhanced Workflow Handling for Existing Instances in New Domains
- Populate tasklistkind in poll request
Release 3.10.1
- Added case of workflow already started for migration
Release 3.10.0
- Added migrationIWorkflowService
- Added migrationInterceptor
- Moved out TracingInterceptor from WorkflowTest to a separate package
Release 3.9.1
- Added initialization of contextPropagators from passed options
- Updated rpc-caller header of grpc