Skip to content

Commit

Permalink
Release 3.12.1 (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
shijiesheng authored May 17, 2024
1 parent 95cb139 commit b0738bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.12.1
- Refactor ActivityTaskExecutor to use ActivityTask interface (#897)
- Fixed memory leak caused by incorrect context deactivation (#896)
- Added unsetCurrentContext to ContextPropagator interface (#898)

## 3.12.0
- Added support for new Async APIs for starting large numbers of workflows.
- Added support for two-legged OAuth flow
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ googleJavaFormat {
}

group = 'com.uber.cadence'
version = '3.12.0'
version = '3.12.1'

description = '''Uber Cadence Java Client'''

Expand Down

0 comments on commit b0738bb

Please sign in to comment.