Skip to content

Commit 277f7b8

Browse files
authored
chore: Add v1.2.0 to CHANGELOG (#857)
1 parent 0239b51 commit 277f7b8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

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

55
Breaking changes marked with a :boom:
66

7+
## [1.2.0] - 2022-09-01
8+
9+
### Features
10+
11+
- [`client`] Enable gRPC keep-alive by default ([#855](https://github.com/temporalio/sdk-typescript/pull/855))
12+
- Implement entrypoint for debug replayer ([#848](https://github.com/temporalio/sdk-typescript/pull/848))
13+
14+
### Bug Fixes
15+
16+
- Build `nyc-test-coverage` package, fixes [#839](https://github.com/temporalio/sdk-typescript/issues/839) ([#843](https://github.com/temporalio/sdk-typescript/pull/843))
17+
- [`workflow`] Fix non-determinism on replay when using a `patched` statement in a `condition` ([#859](https://github.com/temporalio/sdk-typescript/pull/859))
18+
- `isCancellation` no longer scans chain recursively ([#837](https://github.com/temporalio/sdk-typescript/pull/837))
19+
- Don't trigger conditions for query jobs ([#854](https://github.com/temporalio/sdk-typescript/pull/854))
20+
21+
### Documentation
22+
23+
- Add title and link to other docs ([#842](https://github.com/temporalio/sdk-typescript/pull/842))
24+
- Update release instructions ([#835](https://github.com/temporalio/sdk-typescript/pull/835))
25+
- Update README badge links ([#856](https://github.com/temporalio/sdk-typescript/pull/856))
26+
727
## [1.1.0] - 2022-08-20
828

929
### Bug Fixes

0 commit comments

Comments
 (0)