Skip to content

Commit 0cfdd71

Browse files
authored
chore: Update changelog for 1.8.4 (#1212)
1 parent 51c513a commit 0cfdd71

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,32 @@ All notable changes to this project will be documented in this file.
44

55
Breaking changes marked with a :boom:
66

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+
722
## [1.8.3] - 2023-08-16
823

924
### Bug Fixes
1025

1126
- [`workflow`] Remove accidental import of large protos into workflow library
1227
([#1203](https://github.com/temporalio/sdk-typescript/pull/1203)). This had
1328
been causing significant memory usage increases on workflow workers since 1.8.1.
29+
1430
- [`core`] Fix removal of deprecated patch call adjacent to other patch
1531
([#587](https://github.com/temporalio/sdk-core/pull/587))
32+
1633
- [`client`] Throw `WorkflowExecutionAlreadyStartedError` on `signalWithStart`
1734
([#1199](https://github.com/temporalio/sdk-typescript/pull/1199) thanks to
1835
[`@satazor`](https://github.com/satazor) 🙏)

0 commit comments

Comments
 (0)