Skip to content

Releases: cloudflare/workers-sdk

[email protected]

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/[email protected]

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

@cloudflare/[email protected]

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

Patch Changes

[email protected]

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.

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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/[email protected]

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

Patch Changes

[email protected]

14 May 18:56
38063d9
Compare
Choose a tag to compare

Minor Changes

  • #5712 151bc3d Thanks @penalosa! - feat: Support mtls_certificates and browser bindings when using wrangler.toml with a Pages project

Patch Changes

  • #5813 9627cef Thanks @GregBrimble! - fix: Upload Pages project assets with more grace

    • Reduces the maximum bucket size from 50 MiB to 40 MiB.
    • Reduces the maximum asset count from 5000 to 2000.
    • Allows for more retries (with increased sleep between attempts) when encountering an API gateway failure.
  • Updated dependencies [0725f6f, 89b6d7f]:

[email protected]

14 May 18:56
38063d9
Compare
Choose a tag to compare

Patch Changes

  • #5827 0725f6f Thanks @petebacondarwin! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20240419.0 1.20240512.0
    @cloudflare/workers-types ^4.20240419.0 ^4.20240512.0
  • #5798 89b6d7f Thanks @RamIdeas! - fix: update miniflare's response compression to act more like Cloudflare platform