File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,34 @@ 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.0.1] - 2022-07-29
8
+
9
+ ### Bug Fixes
10
+
11
+ - Allow `RetryPolicy.maximumAttempts: Number.POSITIVE_INFINITY` ([#784](https://github.com/temporalio/sdk-typescript/pull/784))
12
+ - [`worker`] Prevent ending a worker span twice. ([#786](https://github.com/temporalio/sdk-typescript/pull/786))
13
+ - Update Core SDK ([#790](https://github.com/temporalio/sdk-typescript/pull/790))
14
+ - Turn down log level for this line ([#362](https://github.com/temporalio/sdk-core/pull/362))
15
+ - Fix bug where LA resolutions could trigger activations with no associated WFT ([#357](https://github.com/temporalio/sdk-core/pull/357))
16
+ - Don't allow activity completions with unset successful result payloads ([#356](https://github.com/temporalio/sdk-core/pull/356))
17
+ - Make sure workers do not propagate retryable errors as fatal ([#353](https://github.com/temporalio/sdk-core/pull/353))
18
+ - Fix null LA results becoming unparseable ([#355](https://github.com/temporalio/sdk-core/pull/355))
19
+
20
+ ### Documentation
21
+
22
+ - Update release instructions ([#779](https://github.com/temporalio/sdk-typescript/pull/779))
23
+ - Update release instructions again ([#780](https://github.com/temporalio/sdk-typescript/pull/780))
24
+
25
+ ### Features
26
+
27
+ - [`workflow`] List registered queries in error response when a query is not found ([#791](https://github.com/temporalio/sdk-typescript/pull/791))
28
+
29
+ ### Miscellaneous Tasks
30
+
31
+ - Upgrade to protobufjs v7 ([#789](https://github.com/temporalio/sdk-typescript/pull/789))
32
+ - Fixes [#669](https://github.com/temporalio/sdk-typescript/issues/669)
33
+ - Fixes [#785](https://github.com/temporalio/sdk-typescript/issues/785)
34
+
7
35
## [1.0.0] - 2022-07-25
8
36
9
37
⚠️ NOTE: Before upgrading to `1.0.0`, note all breaking changes between your current version and this version, including [`1.0.0-rc.1`](#100-rc1---2022-07-11) and [`1.0.0-rc.0`](#100-rc0---2022-06-17).
You can’t perform that action at this time.
0 commit comments