From 724295063f7ec14a66331558297aa46188e7a91e Mon Sep 17 00:00:00 2001 From: James M Snell Date: Sat, 16 Mar 2024 00:41:48 -0700 Subject: [PATCH] Update the workerd compatibility date (#79) Moves the compatibility date further forward so that the tests can pick up newer stuff like `Headers` `getSetCookie()` Co-authored-by: Matt Kane --- generator/runtimes/workerd/config.capnp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/runtimes/workerd/config.capnp b/generator/runtimes/workerd/config.capnp index c1b33b6..e69faf1 100644 --- a/generator/runtimes/workerd/config.capnp +++ b/generator/runtimes/workerd/config.capnp @@ -30,7 +30,7 @@ const helloWorld :Workerd.Worker = ( modules = [ (name = "worker", esModule = embed "dist/handler.mjs") ], - compatibilityDate = "2023-02-28", + compatibilityDate = "2024-03-01", compatibilityFlags = ["nodejs_compat", "experimental"], bindings = [ (name = "unsafe", unsafeEval = void )