We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68feff commit bf7dd04Copy full SHA for bf7dd04
src/workerd/io/compatibility-date.capnp
@@ -1382,7 +1382,7 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
1382
containersPidNamespace @160 :Bool
1383
$compatEnableFlag("containers_pid_namespace")
1384
$compatDisableFlag("no_containers_pid_namespace")
1385
- $experimental;
+ $compatEnableDate("2026-04-01");
1386
# When enabled, containers attached to Durable Objects do NOT share the host PID namespace
1387
# (they get their own isolated PID namespace). When disabled (the default), containers share
1388
# the host PID namespace.
0 commit comments