We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31524fa commit b72242cCopy full SHA for b72242c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 3.6.1
4
+### Changed
5
+- Fix a bug for PollOnlyIfExecutorHasCapacity flag about pool size.
6
+
7
## 3.6.0
8
### Added
9
- Introduce experimental flag and add logic for capacity based polling.
@@ -24,7 +28,7 @@
24
28
25
29
## 3.3.0
26
30
27
-- Added feature flags to ship breaking changes without impacting old behavior.
31
+- Added feature flags to ship breaking chgit loganges without impacting old behavior.
32
33
## 3.2.0
34
build.gradle
@@ -40,7 +40,7 @@ googleJavaFormat {
40
}
41
42
group = 'com.uber.cadence'
43
-version = '3.6.0'
+version = '3.6.1'
44
45
description = '''Uber Cadence Java Client'''
46
0 commit comments