We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9abdd35 + 3faaa92 commit ac5266fCopy full SHA for ac5266f
src/workerd/io/compatibility-date.capnp
@@ -8,7 +8,7 @@ using Cxx = import "/capnp/c++.capnp";
8
$Cxx.namespace("workerd");
9
$Cxx.allowCancellation;
10
11
-const supportedCompatibilityDate :Text = "2022-11-08";
+const supportedCompatibilityDate :Text = "2023-01-15";
12
# Newest compatibility date that can safely be set using code compiled from this repo. Trying to
13
# run a Worker with a newer compatibility date than this will fail.
14
#
0 commit comments