Skip to content

Commit 5fb72da

Browse files
authored
Release v3.12.4 (#911)
What changed? 3.12.4 Fix incorrect span activation for local activities
1 parent ad20d97 commit 5fb72da

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 3.12.4
4+
- Fix incorrect span activation for local activities
5+
36
## 3.12.3
47
- Remove unused direct dependency of com.google.http-client
58
- Fix context propagation bug that would link two parents in some cases

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ googleJavaFormat {
4444
}
4545

4646
group = 'com.uber.cadence'
47-
version = '3.12.3'
47+
version = '3.12.4'
4848

4949
description = '''Uber Cadence Java Client'''
5050

0 commit comments

Comments
 (0)