Skip to content

Commit b0738bb

Browse files
authored
Release 3.12.1 (#899)
1 parent 95cb139 commit b0738bb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 3.12.1
4+
- Refactor ActivityTaskExecutor to use ActivityTask interface (#897)
5+
- Fixed memory leak caused by incorrect context deactivation (#896)
6+
- Added unsetCurrentContext to ContextPropagator interface (#898)
7+
38
## 3.12.0
49
- Added support for new Async APIs for starting large numbers of workflows.
510
- Added support for two-legged OAuth flow

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.0'
47+
version = '3.12.1'
4848

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

0 commit comments

Comments
 (0)