You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
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
+
3
15
## 3.0.0
4
16
### Added
5
17
-[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.
0 commit comments