Skip to content

@cloudflare/workers-shared@0.5.4

Compare
Choose a tag to compare
@workers-devprod workers-devprod released this 23 Sep 18:36
· 9 commits to main since this release
3f0fffc

Patch Changes

  • #6728 1ca313f Thanks @emily-shen! - fix: remove filepath encoding on asset upload and handle sometimes-encoded characters

    Some characters like [ ] @ are encoded by encodeURIComponent() but are often requested at an unencoded URL path.
    This change will make assets with filenames with these characters accessible at both the encoded and unencoded paths,
    but to use the encoded path as the canonical one, and to redirect requests to the canonical path if necessary.