We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5d6ec commit 7dca5a5Copy full SHA for 7dca5a5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 3.6.2
4
+### Added
5
+- Add refresh tasks API to provide ability to refresh tasks on stuck workflows.
6
+
7
## 3.6.1
8
### Changed
9
- Fix a bug for PollOnlyIfExecutorHasCapacity flag about pool size.
build.gradle
@@ -40,7 +40,7 @@ googleJavaFormat {
40
}
41
42
group = 'com.uber.cadence'
43
-version = '3.6.1'
+version = '3.6.2'
44
45
description = '''Uber Cadence Java Client'''
46
0 commit comments