Skip to content

Commit 0ae49b1

Browse files
authored
chore: Prepare CHANGELOG.md for release 1.8.1 (#1165)
1 parent 6ccfd51 commit 0ae49b1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

55
Breaking changes marked with a :boom:
66

7+
## [1.8.1] - 2023-07-07
8+
9+
### Bug Fixes
10+
11+
- Remove instanceof Error checks from `is` methods ([#1162](https://github.com/temporalio/sdk-typescript/pull/1162)).
12+
This fixes various regressions observed when running Workflow tests with Jest.
13+
14+
- Add the `VersioningIntent` parameters on the experiemental [worker versioning](https://docs.temporal.io/workers#worker-versioning)
15+
feature ([#1156](https://github.com/temporalio/sdk-typescript/pull/1156)). Also, all values of the `ReachabilityType`
16+
type has been converted to SCREAMING_CASE.
17+
18+
- [`workflow`] Make `workflows.log()`'s `attributes` argument optional ([#1159](https://github.com/temporalio/sdk-typescript/pull/1159)).
19+
20+
- [`workflow`] Attach `workflows.log()`'s `attributes` to every workflow log message ([#1159](https://github.com/temporalio/sdk-typescript/pull/1159)).
21+
722
## [1.8.0] - 2023-06-29
823

924
### Features

0 commit comments

Comments
 (0)