We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a260d2f commit 95f5828Copy full SHA for 95f5828
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
+
7
## v2.5.1
8
- Fix busy loop in local activity poller if there is no task
9
- Fix an issue in get history timeout
build.gradle
@@ -37,7 +37,7 @@ googleJavaFormat {
37
}
38
39
group = 'com.uber.cadence'
40
-version = '2.5.1'
+version = '2.5.2'
41
42
description = """Uber Cadence Java Client"""
43
0 commit comments