Skip to content

Commit

Permalink
Prepare new release 3.1.0 (#613)
Browse files Browse the repository at this point in the history
* Prepare new release 3.1.0
  • Loading branch information
yux0 authored May 13, 2021
1 parent 229dd2c commit c45a8ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 3.1.0
### Added
- [New feature] Workflow Shadowing worker and tests. The new shadowing feature provides:
1. WorkflowShadower to run integration tests to replay workflow traffic from local/test environment.
2. ShadowingWorker to run worker
- [Breaking changes] Introduce new error type WorkflowAlreadyCompletedError in APIs SignalWorkflowExecution, CancelWorkflowExecution and TerminateWorkflowExecution.
- Add Java 11 support.
- Add binary checksum support.
- Add activity worker thread count metrics.
### Changed
- Add all missing version marker before upsert searchattributes.

## 3.0.0
### Added
- [New feature] Activity Local Dispatch: Allows Cadence worker to dispatch activity tasks through local tunnel after ScheduleActivity decisions are made. This is a performance optimization to reduce activity scheduling efforts.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ googleJavaFormat {
}

group = 'com.uber.cadence'
version = '3.0.0'
version = '3.1.0'

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

Expand Down

0 comments on commit c45a8ec

Please sign in to comment.