We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90070c commit 0109025Copy full SHA for 0109025
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 3.5.1
4
+### Added
5
+- Add CadenceChangeVersion support.
6
+- Allow using other tags in metric reporter.
7
+- Add metric tag to differentiate long-poll and normal request.
8
+### Changed
9
+- Fix identity for sticky worker.
10
+- Improve contributing guide.
11
+
12
## 3.5.0
13
### Changed
14
- Fix consistent query interface which caused overloading ambiguity with variable argument
build.gradle
@@ -40,7 +40,7 @@ googleJavaFormat {
40
}
41
42
group = 'com.uber.cadence'
43
-version = '3.5.0'
+version = '3.5.1'
44
45
description = '''Uber Cadence Java Client'''
46
0 commit comments