Skip to content

Releases: uber/cadence-java-client

Release 3.12.4

12 Jun 21:49
5fb72da
Compare
Choose a tag to compare

3.12.4

  • Fix incorrect span activation for local activities

Release 3.12.3

04 Jun 00:55
5caf971
Compare
Choose a tag to compare

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

22 May 19:09
efd64b7
Compare
Choose a tag to compare

What's Changed

  • downgrade java-jwt dependency to 3.10.2

Release 3.12.1

17 May 20:45
b0738bb
Compare
Choose a tag to compare

What's Changed

  • Refactor ActivityTaskExecutor to use ActivityTask interface (#897)
  • Fixed memory leak caused by incorrect context deactivation (#896)
  • Added unsetCurrentContext to ContextPropagator interface (#898)

v3.12.0

03 May 22:45
9808e30
Compare
Choose a tag to compare

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

Full Changelog: v3.11.0...v3.12.0

Release 3.11.0

15 Apr 20:23
754a088
Compare
Choose a tag to compare
  • 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

01 Feb 18:58
b1739e2
Compare
Choose a tag to compare
  • Bug Fix:Enhanced Workflow Handling for Existing Instances in New Domains
  • Populate tasklistkind in poll request

Release 3.10.1

29 Sep 08:47
Compare
Choose a tag to compare
  • Added case of workflow already started for migration

Release 3.10.0

25 Aug 23:26
fe2bdb5
Compare
Choose a tag to compare
  • Added migrationIWorkflowService
  • Added migrationInterceptor
  • Moved out TracingInterceptor from WorkflowTest to a separate package

Release 3.9.1

11 Aug 00:49
Compare
Choose a tag to compare
  • Added initialization of contextPropagators from passed options
  • Updated rpc-caller header of grpc