File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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.
3
19
## 3.8.0
4
20
- Graceful shutdown based on sigterm handler
5
21
- Adding cross domain signal/child workflow creation support
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ googleJavaFormat {
44
44
}
45
45
46
46
group = ' com.uber.cadence'
47
- version = ' 3.8 .0'
47
+ version = ' 3.9 .0'
48
48
49
49
description = ''' Uber Cadence Java Client'''
50
50
You can’t perform that action at this time.
0 commit comments