File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,32 @@ All notable changes to this project will be documented in this file.
4
4
5
5
Breaking changes marked with a :boom:
6
6
7
+ ## [1.8.4] - 2023-08-22
8
+
9
+ ### Bug Fixes
10
+
11
+ - [`workflow`] Fix a particular case where `isReplaying` would be incorrectly `true` if a query came in right after a
12
+ cache eviction ([#1211](https://github.com/temporalio/sdk-typescript/pull/1211)). This could notably cause situations
13
+ where calls to sink functions not configured with `calledDuringReplay = true` would not be relayed, as well as
14
+ situations where `patched(...)` would return false even though this part of the code was being executed for the
15
+ first time.
16
+
17
+ - [`workflow`] Avoid errors in Search Attributes Payload Converter if enumerable properties had been
18
+ added on `Array.prototype` ([#1209](https://github.com/temporalio/sdk-typescript/pull/1209)).
19
+
20
+ - [`worker`] Validate `buildId` is set when `useVersioning` is true ([#1207](https://github.com/temporalio/sdk-typescript/pull/1207)).
21
+
7
22
## [1.8.3] - 2023-08-16
8
23
9
24
### Bug Fixes
10
25
11
26
- [`workflow`] Remove accidental import of large protos into workflow library
12
27
([#1203](https://github.com/temporalio/sdk-typescript/pull/1203)). This had
13
28
been causing significant memory usage increases on workflow workers since 1.8.1.
29
+
14
30
- [`core`] Fix removal of deprecated patch call adjacent to other patch
15
31
([#587](https://github.com/temporalio/sdk-core/pull/587))
32
+
16
33
- [`client`] Throw `WorkflowExecutionAlreadyStartedError` on `signalWithStart`
17
34
([#1199](https://github.com/temporalio/sdk-typescript/pull/1199) thanks to
18
35
[`@satazor`](https://github.com/satazor) 🙏)
You can’t perform that action at this time.
0 commit comments