We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12aacfe commit 5caf971Copy full SHA for 5caf971
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 3.12.3
4
+- Remove unused direct dependency of com.google.http-client
5
+- Fix context propagation bug that would link two parents in some cases
6
+
7
## 3.12.2
8
- Downgrade java-jwt dependency to 3.10.2 to fix #900
9
build.gradle
@@ -44,7 +44,7 @@ googleJavaFormat {
44
}
45
46
group = 'com.uber.cadence'
47
-version = '3.12.2'
+version = '3.12.3'
48
49
description = '''Uber Cadence Java Client'''
50
0 commit comments