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,6 +4,23 @@ 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.4.1] - 2022-10-06
8
+
9
+ ### Bug Fixes
10
+
11
+ - [`client`] Handle test server empty history when waiting for workflow result
12
+ ([#902](https://github.com/temporalio/sdk-typescript/pull/902))
13
+ - [`common`] Export and deprecate error helpers ([#901](https://github.com/temporalio/sdk-typescript/pull/901))
14
+
15
+ Fixes a breaking change accidentally introduces in 1.4.0 where some rarely used utility functions were deleted.
16
+
17
+ ### Miscellaneous Tasks
18
+
19
+ - Improve regex for extracting source map ([#899](https://github.com/temporalio/sdk-typescript/pull/899))
20
+
21
+ Addresses reported issue by userr where regex caused `RangeError: Maximum call stack size exceeded` when parsing their
22
+ workflow bundle.
23
+
7
24
## [1.4.0] - 2022-09-28
8
25
9
26
### Features
You can’t perform that action at this time.
0 commit comments