Skip to content

Commit

Permalink
Merge pull request #2407 from cloudflare/mar/EW-8494-flag
Browse files Browse the repository at this point in the history
Add KV Direct Binding compatibility flag.
  • Loading branch information
mar-cf authored Jul 24, 2024
2 parents 4f8ddda + fbb50fe commit 65e24c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/workerd/io/compatibility-date.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -510,4 +510,11 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
$compatDisableFlag("cache_option_disabled")
$experimental;
# Enables the use of no-cache and no-store headers from requests

kvDirectBinding @54 :Bool
$compatEnableFlag("kv_direct_binding")
$experimental;
# Enables bypassing FL by translating pipeline tunnel configuration to subpipeline.
# This flag is used only by the internal repo and not directly by workerd.

}

0 comments on commit 65e24c9

Please sign in to comment.