Skip to content

Commit eb558b0

Browse files
committed
[Workers] Update changelog with missing items
Includes V8 13.9 update
1 parent b51045d commit eb558b0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/content/release-notes/workers.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,18 @@ link: "/workers/platform/changelog/"
33
productName: Workers
44
productLink: "/workers/"
55
entries:
6+
- publish_date: "2025-06-27"
7+
description: |-
8+
- Updated v8 to version 13.9.
9+
- publish_date: "2025-06-23"
10+
description: |-
11+
- Enable FinalizationRegistry API => link to blog post "See <why you should never use it> for details."
612
- publish_date: "2025-06-04"
713
description: |-
814
- Updated v8 to version 13.8.
15+
- publish_date: "2025-05-27"
16+
description: |-
17+
- Historically, in some cases, the same instance of `ctx` would be passed to multiple invocations of the event handler. We now always pass a new object for each event. We made this change retroactive to all compatibility dates because we suspect it fixes security bugs in some workers and does not break any worker. However, the old behavior can be restored using the compat flag `nonclass_entrypoint_reuses_ctx_across_invocations`.
918
- publish_date: "2025-05-22"
1019
description: |-
1120
- Enabled explicit resource context management and support for Float16Array
@@ -15,6 +24,9 @@ entries:
1524
- publish_date: "2025-04-16"
1625
description: |-
1726
- Updated v8 to version 13.6.
27+
- publish_date: "2025-04-14"
28+
description: |-
29+
- JSRPC message size limit has been increased to 32MiB.
1830
- publish_date: "2025-04-03"
1931
description: |-
2032
- Websocket client exceptions are now JS exceptions rather than internal errors.

0 commit comments

Comments
 (0)