Releases: uber/cadence-java-client
Releases · uber/cadence-java-client
Release 3.8.1
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
- 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
Fix describe domain and update domain grpc calls to include domainConfiguration and replication configuration in response.
Release 3.7.2
- Fix gRPC adapter for List APIs
Release 3.7.1
New Features
- Add gRPC channel to client options (#731 )
Release 3.7.0
New Features
- Add gRPC compatibility layer (#673)
Release 3.6.2
- Add refresh tasks API to provide ability to refresh tasks on stuck workflows
Release 3.6.1
Release 3.6.0
New Features
- Introduce experimental flag and add logic for capacity based polling.
Credits
Thank you @spmistry for the contribution!
Release 3.5.1
New Features
- Add CadenceChangeVersion support.
- Allow using other tags in metric reporter.
- Add metric tag to differentiate long-poll and normal request.
Bug fixes
- Fix identity for sticky worker.
- Improve contributing guide.