Skip to content

Commit b8d4130

Browse files
3.8.0 release
1 parent f7b299b commit b8d4130

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# 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.
27
## 3.7.3
38
- Fix describe domain and update domain grpc calls to include domainConfiguration and replication configuration in response.
49
## 3.7.2

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ googleJavaFormat {
4444
}
4545

4646
group = 'com.uber.cadence'
47-
version = '3.7.3'
47+
version = '3.8.0'
4848

4949
description = '''Uber Cadence Java Client'''
5050

0 commit comments

Comments
 (0)