We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1178730 commit 2c66816Copy full SHA for 2c66816
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v2.5.1
4
+- Fix busy loop in local activity poller if there is no task
5
+- Fix an issue in get history timeout
6
+- Lock decider while processing
7
+- Timer firing fix
8
+
9
## v2.5.0
10
- Local activities
11
- Make sure signals are applied in the same order as they appear in history
build.gradle
@@ -37,7 +37,7 @@ googleJavaFormat {
37
}
38
39
group = 'com.uber.cadence'
40
-version = '2.5.0'
+version = '2.5.1'
41
42
description = """Uber Cadence Java Client"""
43
0 commit comments