Skip to content

Commit c45a8ec

Browse files
authored
Prepare new release 3.1.0 (#613)
* Prepare new release 3.1.0
1 parent 229dd2c commit c45a8ec

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 3.1.0
4+
### Added
5+
- [New feature] Workflow Shadowing worker and tests. The new shadowing feature provides:
6+
1. WorkflowShadower to run integration tests to replay workflow traffic from local/test environment.
7+
2. ShadowingWorker to run worker
8+
- [Breaking changes] Introduce new error type WorkflowAlreadyCompletedError in APIs SignalWorkflowExecution, CancelWorkflowExecution and TerminateWorkflowExecution.
9+
- Add Java 11 support.
10+
- Add binary checksum support.
11+
- Add activity worker thread count metrics.
12+
### Changed
13+
- Add all missing version marker before upsert searchattributes.
14+
315
## 3.0.0
416
### Added
517
- [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.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ googleJavaFormat {
4040
}
4141

4242
group = 'com.uber.cadence'
43-
version = '3.0.0'
43+
version = '3.1.0'
4444

4545
description = '''Uber Cadence Java Client'''
4646

0 commit comments

Comments
 (0)