cloudflare/workers-sdk (wrangler)
### [`v3.75.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3750)
[Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.74.0...wrangler@3.75.0)
##### Minor Changes
- [#6603](https://redirect.github.com/cloudflare/workers-sdk/pull/6603) [`a197460`](https://redirect.github.com/cloudflare/workers-sdk/commit/a197460f47db47279f2c5536269cd0de2b543576) Thanks [@taylorlee](https://redirect.github.com/taylorlee)! - feature: log version preview url when previews exist
The version upload API returns a field indicating whether
a preview exists for that version. If a preview exists and
workers.dev is enabled, wrangler will now log the full
URL on version upload.
This does not impact wrangler deploy, which only prints the
workers.dev route of the latest deployment.
- [#6550](https://redirect.github.com/cloudflare/workers-sdk/pull/6550) [`8d1d464`](https://redirect.github.com/cloudflare/workers-sdk/commit/8d1d464f2b549dc7d7020fd45f025cd7c8671ce9) Thanks [@Pedr0Rocha](https://redirect.github.com/Pedr0Rocha)! - feature: add RateLimit type generation to the ratelimit unsafe binding.
##### Patch Changes
- [#6615](https://redirect.github.com/cloudflare/workers-sdk/pull/6615) [`21a09e0`](https://redirect.github.com/cloudflare/workers-sdk/commit/21a09e06473e28722c3fe73dee9cd49b41807be3) Thanks [@RamIdeas](https://redirect.github.com/RamIdeas)! - chore: avoid potential double-install of create-cloudflare
When `wrangler init` delegates to C3, it did so via `npm create cloudflare@2.5.0`. C3's v2.5.0 was the first to include auto-update support to avoid `npx`'s potentially stale cache. But this also guaranteed a double install for users who do not have 2.5.0 cached. Now, wrangler delegates via `npm create cloudflare@^2.5.0` which should use the latest version cached on the user's system or install and use the latest v2.x.x.
- [#6603](https://redirect.github.com/cloudflare/workers-sdk/pull/6603) [`a197460`](https://redirect.github.com/cloudflare/workers-sdk/commit/a197460f47db47279f2c5536269cd0de2b543576) Thanks [@taylorlee](https://redirect.github.com/taylorlee)! - chore: fix version upload log order
Previously deploy prints:
upload timings
deploy timings
current version id
while version upload prints:
worker version id
upload timings
This change makes version upload more similar to deploy by printing
version id after upload, which also makes more sense, as version ID can
only be known after upload has finished.
### [`v3.74.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3740)
[Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.73.0...wrangler@3.74.0)
##### Minor Changes
- [#6574](https://redirect.github.com/cloudflare/workers-sdk/pull/6574) [`dff8d44`](https://redirect.github.com/cloudflare/workers-sdk/commit/dff8d44f4e47b746b9b1fa276094e1dc4c4f906b) Thanks [@CarmenPopoviciu](https://redirect.github.com/CarmenPopoviciu)! - feat: add support for experimental assets in `wrangler dev` watch mode
##### Patch Changes
- [#6605](https://redirect.github.com/cloudflare/workers-sdk/pull/6605) [`c4f0d9e`](https://redirect.github.com/cloudflare/workers-sdk/commit/c4f0d9e01ef333f5882096ad1e0f37e0911089a7) Thanks [@WalshyDev](https://redirect.github.com/WalshyDev)! - fix: ensure we update non-versioned Worker settings for the new deploy path in `wrangler deploy`
- Updated dependencies \[[`e8975a9`](https://redirect.github.com/cloudflare/workers-sdk/commit/e8975a93a46d41ea270f63fd9ef40677ccc689c3)]:
- miniflare@3.20240821.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
3.73.0
->3.75.0
Release Notes
cloudflare/workers-sdk (wrangler)
### [`v3.75.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3750) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.74.0...wrangler@3.75.0) ##### Minor Changes - [#6603](https://redirect.github.com/cloudflare/workers-sdk/pull/6603) [`a197460`](https://redirect.github.com/cloudflare/workers-sdk/commit/a197460f47db47279f2c5536269cd0de2b543576) Thanks [@taylorlee](https://redirect.github.com/taylorlee)! - feature: log version preview url when previews exist The version upload API returns a field indicating whether a preview exists for that version. If a preview exists and workers.dev is enabled, wrangler will now log the full URL on version upload. This does not impact wrangler deploy, which only prints the workers.dev route of the latest deployment. - [#6550](https://redirect.github.com/cloudflare/workers-sdk/pull/6550) [`8d1d464`](https://redirect.github.com/cloudflare/workers-sdk/commit/8d1d464f2b549dc7d7020fd45f025cd7c8671ce9) Thanks [@Pedr0Rocha](https://redirect.github.com/Pedr0Rocha)! - feature: add RateLimit type generation to the ratelimit unsafe binding. ##### Patch Changes - [#6615](https://redirect.github.com/cloudflare/workers-sdk/pull/6615) [`21a09e0`](https://redirect.github.com/cloudflare/workers-sdk/commit/21a09e06473e28722c3fe73dee9cd49b41807be3) Thanks [@RamIdeas](https://redirect.github.com/RamIdeas)! - chore: avoid potential double-install of create-cloudflare When `wrangler init` delegates to C3, it did so via `npm create cloudflare@2.5.0`. C3's v2.5.0 was the first to include auto-update support to avoid `npx`'s potentially stale cache. But this also guaranteed a double install for users who do not have 2.5.0 cached. Now, wrangler delegates via `npm create cloudflare@^2.5.0` which should use the latest version cached on the user's system or install and use the latest v2.x.x. - [#6603](https://redirect.github.com/cloudflare/workers-sdk/pull/6603) [`a197460`](https://redirect.github.com/cloudflare/workers-sdk/commit/a197460f47db47279f2c5536269cd0de2b543576) Thanks [@taylorlee](https://redirect.github.com/taylorlee)! - chore: fix version upload log order Previously deploy prints: upload timings deploy timings current version id while version upload prints: worker version id upload timings This change makes version upload more similar to deploy by printing version id after upload, which also makes more sense, as version ID can only be known after upload has finished. ### [`v3.74.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3740) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.73.0...wrangler@3.74.0) ##### Minor Changes - [#6574](https://redirect.github.com/cloudflare/workers-sdk/pull/6574) [`dff8d44`](https://redirect.github.com/cloudflare/workers-sdk/commit/dff8d44f4e47b746b9b1fa276094e1dc4c4f906b) Thanks [@CarmenPopoviciu](https://redirect.github.com/CarmenPopoviciu)! - feat: add support for experimental assets in `wrangler dev` watch mode ##### Patch Changes - [#6605](https://redirect.github.com/cloudflare/workers-sdk/pull/6605) [`c4f0d9e`](https://redirect.github.com/cloudflare/workers-sdk/commit/c4f0d9e01ef333f5882096ad1e0f37e0911089a7) Thanks [@WalshyDev](https://redirect.github.com/WalshyDev)! - fix: ensure we update non-versioned Worker settings for the new deploy path in `wrangler deploy` - Updated dependencies \[[`e8975a9`](https://redirect.github.com/cloudflare/workers-sdk/commit/e8975a93a46d41ea270f63fd9ef40677ccc689c3)]: - miniflare@3.20240821.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.