Skip to content

Commit

Permalink
Prepare 2.4.1 release (#276)
Browse files Browse the repository at this point in the history
* Prepare 2.4.1 release

* Update readme
  • Loading branch information
meiliang86 authored Apr 25, 2019
1 parent 2f1fae0 commit e5f8384
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v2.4.1
- Update default long poll timeout to 2min to match server side config
- Fix deadlock in sticky decider cache eviction
- Fix cron schedule merge issue in child workflow option

## v2.4.0
- Fixed InternalServiceError Error message on continue_as_new
- Correctly calculate workflow e2e latency
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Add *cadence-client* as a dependency to your *pom.xml*:
<dependency>
<groupId>com.uber.cadence</groupId>
<artifactId>cadence-client</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
</dependency>

or to *build.gradle*:

compile group: 'com.uber.cadence', name: 'cadence-client', version: '2.4.0'
compile group: 'com.uber.cadence', name: 'cadence-client', version: '2.4.1'

# Overview

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.0'
version = '2.4.1'

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

Expand Down

0 comments on commit e5f8384

Please sign in to comment.