Skip to content

Commit 78d7fe0

Browse files
bruxodasilvadaisyfaithauma
authored andcommitted
[Workflows] Update Changelog (#22305)
1 parent e16095d commit 78d7fe0

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/content/release-notes/workflows.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ productLink: "/workflows/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-05-07"
9+
title: "Search for specific Workflows"
10+
description: |-
11+
With this release, you can search Workflows by name via API.
12+
- publish_date: "2025-04-29"
13+
title: "Workflow deletion and more"
14+
description: |-
15+
Workflows can now be deleted (from the Dashboard/UI or via API), and the maximum length limit for event types and instance IDs was increased to 100 characters.
16+
17+
Also, this release fixes a bug where a delay of `0` in step config retries would fail.
18+
- publish_date: "2025-04-07"
19+
title: "Workflows is now Generally Available"
20+
description: |-
21+
Workflows is now Generally Available (or "GA").
22+
23+
This release includes the following new features:
24+
* A new `waitForEvent` API that allows a Workflow to wait for an event to occur before continuing execution.
25+
* Increased concurrency: you can run up to 4,500 Workflow instances concurrently — and this will continue to grow.
26+
* Improved observability, including new CPU time metrics that allow you to better understand which Workflow instances are consuming the most resources and/or contributing to your bill.
27+
* Support for vitest for testing Workflows locally and in CI/CD pipelines.
28+
29+
More information available in the [changelog](/changelog/2025-04-07-workflows-ga/).
30+
- publish_date: "2025-02-25"
31+
title: "Concurrent Workflow instances limits increased"
32+
description: |-
33+
Workflows now supports up to 4,500 concurrent (running) instances, up from the previous limit of 100.
34+
35+
More information available in the [changelog](/changelog/2025-02-25-workflows-concurrency-increased/).
836
- publish_date: "2025-02-11"
937
title: "Behavior improvements"
1038
description: |-

0 commit comments

Comments
 (0)