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