github cloudflare/workers-sdk @cloudflare/workers-shared@0.5.4

latest release: wrangler@3.78.8
4 hours ago

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.

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.