We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cb139 commit b0738bbCopy full SHA for b0738bb
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
+
8
## 3.12.0
9
- Added support for new Async APIs for starting large numbers of workflows.
10
- Added support for two-legged OAuth flow
build.gradle
@@ -44,7 +44,7 @@ googleJavaFormat {
44
}
45
46
group = 'com.uber.cadence'
47
-version = '3.12.0'
+version = '3.12.1'
48
49
description = '''Uber Cadence Java Client'''
50
0 commit comments