Skip to content

Commit 1658c56

Browse files
authored
Update CHANGELOG for v1.0.1 (#787)
1 parent 18e74fd commit 1658c56

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

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

55
Breaking changes marked with a :boom:
66

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+
735
## [1.0.0] - 2022-07-25
836

937
⚠️ 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).

0 commit comments

Comments
 (0)