Skip to content

Commit 111d8ce

Browse files
Release Java SDK v1.22.1 (#1900)
1 parent 538508b commit 111d8ce

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

releases/v1.22.1

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Highlights
2+
3+
## Bugfixes
4+
5+
Add `WorkflowContext` more consistently in the SDK. `WorkflowContext` will now also be added in:
6+
7+
* Memo
8+
* Last failure
9+
* Schedules (Note: The `workflowId` in `WorkflowContext` may differ on serialization and deserialization.)
10+
11+
## (Experimental) Start delay
12+
13+
Added `StartDelay` option to `WorkflowOptions`. `StartDelay` will cause Temporal to wait before dispatching the first workflow task.
14+
If the workflow gets a signal before the delay, a workflow task will be dispatched and the rest
15+
of the delay will be ignored.
16+
17+
# Changeset
18+
19+
20+
2023-10-11 - 06ef0df6 - Add identity to Terminate call (#1894)
21+
2023-10-16 - 4fe296e1 - Add start delay (#1897)
22+
2023-10-16 - 538508be - Apply data converter context in more places (#1896)

0 commit comments

Comments
 (0)