diff --git a/src/content/changelogs/workers.yaml b/src/content/changelogs/workers.yaml index 8dc101fc404d1b3..07c3a4a1489de80 100644 --- a/src/content/changelogs/workers.yaml +++ b/src/content/changelogs/workers.yaml @@ -5,9 +5,18 @@ productLink: "/workers/" productArea: Developer platform productAreaLink: /workers/platform/changelog/platform/ entries: + - publish_date: '2024-10-21' + description: |- + - Fixed encoding of WebSocket pong messages when talking to remote servers. Previously, when a Worker made a WebSocket connection to an external server, the server may have prematurely closed the WebSocket for failure to respond correctly to pings. Client-side connections were not affected. + - publish_date: '2024-10-14' + description: |- + - Updated v8 to version 13.0. - 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' + description: |- + - The new `handle_cross_request_promise_resolution` compatibility flag enables the ability to resolve promises across requests without losing the correct request context. - 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).