File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.5.0
4
+ - Local activities
5
+ - Make sure signals are applied in the same order as they appear in history
6
+ - Fix retry option without expiration in test env
7
+ - Maintain correct runID during reset for random ID generation
8
+ - Default retry policy for Cadence service API calls
9
+ - Change markers to use headers to serialize internal fields
10
+ - Miscellaneous stability and debuggability fixes
11
+
3
12
## v2.4.2
4
13
- Support Memo in visibility
5
14
- Fix getVersion without decision event
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ googleJavaFormat {
37
37
}
38
38
39
39
group = ' com.uber.cadence'
40
- version = ' 2.4.2 '
40
+ version = ' 2.5.0 '
41
41
42
42
description = """ Uber Cadence Java Client"""
43
43
You can’t perform that action at this time.
0 commit comments