Skip to content

Releases: cadence-workflow/cadence-java-client

Release 3.9.0

03 Jul 19:15
fac5b4f
Compare
Choose a tag to compare

Added

  • Add ability to override activity options
  • Add executeWorkflow method to WorkflowInterceptor
  • Add isolation group to service client options so that requests are populated with isolation group header
  • Add cause tag for transient poll failures
  • Add workflow start event and data converter to workflow info

Changed

  • Update dependencies
  • Remove unused code
  • Remove reflective objects exception due to failing builds
  • Fix the gradle project for M1 macs
  • Add cronschedule to history start event and fix isCron check of listworkflow for test env

Release 3.8.1

06 Jan 17:12
Compare
Choose a tag to compare

Removed openetelemtry-bom dependency since it is not really needed for a library like cadence-jave-client. it is enough to depend on opentelemetry-api which is just the opentelemetry interface.

Release 3.8.0

15 Nov 13:01
813165f
Compare
Choose a tag to compare
  • Graceful shutdown based on sigterm handler
  • Adding cross domain signal/child workflow creation support
  • Adding open telemetry support so that open telemetry context is propagated to cadence-server
  • Adding dynamic poller support for more efficient resource usage.

Release 3.7.3

12 Sep 07:14
365c46d
Compare
Choose a tag to compare

Fix describe domain and update domain grpc calls to include domainConfiguration and replication configuration in response.

Release 3.7.2

11 Aug 21:58
51654a5
Compare
Choose a tag to compare
  • Fix gRPC adapter for List APIs

Release 3.7.1

04 Aug 04:50
55205ee
Compare
Choose a tag to compare

New Features

  • Add gRPC channel to client options (#731 )

Release 3.7.0

02 Aug 18:29
89eaf91
Compare
Choose a tag to compare

New Features

  • Add gRPC compatibility layer (#673)

Release 3.6.2

05 May 00:28
7dca5a5
Compare
Choose a tag to compare
  • Add refresh tasks API to provide ability to refresh tasks on stuck workflows

Release 3.6.1

19 Jan 19:15
b72242c
Compare
Choose a tag to compare

Bug fixes

  • Fix a bug for PollOnlyIfExecutorHasCapacity flag about pool size (#666)

Credits

Thank you @spmistry for the contribution!

Release 3.6.0

11 Jan 23:27
e7c6947
Compare
Choose a tag to compare

New Features

  • Introduce experimental flag and add logic for capacity based polling.

Credits

Thank you @spmistry for the contribution!