Skip to content

Commit 60408a1

Browse files
authored
Prepare for release 2.4.2 (#314)
1 parent 3036ef5 commit 60408a1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## v2.4.1
414
- Update default long poll timeout to 2min to match server side config
515
- Fix deadlock in sticky decider cache eviction

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ googleJavaFormat {
3737
}
3838

3939
group = 'com.uber.cadence'
40-
version = '2.4.1'
40+
version = '2.4.2'
4141

4242
description = """Uber Cadence Java Client"""
4343

0 commit comments

Comments
 (0)