Skip to content

Commit 950e989

Browse files
authored
add new changelog entries for Workflows during January 2025 (#19662)
1 parent d6d1733 commit 950e989

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/content/changelogs/workflows.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ productLink: "/workflows/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-02-11"
9+
title: "Behavior improvements"
10+
description: |-
11+
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.
828
- publish_date: "2024-12-19"
929
title: "Better instance control, improved queued logic, and step limit increased"
1030
description: |-

0 commit comments

Comments
 (0)