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 5008365 commit 93424e2Copy full SHA for 93424e2
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 3.2.0
4
+### Added
5
+- Add Health check API to worker and service interface.
6
+### Changed
7
+- Replace sticky tasklist metrics scope with the same value.
8
+
9
## 3.1.0
10
### Added
11
- [New feature] Workflow Shadowing worker and tests. The new shadowing feature provides:
build.gradle
@@ -40,7 +40,7 @@ googleJavaFormat {
40
}
41
42
group = 'com.uber.cadence'
43
-version = '3.1.0'
+version = '3.2.0'
44
45
description = '''Uber Cadence Java Client'''
46
0 commit comments