-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d1bbbe
commit 4745afb
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Highlights | ||
|
||
## Bugfixes | ||
- Fixes a rare bug that could cause the SDK to not fully replay histories on server version pre 1.21 | ||
- Fixes a bug causing workflow task failure if a local activity was scheduled on the same workflow task | ||
the workflow tried to continue as new. | ||
|
||
# Changeset | ||
|
||
2023-10-25 - 8b3be3bb - Don't schedule local activities on a completed workflow (#1908) | ||
2023-10-30 - 2f5fdf1a - Test continue as new in an update (#1917) | ||
2023-10-30 - 503cae76 - Verify history is replayed up to StartedEventId (#1916) | ||
2023-10-30 - 8af4a264 - ReadOnly Exception in update validator fail WFT (#1918) | ||
2023-10-30 - abb1deb8 - Add proto-google-common-protos to temporal-shaded (#1912) | ||
2023-11-03 - 7077b54f - Add getWorkerTaskReachability API (#1919) | ||
2023-11-06 - 5d1bbbe3 - Test continue as new with local activities (#1922) |