From 88a4fb5dfdd4234a8479a85512b07712a06f925d Mon Sep 17 00:00:00 2001 From: Jon Phillips Date: Fri, 28 Feb 2025 15:52:19 +0000 Subject: [PATCH] Update edgeworker release notes for this week's releases. --- src/content/release-notes/workers.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/release-notes/workers.yaml b/src/content/release-notes/workers.yaml index f65069fccb06cd5..cfd9516fdb57dbe 100644 --- a/src/content/release-notes/workers.yaml +++ b/src/content/release-notes/workers.yaml @@ -5,6 +5,10 @@ productLink: "/workers/" productArea: Developer platform productAreaLink: /workers/platform/changelog/platform/ entries: + - publish_date: "2025-02-28" + description: |- + - Updated v8 to version 13.4. + - When using `nodejs_compat`, the new `nodejs_compat_populate_process_env` compatibility flag will cause `process.env` to be automatically populated with text bindings configured for the worker. - publish_date: "2025-02-26" description: |- - [Workers Builds](/workers/ci-cd/builds/) now supports building projects that use **pnpm 10** as the package manager. If your build previously failed due to this unsupported version, retry your build. No config changes needed.