From 286be7ae7185c896bf5a3f54fe3ef3c7dea71b21 Mon Sep 17 00:00:00 2001 From: Harris Hancock Date: Mon, 18 Nov 2024 12:30:46 +0000 Subject: [PATCH] Update Workers changelog with V8 13.1 Weekly changelog update from the runtime. --- src/content/changelogs/workers.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/content/changelogs/workers.yaml b/src/content/changelogs/workers.yaml index 7a38261ca11431..311e5afc7d0acf 100644 --- a/src/content/changelogs/workers.yaml +++ b/src/content/changelogs/workers.yaml @@ -5,6 +5,9 @@ productLink: "/workers/" productArea: Developer platform productAreaLink: /workers/platform/changelog/platform/ entries: + - publish_date: "2024-11-18" + description: |- + - Updated v8 to version 13.1. - publish_date: "2024-10-21" description: |- - 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.