From 090004448582ad163c59c179ad8d30a67b21a5ca Mon Sep 17 00:00:00 2001 From: Felix Hanau Date: Mon, 3 Feb 2025 19:51:21 -0500 Subject: [PATCH] [Workers] Update Workers changelog incl. V8 13.2, 13.3 --- src/content/changelogs/workers.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/content/changelogs/workers.yaml b/src/content/changelogs/workers.yaml index 2fe29ca215d9642..faec70449442d1b 100644 --- a/src/content/changelogs/workers.yaml +++ b/src/content/changelogs/workers.yaml @@ -5,6 +5,15 @@ productLink: "/workers/" productArea: Developer platform productAreaLink: /workers/platform/changelog/platform/ entries: + - publish_date: "2025-01-31" + description: |- + - Updated v8 to version 13.3. + - publish_date: "2025-01-15" + description: |- + - The runtime will no longer reuse isolates across worker versions even if the code happens to be identical. This "optimization" was deemed more confusing than it is worth. + - publish_date: "2025-01-14" + description: |- + - Updated v8 to version 13.2. - publish_date: "2024-12-19" description: |- - **Cloudflare GitHub App Permissions Update**