Skip to content

Commit d2d3893

Browse files
authored
Update changelog for 1.4.1 (#903)
1 parent 425b2b0 commit d2d3893

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,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
Breaking changes marked with a :boom:
66

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+
724
## [1.4.0] - 2022-09-28
825

926
### Features

0 commit comments

Comments
 (0)