Skip to content

Releases: cloudflare/workers-sdk

@cloudflare/pages-shared@0.11.35

13 May 06:22
9c31ea2
Compare
Choose a tag to compare

Patch Changes

  • #5750 f514934 Thanks @aaronlisman! - fix: omit headers rules on internal error

    The Pages asset handler will no longer apply headers rules on 5XX responses caused by some internal error.
    This prevents transient errors from being cached when caching headers are being set by headers rules.

wrangler@3.55.0

09 May 16:35
6ce18e5
Compare
Choose a tag to compare

Minor Changes

  • #5570 66bdad0 Thanks @sesteves! - feature: support delayed delivery in the miniflare's queue simulator.

    This change updates the miniflare's queue broker to support delayed delivery of messages, both when sending the message from a producer and when retrying the message from a consumer.

Patch Changes

  • #5740 97741db Thanks @WalshyDev! - chore: log "Version ID" in wrangler deploy, wrangler deployments list, wrangler deployments view and wrangler rollback to support migration from the deprecated "Deployment ID". Users should update any parsing to use "Version ID" before "Deployment ID" is removed.

  • #5754 f673c66 Thanks @RamIdeas! - fix: when using custom builds, the wrangler dev proxy server was sometimes left in a paused state

    This could be observed as the browser loading indefinitely, after saving a source file (unchanged) when using custom builds. This is now fixed by ensuring the proxy server is unpaused after a short timeout period.

  • Updated dependencies [66bdad0, 9b4af8a]:

    • miniflare@3.20240419.1

miniflare@3.20240419.1

09 May 16:35
6ce18e5
Compare
Choose a tag to compare

Minor Changes

  • #5570 66bdad0 Thanks @sesteves! - feature: support delayed delivery in the miniflare's queue simulator.

    This change updates the miniflare's queue broker to support delayed delivery of messages, both when sending the message from a producer and when retrying the message from a consumer.

Patch Changes

  • #5670 9b4af8a Thanks @dario-piotrowicz! - fix: Allow the magic proxy to proxy objects containing functions

    This was previously prevented but this change removes that restriction.

@cloudflare/vitest-pool-workers@0.2.8

09 May 16:35
6ce18e5
Compare
Choose a tag to compare

Patch Changes

@cloudflare/pages-shared@0.11.34

09 May 16:35
6ce18e5
Compare
Choose a tag to compare

Patch Changes

  • #5785 c0b057b Thanks @jahands! - fix: Remove request method from cache key

    Reverts a change that added the request method to the cache key when reading/writing to cache.

  • Updated dependencies [66bdad0, 9b4af8a]:

    • miniflare@3.20240419.1

wrangler@3.53.1

02 May 18:59
d1909ef
Compare
Choose a tag to compare

Patch Changes

  • #5091 6365c90 Thanks @Cherry! - fix: better handle dashes and other invalid JS identifier characters in wrangler types generation for vars, bindings, etc.

    Previously, with the following in your wrangler.toml, an invalid types file would be generated:

    [vars]
    some-var = "foobar"

    Now, the generated types file will be valid:

    interface Env {
    	"some-var": "foobar";
    }
  • #5748 27966a4 Thanks @penalosa! - fix: Load sourcemaps relative to the entry directory, not cwd.

  • #5746 1dd9f7e Thanks @petebacondarwin! - fix: suggest trying to update Wrangler if there is a newer one available after an unexpected error

  • #5226 f63e7a5 Thanks @DaniFoldi! - fix: remove second Wrangler banner from wrangler dispatch-namespace rename

@cloudflare/vitest-pool-workers@0.2.6

02 May 18:59
d1909ef
Compare
Choose a tag to compare

Patch Changes

@cloudflare/pages-shared@0.11.33

02 May 18:59
d1909ef
Compare
Choose a tag to compare

Patch Changes

  • #4797 007ba93 Thanks @jahands! - refactor: Store asset key instead of body in preservation cache

    • Add HTTP method to cache key to prevent returning null bodies in cached GET requests that follow a HEAD request
    • Only write unchanged assets to preservation cache every 24-36 hours instead of on every request

@cloudflare/vitest-pool-workers@0.2.5

01 May 16:53
da634d5
Compare
Choose a tag to compare

Patch Changes

  • #5733 995199f Thanks @penalosa! - fix: Build all packages before publishing

  • Updated dependencies []:

    • wrangler@3.53.0

@cloudflare/pages-shared@0.11.32

01 May 16:53
da634d5
Compare
Choose a tag to compare

Patch Changes