From ff57e49a2958daa0eebe4b3a0ed9bc58e405ff2e Mon Sep 17 00:00:00 2001 From: Kenton Varda Date: Mon, 3 Nov 2025 14:44:50 -0600 Subject: [PATCH] [workers] Update enable_date for enable_ctx_exports compat flag. As set in: https://github.com/cloudflare/workerd/pull/5455 --- src/content/compatibility-flags/enable-ctx-exports.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/compatibility-flags/enable-ctx-exports.md b/src/content/compatibility-flags/enable-ctx-exports.md index e81af56f016d35..6bbdb2a77961c2 100644 --- a/src/content/compatibility-flags/enable-ctx-exports.md +++ b/src/content/compatibility-flags/enable-ctx-exports.md @@ -5,10 +5,10 @@ _build: list: never name: "Enable ctx.exports" -sort_date: "2025-09-24" +sort_date: "2025-11-17" +enable_date: "2025-11-17" enable_flag: "enable_ctx_exports" +disable_flag: "disable_ctx_exports" --- This flag enables [the `ctx.exports` API](/workers/runtime-apis/context/#exports), which contains automatically-configured loopback bindings for your Worker's top-level exports. This allows you to skip configuring explicit bindings for your `WorkerEntrypoint`s and Durable Object namespaces defined in the same Worker. - -We may change this API to be enabled by default in the future (regardless of compat date or flags).