File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.4.2
4
+ - Support Memo in visibility
5
+ - Fix getVersion without decision event
6
+ - Make NoopScope metric scope really a no-op operation
7
+ - Add some more fields in activity info
8
+ - Wire workflow id reuse policy in start workflow execution params
9
+ - Add missing metrics tags for activity and decision task processing
10
+ - Multiple fixes to get build and unit-tests passing when building cadence-java-client from Windows.
11
+ - Allow data converter to handle non-serializable throwables in the cause chain
12
+
3
13
## v2.4.1
4
14
- Update default long poll timeout to 2min to match server side config
5
15
- Fix deadlock in sticky decider cache eviction
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.1 '
40
+ version = ' 2.4.2 '
41
41
42
42
description = """ Uber Cadence Java Client"""
43
43
You can’t perform that action at this time.
0 commit comments