Skip to content

Commit 95f5828

Browse files
author
Liang Mei
authored
Prepare for release 2.5.2 (#343)
1 parent a260d2f commit 95f5828

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## v2.5.2
4+
- Add saga class that helps user to implement saga pattern in Cadence
5+
- Add activity tasklist rate limiter option to worker options
6+
37
## v2.5.1
48
- Fix busy loop in local activity poller if there is no task
59
- Fix an issue in get history timeout

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.5.1'
40+
version = '2.5.2'
4141

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

0 commit comments

Comments
 (0)