Skip to content

Commit f0e1efd

Browse files
authored
Update changelog for 1.8.3 (#1206)
1 parent 06e96b3 commit f0e1efd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

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

55
Breaking changes marked with a :boom:
66

7+
## [1.8.3] - 2023-08-16
8+
9+
### Bug Fixes
10+
11+
- [`workflow`] Remove accidental import of large protos into workflow library
12+
([#1203](https://github.com/temporalio/sdk-typescript/pull/1203)). This had
13+
been causing significant memory usage increases on workflow workers since 1.8.1.
14+
- [`core`] Fix removal of deprecated patch call adjacent to other patch
15+
([#587](https://github.com/temporalio/sdk-core/pull/587))
16+
- [`client`] Throw `WorkflowExecutionAlreadyStartedError` on `signalWithStart`
17+
([#1199](https://github.com/temporalio/sdk-typescript/pull/1199) thanks to
18+
[`@satazor`](https://github.com/satazor) 🙏)
19+
720
## [1.8.2] - 2023-08-02
821

922
### Features

0 commit comments

Comments
 (0)