Skip to content

Commit fac5b4f

Browse files
authored
3.9.0 release (#823)
1 parent 3174675 commit fac5b4f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 3.9.0
4+
### Added
5+
- Add ability to override activity options
6+
- Add executeWorkflow method to WorkflowInterceptor
7+
- Add isolation group to service client options so that requests are populated with isolation group header
8+
- Add cause tag for transient poll failures
9+
- Add workflow start event and data converter to workflow info
10+
### Changed
11+
- Update dependencies
12+
- Remove unused code
13+
- Remove reflective objects exception due to failing builds
14+
- Fix the gradle project for M1 macs
15+
- Add cronschedule to history start event and fix isCron check of listworkflow for test env
16+
17+
## 3.8.1
18+
- remove opentelemetry-bom dependency.
319
## 3.8.0
420
- Graceful shutdown based on sigterm handler
521
- Adding cross domain signal/child workflow creation support

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.8.0'
47+
version = '3.9.0'
4848

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

0 commit comments

Comments
 (0)