Skip to content

Commit 29db913

Browse files
committed
add new changelog entries for Workflows during January 2025
1 parent 528130f commit 29db913

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/content/changelogs/workflows.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ productLink: "/workflows/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-01-23"
9+
title: "Major bugfixes and improvements"
10+
description: |-
11+
With this release, some bug were fixed:
12+
* `event.timestamp` is now Date, fixing a regression
13+
* Fixed issue where instances without metadata are not terminated as expected
14+
15+
Also, this release brings the following improvements:
16+
* More reliable Engine for loaded accounts
17+
- publish_date: "2025-01-09"
18+
title: "Improved Wrangler local dev experience for step's output, matching production"
19+
description: |-
20+
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).
21+
22+
This release makes it so that output is equal to production behavior.
823
- publish_date: "2024-12-19"
924
title: "Better instance control, improved queued logic, and step limit increased"
1025
description: |-

0 commit comments

Comments
 (0)