Skip to content

Commit 2bc1d59

Browse files
committed
[Workers] Update changelog through 10-28-24
1 parent ab23e9e commit 2bc1d59

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/content/changelogs/workers.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,18 @@ productLink: "/workers/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: '2024-10-21'
9+
description: |-
10+
- 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.
11+
- publish_date: '2024-10-14'
12+
description: |-
13+
- Updated v8 to version 13.0.
814
- publish_date: "2024-09-26"
915
description: |-
1016
- 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/).
17+
- publish_date: '2024-09-20'
18+
description: |-
19+
- The new `handle_cross_request_promise_resolution` compatibility flag enables the ability to resolve promises across requests without losing the correct request context.
1120
- publish_date: "2024-09-19"
1221
description: |-
1322
- 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).

0 commit comments

Comments
 (0)