You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@
4
4
5
5
(Add new notes here)
6
6
7
+
## v1.2.1
8
+
9
+
### New
10
+
11
+
* Support suspend/resume of orchestrations
12
+
13
+
### Updates
14
+
15
+
* SqlOrchestrationService.WaitForInstanceAsync no longer throws `TimeoutException` - only `OperationCanceledException` (previously could be either, depending on timing)
16
+
* Fix default DateTime values to have DateTimeKind of UTC (instead of Unspecified)
thrownewTimeoutException($"A caller-specified timeout of {timeout} has expired, but instance '{instanceId}' is still in an {state?.OrchestrationStatus.ToString()??"unknown"} state.");
0 commit comments