|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 3.3.0 |
| 4 | +### Added |
| 5 | +- Added feature flags to ship breaking changes without impacting old behavior. |
| 6 | + |
3 | 7 | ## 3.2.0
|
4 | 8 | ### Added
|
5 | 9 | - Add Health check API to worker and service interface.
|
|
41 | 45 | - Fix race condition during serialization.
|
42 | 46 |
|
43 | 47 | ## 2.7.8
|
44 |
| -- Fix get raw history |
45 |
| -- Improve signal processing error and log |
46 |
| -- Fix replay error when querying workflow that contains activity retry |
| 48 | +- Fix get raw history |
| 49 | +- Improve signal processing error and log |
| 50 | +- Fix replay error when querying workflow that contains activity retry |
47 | 51 |
|
48 | 52 | ## 2.7.6
|
49 |
| -- Fix getVersion override when added new version |
50 |
| -- Add async signal to untypedstub |
| 53 | +- Fix getVersion override when added new version |
| 54 | +- Add async signal to untypedstub |
51 | 55 | - Fix RetryOptions.addDoNotRetry
|
52 | 56 | - Add missing metrics from go client
|
53 | 57 | - Fix a bug in setting retry expiration while getting history
|
54 |
| -- Fix start async return |
| 58 | +- Fix start async return |
55 | 59 |
|
56 | 60 | ## 2.7.5
|
57 | 61 | - Added supports contextPropagators for localActivity
|
58 | 62 |
|
59 | 63 | ## v2.7.4
|
60 |
| -- Fix prometheus reporting issue |
| 64 | +- Fix prometheus reporting issue |
61 | 65 | - Fix Promise.allOf should not block on empty input
|
62 | 66 | - Misc: Added project directory to sourceItems path
|
63 | 67 | - Add async start to untype stub
|
|
81 | 85 | - Fix various bugs around test workflow service and test mutable state implementation
|
82 | 86 | - Use thrift IDLs from uber/cadence-idl repo as a submodule
|
83 | 87 | - Various dependency updates including Docker base image and Gradle wrapper
|
84 |
| -- Miscellaneous bug fixes |
| 88 | +- Miscellaneous bug fixes |
85 | 89 |
|
86 | 90 | ## v2.6.3
|
87 | 91 | - Add Upsert Search Attributes
|
@@ -166,7 +170,7 @@ queries did not used cached workflows.
|
166 | 170 | ## v2.1.2
|
167 | 171 | - Requires minimum server release v0.4.0
|
168 | 172 | - Introduced WorkerFactory and FactoryOptions
|
169 |
| -- Added sticky workflow execution, which is caching of a workflow object between decisions. It is enabled by default, |
| 173 | +- Added sticky workflow execution, which is caching of a workflow object between decisions. It is enabled by default, |
170 | 174 | to disable use FactoryOptions.disableStickyExecution property.
|
171 | 175 | - Updated Thrift to expose new types of service exceptions: ServiceBusyError, DomainNotActiveError, LimitExceededError
|
172 | 176 | - Added metric for corrupted signal as well as metrics related to caching and evictions.
|
|
0 commit comments