Skip to content

Commit

Permalink
Prepare for release 2.4.2 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
meiliang86 authored May 31, 2019
1 parent 3036ef5 commit 60408a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v2.4.2
- Support Memo in visibility
- Fix getVersion without decision event
- Make NoopScope metric scope really a no-op operation
- Add some more fields in activity info
- Wire workflow id reuse policy in start workflow execution params
- Add missing metrics tags for activity and decision task processing
- Multiple fixes to get build and unit-tests passing when building cadence-java-client from Windows.
- Allow data converter to handle non-serializable throwables in the cause chain

## v2.4.1
- Update default long poll timeout to 2min to match server side config
- Fix deadlock in sticky decider cache eviction
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ googleJavaFormat {
}

group = 'com.uber.cadence'
version = '2.4.1'
version = '2.4.2'

description = """Uber Cadence Java Client"""

Expand Down

0 comments on commit 60408a1

Please sign in to comment.