Releases: cloudflare/workers-sdk
[email protected]
Minor Changes
-
#7856
2b6f149
Thanks @emily-shen! - feat: add sanitised error messages to Wrangler telemetryError messages that have been audited for potential inclusion of personal information, and explicitly opted-in, are now included in Wrangler's telemetry collection. Collected error messages will not include any filepaths, user input or any other potentially private content.
-
#7900
bd9228e
Thanks @vicb! - chore(wrangler): update unenv dependency version[email protected]
allows using the workerd implementation for
the Node modulesnet
,timers
, andtimers/promises
.
Seeunjs/unenv#396
.
Patch Changes
-
#7904
50b13f6
Thanks @WalshyDev! - fix: validation for R2 bucket names, the regex was wrongly rejecting buckets starting with a number and the message wasn't as clear as it could be on what was going wrong. -
#7895
134d61d
Thanks @jahands! - Fix regression in retryOnAPIFailure preventing any requests from being retriedAlso fixes a regression in pipelines that prevented 401 errors from being retried when waiting for an API token to become active.
-
#7879
5c02e46
Thanks @andyjessop! - Fix to not require local connection string when using Hyperdrive and wrangler dev --remote -
#7860
13ab591
Thanks @vicb! - refactor(wrangler): make JSON parsing independent of NodeSwitch
jsonc-parser
to parse json:JSON.parse()
exception messages are not stable across Node versions- While
jsonc-parser
is used, JSONC specific syntax is disabled
-
Updated dependencies []:
[email protected]
Patch Changes
- #7793
9941219
Thanks @edmundhung! - fix: ensure no body is passed when constructing a GET or HEAD request to the preview worker
[email protected]
Patch Changes
- #7793
9941219
Thanks @edmundhung! - fix: ensure no body is passed when constructing a GET or HEAD request to the preview worker
@cloudflare/[email protected]
Patch Changes
- #7906
f5eaf4b
Thanks @WillTaylorDev! - Fixes bug in router-worker that prevents unexpected errors from being captured.
@cloudflare/[email protected]
@cloudflare/[email protected]
@cloudflare/[email protected]
[email protected]
Patch Changes
-
#7884
fd5a455
Thanks @emily-shen! - feat: make experiemntal auto-provisioning non-interactive by default. -
#7811
7d138d9
Thanks @joshthoward! - Fix RPC method invocations showing up as unknown events -
Updated dependencies [
40f89a9
]:
[email protected]
Patch Changes
-
#7890
40f89a9
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
Dependency From To workerd 1.20241230.0 1.20250124.0 @cloudflare/workers-types ^4.20241230.0 ^4.20250121.0
[email protected]
Patch Changes
-
#7891
a7965c7
Thanks @jahands! - fix: Use today's date for compat date when the latest workerd release date is in the futureFixes an issue where deployments would fail when there is a workerd release on the same day due to workerd releases having a date in the future because Workers does not allow using a compat date in the future.