We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad20d97 commit 5fb72daCopy full SHA for 5fb72da
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 3.12.4
4
+- Fix incorrect span activation for local activities
5
+
6
## 3.12.3
7
- Remove unused direct dependency of com.google.http-client
8
- Fix context propagation bug that would link two parents in some cases
build.gradle
@@ -44,7 +44,7 @@ googleJavaFormat {
44
}
45
46
group = 'com.uber.cadence'
47
-version = '3.12.3'
+version = '3.12.4'
48
49
description = '''Uber Cadence Java Client'''
50
0 commit comments