We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b299b commit b8d4130Copy full SHA for b8d4130
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+## 3.8.0
3
+- Graceful shutdown based on sigterm handler
4
+- Adding cross domain signal/child workflow creation support
5
+- Adding open telemetry support so that open telemetry context is propagated to cadence-server
6
+- Adding dynamic poller support for more efficient resource usage.
7
## 3.7.3
8
- Fix describe domain and update domain grpc calls to include domainConfiguration and replication configuration in response.
9
## 3.7.2
build.gradle
@@ -44,7 +44,7 @@ googleJavaFormat {
44
}
45
46
group = 'com.uber.cadence'
47
-version = '3.7.3'
+version = '3.8.0'
48
49
description = '''Uber Cadence Java Client'''
50
0 commit comments