Skip to content

Commit fe4d0db

Browse files
Release v1.28.2 (#2455)
Release v1.28.2
1 parent 1941d38 commit fe4d0db

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

releases/v1.28.2

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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)

temporal-sdk/src/main/java/io/temporal/workflow/NexusOperationOptions.java

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
package io.temporal.workflow;
2222

23-
import io.temporal.common.Experimental;
2423
import java.time.Duration;
2524
import java.util.Objects;
2625

0 commit comments

Comments
 (0)