From e096bb00645c1ef461ba194ef9734896bb395baa Mon Sep 17 00:00:00 2001 From: Till Rohrmann Date: Fri, 20 Feb 2026 09:52:58 +0100 Subject: [PATCH] Bump Cloudflare worker compatibility date to 2026-02-20 and remove redundant nodejs_compat_populate_process_env flag (now default since 2025-04-01) --- typescript/templates/cloudflare-worker/wrangler.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript/templates/cloudflare-worker/wrangler.toml b/typescript/templates/cloudflare-worker/wrangler.toml index 021d2ed7..59e4953e 100644 --- a/typescript/templates/cloudflare-worker/wrangler.toml +++ b/typescript/templates/cloudflare-worker/wrangler.toml @@ -9,5 +9,5 @@ preview_urls = true # Enable NodeJS compatibility (used by the SDK for the Node Buffer API) # and Node's process.env (for logging) -compatibility_date = "2025-09-23" -compatibility_flags = [ "nodejs_compat", "nodejs_compat_populate_process_env" ] \ No newline at end of file +compatibility_date = "2026-02-20" +compatibility_flags = [ "nodejs_compat" ] \ No newline at end of file