You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
8
14
- publish_date: "2024-09-26"
9
15
description: |-
10
16
- 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.
11
20
- publish_date: "2024-09-19"
12
21
description: |-
13
22
- 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).
14
23
- publish_date: '2024-09-16'
15
24
description: |-
16
25
- Updated v8 to version 12.9.
26
+
- publish_date: '2024-08-27'
27
+
description: |-
28
+
- Introduced a new overloaded error message for Durable Objects:
29
+
"Durable Object is overloaded. Too many requests for the same object within a 10 second window."
30
+
This error message does not replace other types of overload messages that you may encounter for
31
+
your Durable Object, and is only returned at more extreme levels of overload.
17
32
- publish_date: "2024-08-19"
18
33
description: |-
19
34
- Workers now support the [`allow_custom_ports` compatibility flag](/workers/configuration/compatibility-dates/#allow-specifying-a-custom-port-when-making-a-subrequest-with-the-fetch-api) which enables using the `fetch()` calls to custom ports.
0 commit comments