Skip to content

Releases: cloudflare/workers-sdk

@cloudflare/pages-shared@0.11.38

22 May 12:20
5cb5324
Compare
Choose a tag to compare

Patch Changes

  • #5875 ddfeeef Thanks @WalshyDev! - fix: no longer allow zone caching for responses that returned 404. This is to prevent some files in a new deployment from returning and subsequently caching 404s while the deployment propagates across the network.

wrangler@3.57.1

21 May 15:05
29483dc
Compare
Choose a tag to compare

Patch Changes

  • #5859 f2ceb3a Thanks @w-kuhn! - fix: queue consumer max_batch_timeout should accept a 0 value

  • #5862 441a05f Thanks @CarmenPopoviciu! - fix: wrangler pages deploy should fail if deployment was unsuccessful

    If a Pages project fails to deploy, wrangler pages deploy will log
    an error message, but exit successfully. It should instead throw a
    FatalError.

  • #5812 d5e00e4 Thanks @thomasgauvin! - fix: remove Hyperdrive warning for local development.

    Hyperdrive bindings are now supported when developing locally with Hyperdrive. We should update our logs to reflect this.

  • #5626 a12b031 Thanks @RamIdeas! - chore: ignore workerd output (error: CODE_MOVED) not intended for end-user devs

create-cloudflare@2.21.3

21 May 15:05
29483dc
Compare
Choose a tag to compare

Patch Changes

  • #5834 cc341d8 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-docusaurus 3.1.1 3.3.2
  • #5852 c744403 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-hono 0.7.0 0.7.3
  • #5853 c80c4e1 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-astro 4.7.5 4.8.0
  • #5854 674cf88 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-analog 1.2.0 1.3.1
  • #5871 a1171eb Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-remix 2.8.1 2.9.2
  • #5872 5c8fabb Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-svelte 6.0.10 6.1.2
  • #5873 7780a8c Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    gatsby 5.13.4 5.13.5

@cloudflare/vitest-pool-workers@0.2.12

21 May 15:05
29483dc
Compare
Choose a tag to compare

Patch Changes

@cloudflare/pages-shared@0.11.37

21 May 15:05
29483dc
Compare
Choose a tag to compare

Patch Changes

wrangler@3.57.0

17 May 06:31
65902d5
Compare
Choose a tag to compare

Minor Changes

  • #5696 7e97ba8 Thanks @geelen! - feature: Improved d1 execute --file --remote performance & added support for much larger SQL files within a single transaction.

  • #5819 63f7acb Thanks @CarmenPopoviciu! - fix: Show feedback on Pages project deployment failure

    Today, if uploading a Pages Function, or deploying a Pages project fails for whatever reason, there’s no feedback shown to the user. Worse yet, the shown message is misleading, saying the deployment was successful, when in fact it was not:

    ✨ Deployment complete!
    

    This commit ensures that we provide users with:

    • the correct feedback with respect to their Pages deployment
    • the appropriate messaging depending on the status of their project's deployment status
    • the appropriate logs in case of a deployment failure
  • #5814 2869e03 Thanks @CarmenPopoviciu! - fix: Display correct global flags in wrangler pages --help

    Running wrangler pages --help will list, amongst others, the following global flags:

    -j, --experimental-json-config
    -c, --config
    -e, --env
    -h, --help
    -v, --version
    

    This is not accurate, since flags such as --config, --experimental-json-config, or env are not supported by Pages.

    This commit ensures we display the correct global flags that apply to Pages.

  • #5818 df2daf2 Thanks @WalshyDev! - chore: Deprecate usage of the deployment object on the unsafe metadata binding in favor of the new version_metadata binding.

    If you're currently using the old binding, please move over to the new version_metadata binding by adding:

    [version_metadata]
    binding = "CF_VERSION_METADATA"

    and updating your usage accordingly. You can find the docs for the new binding here: https://developers.cloudflare.com/workers/runtime-apis/bindings/version-metadata

Patch Changes

  • #5838 609debd Thanks @petebacondarwin! - fix: update undici to the latest version to avoid a potential vulnerability

  • #5832 86a6e09 Thanks @petebacondarwin! - fix: do not allow non-string values in bulk secret uploads

    Prior to Wrangler 3.4.0 we displayed an error if the user tried to upload a
    JSON file that contained non-string secrets, since these are not supported
    by the Cloudflare backend.

    This change reintroduces that check to give the user a helpful error message
    rather than a cryptic workers.api.error.invalid_script_config error code.

workers-playground@0.0.5

17 May 06:31
65902d5
Compare
Choose a tag to compare

Patch Changes

playground-preview-worker@0.0.3

17 May 06:30
65902d5
Compare
Choose a tag to compare

Patch Changes

create-cloudflare@2.21.2

17 May 06:30
65902d5
Compare
Choose a tag to compare

Patch Changes

  • #5602 93cd7ae Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    gatsby 5.13.3 5.13.4
  • #5835 717e13e Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    @angular/create 17.2.3 17.3.7
  • #5836 b3b4d3a Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-qwik 1.4.5 1.5.4
  • #5547 e6ecf8c Thanks @connorads! - fix: provide a simple fetch handler to the scheduled template to avoid confusing error messages.

    Fixes #4560

  • #5855 3a65060 Thanks @petebacondarwin! - chore: bump undici to 5.28.4

@cloudflare/vitest-pool-workers@0.2.11

17 May 06:30
65902d5
Compare
Choose a tag to compare

Patch Changes