diff --git a/.changeset/hungry-crews-tap.md b/.changeset/hungry-crews-tap.md deleted file mode 100644 index c4376be1653..00000000000 --- a/.changeset/hungry-crews-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"miniflare": patch ---- - -fix: api proxy preserve multiple Set-Cookie headers diff --git a/.changeset/loose-glasses-poke.md b/.changeset/loose-glasses-poke.md deleted file mode 100644 index 4ace53e5c09..00000000000 --- a/.changeset/loose-glasses-poke.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"miniflare": patch ---- - -Loosen validation around different configurations for Durable Object - -Allow durable objects to have `enableSql`, `unsafeUniqueKey` and `unsafePreventEviction` configurations set to `undefined` even if they same durable objects are defined with those configurations set to a different value (this would allow workers using external durable objects not to have to duplicate such configurations in their options) diff --git a/.changeset/mean-parks-take.md b/.changeset/mean-parks-take.md deleted file mode 100644 index e00febfc240..00000000000 --- a/.changeset/mean-parks-take.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -fix `console.debug` logs not being logged at the `info` level (as users expect) diff --git a/.changeset/puny-coins-dream.md b/.changeset/puny-coins-dream.md deleted file mode 100644 index 40fdd839ce3..00000000000 --- a/.changeset/puny-coins-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -switch zone route warning to an info message diff --git a/.changeset/small-things-poke.md b/.changeset/small-things-poke.md deleted file mode 100644 index 5e677ab32a0..00000000000 --- a/.changeset/small-things-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"miniflare": patch ---- - -chore: bump `devalue` version to 5.3.2 diff --git a/.changeset/spotty-knives-roll.md b/.changeset/spotty-knives-roll.md deleted file mode 100644 index 082c430891c..00000000000 --- a/.changeset/spotty-knives-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -Improve formatting of logged errors in some cases diff --git a/.changeset/three-toys-feel.md b/.changeset/three-toys-feel.md deleted file mode 100644 index 0097ba311fc..00000000000 --- a/.changeset/three-toys-feel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -fix: script should be accepted as a positional arg in the `versions upload` command diff --git a/.changeset/warm-clowns-visit.md b/.changeset/warm-clowns-visit.md deleted file mode 100644 index bf7d49908af..00000000000 --- a/.changeset/warm-clowns-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -Support the deletion of secrets with complex names diff --git a/.changeset/yummy-parents-remain.md b/.changeset/yummy-parents-remain.md deleted file mode 100644 index 82cfa8964b5..00000000000 --- a/.changeset/yummy-parents-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -Fix startup profiling when sourcemaps are enabled diff --git a/packages/miniflare/CHANGELOG.md b/packages/miniflare/CHANGELOG.md index aba0093f84e..087ec3b2685 100644 --- a/packages/miniflare/CHANGELOG.md +++ b/packages/miniflare/CHANGELOG.md @@ -1,5 +1,17 @@ # miniflare +## 3.20250718.2 + +### Patch Changes + +- [#10716](https://github.com/cloudflare/workers-sdk/pull/10716) [`a879fe0`](https://github.com/cloudflare/workers-sdk/commit/a879fe070ce9694693d2c1a01fbe6ddbbfe0ae9c) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - fix: api proxy preserve multiple Set-Cookie headers + +- [#10465](https://github.com/cloudflare/workers-sdk/pull/10465) [`6de07fb`](https://github.com/cloudflare/workers-sdk/commit/6de07fb1f815109966b7be631a092d4470a01b6f) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Loosen validation around different configurations for Durable Object + + Allow durable objects to have `enableSql`, `unsafeUniqueKey` and `unsafePreventEviction` configurations set to `undefined` even if they same durable objects are defined with those configurations set to a different value (this would allow workers using external durable objects not to have to duplicate such configurations in their options) + +- [#10484](https://github.com/cloudflare/workers-sdk/pull/10484) [`ab47329`](https://github.com/cloudflare/workers-sdk/commit/ab473299f0d2e7d375aeaaf8973f2d2930efb0ce) Thanks [@edmundhung](https://github.com/edmundhung)! - chore: bump `devalue` version to 5.3.2 + ## 3.20250718.1 ### Minor Changes diff --git a/packages/miniflare/package.json b/packages/miniflare/package.json index 541dbe4abca..778d88a1225 100644 --- a/packages/miniflare/package.json +++ b/packages/miniflare/package.json @@ -1,6 +1,6 @@ { "name": "miniflare", - "version": "3.20250718.1", + "version": "3.20250718.2", "description": "Fun, full-featured, fully-local simulator for Cloudflare Workers", "keywords": [ "cloudflare", diff --git a/packages/pages-shared/CHANGELOG.md b/packages/pages-shared/CHANGELOG.md index 63a82f0eaed..302234e3d1b 100644 --- a/packages/pages-shared/CHANGELOG.md +++ b/packages/pages-shared/CHANGELOG.md @@ -1,5 +1,12 @@ # @cloudflare/pages-shared +## 0.13.21 + +### Patch Changes + +- Updated dependencies [[`a879fe0`](https://github.com/cloudflare/workers-sdk/commit/a879fe070ce9694693d2c1a01fbe6ddbbfe0ae9c), [`6de07fb`](https://github.com/cloudflare/workers-sdk/commit/6de07fb1f815109966b7be631a092d4470a01b6f), [`ab47329`](https://github.com/cloudflare/workers-sdk/commit/ab473299f0d2e7d375aeaaf8973f2d2930efb0ce)]: + - miniflare@3.20250718.2 + ## 0.13.20 ### Patch Changes diff --git a/packages/pages-shared/package.json b/packages/pages-shared/package.json index 6c4c59e92b2..38222ac0713 100644 --- a/packages/pages-shared/package.json +++ b/packages/pages-shared/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/pages-shared", - "version": "0.13.20", + "version": "0.13.21", "private": true, "repository": { "type": "git", diff --git a/packages/wrangler/CHANGELOG.md b/packages/wrangler/CHANGELOG.md index ee061931fed..488d23b7e90 100644 --- a/packages/wrangler/CHANGELOG.md +++ b/packages/wrangler/CHANGELOG.md @@ -1,5 +1,24 @@ # wrangler +## 3.114.15 + +### Patch Changes + +- [#10758](https://github.com/cloudflare/workers-sdk/pull/10758) [`c9d567e`](https://github.com/cloudflare/workers-sdk/commit/c9d567edfb986d761750b3526334a43ebe7bee66) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - fix `console.debug` logs not being logged at the `info` level (as users expect) + +- [#10762](https://github.com/cloudflare/workers-sdk/pull/10762) [`081647b`](https://github.com/cloudflare/workers-sdk/commit/081647b6ed88cadb1eae82a39e6b58f6af1dd046) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - switch zone route warning to an info message + +- [#10782](https://github.com/cloudflare/workers-sdk/pull/10782) [`9e79d9d`](https://github.com/cloudflare/workers-sdk/commit/9e79d9d9846de7f4100cb5c2351c1f29617c0e0c) Thanks [@penalosa](https://github.com/penalosa)! - Improve formatting of logged errors in some cases + +- [#10516](https://github.com/cloudflare/workers-sdk/pull/10516) [`dfa81fd`](https://github.com/cloudflare/workers-sdk/commit/dfa81fd44cab178922fb4f0b1855e7668351727a) Thanks [@workers-devprod](https://github.com/workers-devprod)! - fix: script should be accepted as a positional arg in the `versions upload` command + +- [#10760](https://github.com/cloudflare/workers-sdk/pull/10760) [`cb7ace5`](https://github.com/cloudflare/workers-sdk/commit/cb7ace562e9d5fd310bf7bd69a80cc2cbf8a64ac) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Support the deletion of secrets with complex names + +- [#9991](https://github.com/cloudflare/workers-sdk/pull/9991) [`3d9b3a0`](https://github.com/cloudflare/workers-sdk/commit/3d9b3a042cd5c0b4c795a5b4c112fc98e09eb30c) Thanks [@workers-devprod](https://github.com/workers-devprod)! - Fix startup profiling when sourcemaps are enabled + +- Updated dependencies [[`a879fe0`](https://github.com/cloudflare/workers-sdk/commit/a879fe070ce9694693d2c1a01fbe6ddbbfe0ae9c), [`6de07fb`](https://github.com/cloudflare/workers-sdk/commit/6de07fb1f815109966b7be631a092d4470a01b6f), [`ab47329`](https://github.com/cloudflare/workers-sdk/commit/ab473299f0d2e7d375aeaaf8973f2d2930efb0ce)]: + - miniflare@3.20250718.2 + ## 3.114.14 ### Patch Changes diff --git a/packages/wrangler/package.json b/packages/wrangler/package.json index 956d8e9013e..0e30a58fbf8 100644 --- a/packages/wrangler/package.json +++ b/packages/wrangler/package.json @@ -1,6 +1,6 @@ { "name": "wrangler", - "version": "3.114.14", + "version": "3.114.15", "description": "Command-line interface for all things Cloudflare Workers", "keywords": [ "wrangler",