Skip to content

Commit 807adc2

Browse files
authored
chore: Update CHANGELOG in prep for 1.8.5 (#1239)
1 parent e06d10c commit 807adc2

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

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

55
Breaking changes marked with a :boom:
66

7+
NOTE: Starting with v1.9.0, release notes will only be published through our
8+
[GitHub release page](https://github.com/temporalio/sdk-typescript/releases).
9+
This file will no longer be maintained.
10+
11+
## [1.8.5] - 2023-09-12
12+
13+
### Features
14+
15+
- [`workflow`] Add `historySizeInBytes` and `continueAsNewSuggested` to `WorkflowInfo` ([#1223](https://github.com/temporalio/sdk-typescript/pull/1223)).
16+
17+
- Remove experimental flags on the following APIs ([#1235](https://github.com/temporalio/sdk-typescript/pull/1235)):
18+
- Schedules
19+
- Failure Converters
20+
- Local Activities
21+
- Replay Histories
22+
23+
### Bug Fixes
24+
25+
- [`workflow`] Fix a particular case where `isReplaying` could be incorrectly `false` if a query came
26+
in right after a cache eviction and there had been a signal in the last workflow task before the
27+
cache eviction ([#1234](https://github.com/temporalio/sdk-typescript/pull/1234)). This could notably
28+
cause situations where calls to sink functions configured with `calledDuringReplay = false` would
29+
be called more than once for a same code location, as well as situations where `patched(...)` would
30+
return true even though that patch had not been set on the first execution.
31+
32+
- [`workflow`] Make `ExternalWorkflowHandle.signal` signature match that of `BaseWorkflowHandle.signal`
33+
([#1237](https://github.com/temporalio/sdk-typescript/pull/1237)). Thanks to
34+
[`@gabrielsantosblanchet`](https://github.com/gabrielsantosblanchet) and
35+
[`@josiah-roberts`](https://github.com/josiah-roberts) 🙏.
36+
37+
- [`worker`] Avoid rxjs error while flushing logs on worker shutdown
38+
([#1238](https://github.com/temporalio/sdk-typescript/pull/1238)).
39+
40+
- Upgrade `protobufjs` dependencies ([#1219](https://github.com/temporalio/sdk-typescript/pull/1219)).
41+
Thanks to [`@alex-dixon`](https://github.com/alex-dixon) 🙏.
42+
743
## [1.8.4] - 2023-08-22
844

945
### Bug Fixes

0 commit comments

Comments
 (0)