Skip to content

Commit 8a6f24c

Browse files
committed
[workers] Update release notes with recent changes
- V8 update to 14.2 - JSON.parse() optimization - Console warnings now also go to tail Workers
1 parent 7540fc3 commit 8a6f24c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/content/release-notes/workers.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ link: "/workers/platform/changelog/"
33
productName: Workers
44
productLink: "/workers/"
55
entries:
6+
- publish_date: "2025-10-22"
7+
description: |-
8+
- Warnings which were previously only visible via the devtools console in preview sessions are now also sent to the tail Worker, if one is attached.
9+
- publish_date: "2025-10-17"
10+
description: |-
11+
- Updated v8 to version 14.2.
12+
- Backported an optimization to `JSON.parse()`. More details are [available in this blog post](https://blog.cloudflare.com/unpacking-cloudflare-workers-cpu-performance-benchmarks/#json-parsing) and [the upstream patch](https://chromium-review.googlesource.com/c/v8/v8/+/7027411).
613
- publish_date: "2025-09-18"
714
description: |-
815
- Updated v8 to version 14.1.

0 commit comments

Comments
 (0)