Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/changelogs/workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ entries:
- publish_date: "2024-09-26"
description: |-
- You can now connect your GitHub or GitLab repository to an existing Worker to automatically build and deploy your changes when you make a git push with [Workers Builds](/workers/ci-cd/builds/).
- publish_date: '2024-09-20'
- publish_date: "2024-09-20"
description: |-
- The new `handle_cross_request_promise_resolution` compatibility flag enables the ability to resolve promises across requests without losing the correct request context.
- Workers now support the [`handle_cross_request_promise_resolution`] compatibility flag which addresses certain edge cases around awaiting and resolving promises across multiple requests.
- publish_date: "2024-09-19"
description: |-
- Revamped Workers and Pages UI settings to simplify the creation and management of project configurations. For bugs and general feedback, please submit this [form](https://forms.gle/XXqhRGbZmuzninuN9).
Expand Down
Loading