Skip to content

Releases: cloudflare/workers-sdk

wrangler@3.53.0

30 Apr 16:28
a90e376
Compare
Choose a tag to compare

Minor Changes

  • #5604 327a456 Thanks @dario-piotrowicz! - feat: add support for environments in getPlatformProxy

    allow getPlatformProxy to target environments by allowing users to specify an environment option

    Example usage:

    const { env } = await getPlatformProxy({
    	environment: "production",
    });

Patch Changes

@cloudflare/vitest-pool-workers@0.2.4

30 Apr 16:28
a90e376
Compare
Choose a tag to compare

Patch Changes

@cloudflare/pages-shared@0.11.31

30 Apr 16:28
a90e376
Compare
Choose a tag to compare

Patch Changes

create-cloudflare@2.21.1

25 Apr 15:32
9983fcc
Compare
Choose a tag to compare

Patch Changes

  • #5687 906c39a Thanks @jculvey! - fix: Fixes an issue with the Bindings type genereated by C3 being too permissive.

wrangler@3.52.0

24 Apr 13:34
fc03c10
Compare
Choose a tag to compare

Minor Changes

  • #5666 81d9615 Thanks @CarmenPopoviciu! - fix: Fix Pages config validation around Durable Objects

    Today Pages cannot deploy Durable Objects itself. For this reason it is mandatory that when declaring Durable Objects bindings in the config file, the script_name is specified. We are currently not failing validation if
    script_name is not specified but we should. These changes fix that.

Patch Changes

  • #5610 24840f6 Thanks @SuperchupuDev! - Mark ts-json-schema-generator as a dev dependency

  • #5669 a7e36d5 Thanks @dario-piotrowicz! - fix: fix broken Durable Object local proxying (when no cf property is present)

    A regression was introduced in wrangler 3.46.0 (#5215)
    which made it so that missing Request#cf properties are serialized as "undefined", this in turn
    throws a syntax parse error when such values are parsed via JSON.parse breaking the communication
    with Durable Object local proxies. Fix such issue by serializing missing Request#cf properties as
    "{}" instead.

  • #5616 c6312b5 Thanks @webbertakken! - fix: broken link to durable object migrations docs

  • #5482 1b7739e Thanks @DaniFoldi! - docs: show new Discord url everywhere for consistency. The old URL still works, but https://discord.cloudflare.com is preferred.

  • Updated dependencies [3a0d735, 1b7739e]:

    • miniflare@3.20240419.0
    • @cloudflare/kv-asset-handler@0.3.2

workers-playground@0.0.4

24 Apr 13:34
fc03c10
Compare
Choose a tag to compare

Patch Changes

miniflare@3.20240419.0

24 Apr 13:34
fc03c10
Compare
Choose a tag to compare

Patch Changes

  • #5682 3a0d735 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20240405.0 1.20240419.0
    @cloudflare/workers-types ^4.20240405.0 ^4.20240419.0
  • #5482 1b7739e Thanks @DaniFoldi! - docs: show new Discord url everywhere for consistency. The old URL still works, but https://discord.cloudflare.com is preferred.

format-errors@0.0.1

24 Apr 13:34
fc03c10
Compare
Choose a tag to compare

Patch Changes

create-cloudflare@2.21.0

24 Apr 13:34
fc03c10
Compare
Choose a tag to compare

Minor Changes

  • #5675 235c439 Thanks @jculvey! - feat: Improvements to hono template.

    The hono template has been updated as follows:

    • Bumps create-hono to 0.7.0
    • Automatically installs dependencies and specifies the detected package manager to avoid interactive prompts
    • Adds a wrangler.toml file with commented out examples of all available bindings to match other templates.
    • Adds a cf-typegen package script to automatically regenerate types for Bindings from wrangler.toml
  • #5637 b41c4ed Thanks @joshthoward! - feat: change Durable Objects "Hello, World!" template to use RPC methods

Patch Changes

@cloudflare/vitest-pool-workers@0.2.3

24 Apr 13:34
fc03c10
Compare
Choose a tag to compare

Patch Changes