Skip to content

Releases: cloudflare/workers-sdk

wrangler@3.78.8

23 Sep 18:36
3f0fffc
Compare
Choose a tag to compare

Patch Changes

  • #6791 74d719f Thanks @penalosa! - fix: Add missing binding to init --from-dash

  • #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.

  • #6798 7d7f19a Thanks @emily-shen! - fix: error if an asset binding is provided without a Worker script

  • Updated dependencies [1ca313f]:

    • @cloudflare/workers-shared@0.5.4
    • miniflare@3.20240909.5

miniflare@3.20240909.5

23 Sep 18:36
3f0fffc
Compare
Choose a tag to compare

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.

create-cloudflare@2.28.0

23 Sep 18:35
3f0fffc
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #6760 ba4ac82 Thanks @petebacondarwin! - fix: add missing experimental templates to C3 for asset Workers

  • #6790 9e44d88 Thanks @penalosa! - fix: Remove Env from index.ts in the Hello World Durable Objects & Hello World Durable Objects w/ assets templates

@cloudflare/workers-shared@0.5.4

23 Sep 18:36
3f0fffc
Compare
Choose a tag to compare

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.

@cloudflare/vitest-pool-workers@0.5.8

23 Sep 18:36
3f0fffc
Compare
Choose a tag to compare

Patch Changes

@cloudflare/quick-edit@0.2.2

23 Sep 18:36
3f0fffc
Compare
Choose a tag to compare

Patch Changes

@cloudflare/pages-shared@0.11.61

23 Sep 18:36
3f0fffc
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [1ca313f]:
    • miniflare@3.20240909.5

wrangler@3.78.7

20 Sep 15:36
50977e4
Compare
Choose a tag to compare

Patch Changes

  • #6775 ecd82e8 Thanks @CarmenPopoviciu! - fix: Support switching between static and dynamic Workers

    This commit fixes the current behaviour of watch mode for Workers with assets, and adds support for switching between static and dynamic Workers within a single wrangler dev session.

  • #6762 2840b9f Thanks @petebacondarwin! - fix: error if a user inadvertently uploads a Pages _workers.js file or directory as an asset

  • #6778 61dd93a Thanks @CarmenPopoviciu! - fix: Error if Workers + Assets are run in remote mode

    Workers + Assets are currently supported only in local mode. We should throw an error if users attempt to use Workers with assets in remote mode.

  • #6782 7655505 Thanks @vicb! - chore: update unenv dependency version

  • #6777 9649dbc Thanks @penalosa! - chore: Update CI messaging

  • #6779 3e75612 Thanks @emily-shen! - fix: include asset binding in wrangler types

@cloudflare/vitest-pool-workers@0.5.7

20 Sep 15:36
50977e4
Compare
Choose a tag to compare

Patch Changes

wrangler@3.78.6

19 Sep 17:59
fd68f6b
Compare
Choose a tag to compare

Patch Changes

  • #6743 b45e326 Thanks @petebacondarwin! - fix: ability to build tricky Node.js compat scenario Workers

    Adds support for non-default build conditions and platform via the WRANGLER_BUILD_CONDITIONS and WRANGLER_BUILD_PLATFORM flags.

    Fixes #6742

  • #6776 02de103 Thanks @zebp! - fix: disable observability on deploy if not explicitly defined in config

    When deploying a Worker that has observability enabled in the deployed version but not specified in the wrangler.toml Wrangler will now set observability to disabled for the new version to match the wrangler.toml as the source of truth.

  • Updated dependencies [2ddbb65]:

    • miniflare@3.20240909.4