File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
temporal-sdk/src/main/java/io/temporal/workflow Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ # **Highlights**
2+
3+ ### Nexus
4+ 🎉 Nexus is now generally available 🎉
5+ * Main Nexus APIs are no longer marked as experimental.
6+ * Attaching multiple Nexus callers to an underlying handler Workflow is now Pre-release.
7+
8+ # What's Changed
9+
10+ 2025-03-20 - 00991345 - Fix workflow ID reuse policy and conflict policy handling (#2446)
11+ 2025-03-20 - 0ee60c04 - Unblock UseExisting conflict policy for Nexux WorkflowRunOperation (#2440)
12+ 2025-03-20 - 1941d38e - Remove experimental tag from Nexus (#2454)
13+ 2025-03-20 - 1f3f0687 - Fix spring boot api key enable https (#2445)
14+ 2025-03-20 - 26de2514 - Make sure the Schedule Client has the namespace header injected (#2452)
15+ 2025-03-20 - e3fbdfbe - Add OnConflictOptions Support (#2415)
Original file line number Diff line number Diff line change 2020
2121package io .temporal .workflow ;
2222
23- import io .temporal .common .Experimental ;
2423import java .time .Duration ;
2524import java .util .Objects ;
2625
You can’t perform that action at this time.
0 commit comments