Skip to content
Compare
Choose a tag to compare
@workers-devprod workers-devprod released this 20 Feb 17:05
· 2597 commits to main since this release
d0fb7b8

Patch Changes

  • #5050 88be4b84 Thanks @nora-soderlund! - fix: allow kv:namespace create to accept a namespace name that contains characters not allowed in a binding name

    This command tries to use the namespace name as the binding. Previously, we would unnecessarily error if this namespace name did not fit the binding name constraints. Now we accept such names and then remove invalid characters when generating the binding name.