Skip to content

Commit 6662bf8

Browse files
authored
workflows: changelog multi workflows (#18305)
* workflows: changelog multi workflows * Update workflows.yaml * Update workflows.yaml
1 parent 62ca314 commit 6662bf8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/content/changelogs/workflows.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ productLink: "/workflows/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2024-11-21"
9+
title: "Fixed create instance API in Workers bindings"
10+
description: |-
11+
You can now call `create()` without any arguments when using the [Workers API](/workflows/build/workers-api/#create) for Workflows. Workflows will automatically generate the ID of the Workflow on your behalf.
12+
13+
This addresses a bug that caused calls to `create()` to fail when provided with no arguments.
14+
- publish_date: "2024-11-20"
15+
title: "Multiple Workflows in local development now supported"
16+
description: |-
17+
Local development with `wrangler dev` now correctly supports multiple Workflow definitions per script.
18+
19+
There is no change to production Workflows, where multiple Workflow definitions per Worker script was already supported.
820
- publish_date: "2024-10-23"
921
title: "Workflows is now in public beta!"
1022
description: |-

0 commit comments

Comments
 (0)