File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ 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.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
+
7
20
## [1.8.2] - 2023-08-02
8
21
9
22
### Features
You can’t perform that action at this time.
0 commit comments