Skip to content

Commit e5f8384

Browse files
author
meiliang86
authored
Prepare 2.4.1 release (#276)
* Prepare 2.4.1 release * Update readme
1 parent 2f1fae0 commit e5f8384

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v2.4.1
4+
- Update default long poll timeout to 2min to match server side config
5+
- Fix deadlock in sticky decider cache eviction
6+
- Fix cron schedule merge issue in child workflow option
7+
38
## v2.4.0
49
- Fixed InternalServiceError Error message on continue_as_new
510
- Correctly calculate workflow e2e latency

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ Add *cadence-client* as a dependency to your *pom.xml*:
3131
<dependency>
3232
<groupId>com.uber.cadence</groupId>
3333
<artifactId>cadence-client</artifactId>
34-
<version>2.4.0</version>
34+
<version>2.4.1</version>
3535
</dependency>
3636

3737
or to *build.gradle*:
3838

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

4141
# Overview
4242

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ googleJavaFormat {
3737
}
3838

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

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

0 commit comments

Comments
 (0)