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
Improved Workflows execution that prevents Workflows instances from getting stuck, and allows stuck instances to become unstuck.
12
+
13
+
Also, improved the reliability of Workflows step retry counts, and improved Instance ID validation.
14
+
- publish_date: "2025-01-23"
15
+
title: "Major bugfixes and improvements"
16
+
description: |-
17
+
With this release, some bug were fixed:
18
+
* `event.timestamp` is now `Date`, fixing a regression.
19
+
* Fixed issue where instances without metadata were not terminated as expected.
20
+
21
+
Also, this release makes Workflows execution more reliable for accounts with high loads.
22
+
- publish_date: "2025-01-09"
23
+
title: "Improved Wrangler local dev experience for steps' output, matching production"
24
+
description: |-
25
+
Previously, in local dev, the output field would return the list of successful steps outputs in the workflow. This is not expected behavior compared to production workflows (where the output is the actual return of the run function).
26
+
27
+
This release aligns the local dev output field behavior with the production behavior.
0 commit comments