Skip to content

Commit

Permalink
3.8.0 release (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
mindaugasbarcauskas authored Nov 15, 2022
1 parent f7b299b commit 813165f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## 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.
## 3.7.3
- Fix describe domain and update domain grpc calls to include domainConfiguration and replication configuration in response.
## 3.7.2
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ googleJavaFormat {
}

group = 'com.uber.cadence'
version = '3.7.3'
version = '3.8.0'

description = '''Uber Cadence Java Client'''

Expand Down

0 comments on commit 813165f

Please sign in to comment.