Wrangler
Patch Changes
#8763
2650fd3
Thanks @garrettgu10! - R2 data catalog URIs now separate account ID and warehouse name with a slash rather than an underscore#8341
196f51d
Thanks @kotkoroid! - Improve error message when request to obtain membership info failsWrangler now informs user that specific permission might be not granted when fails to obtain membership info. The same information is provided when Wrangler is unable to fetch user's email.
Patch Changes
#8746
7427004
Thanks @emily-shen! - Log whether a command is operating on a remote or local resource#8757
199caa4
Thanks @emily-shen! - fix: return actual error onwrangler secret bulk
#8750
80ef13c
Thanks @emily-shen! - fix: include documentation_url in API Errors if provided#8759
55b336f
Thanks @garvit-gupta! - fix: Minor refactor for the r2 data catalog commands#8753
245cfbd
Thanks @cmackenzie1! - - Hide--transform-worker
flag onwrangler pipelines <create|update>
during private beta.- Add
--shard-count
option forwrangler pipelines <create|update>
for more control over Pipeline throughput or file size
- Add
Updated dependencies [
007f322
]:
Patch Changes
#8758
04ba075
Thanks @emily-shen! - fix: return actual error onwrangler secret bulk
#8703
ef89e6b
Thanks @CarmenPopoviciu! - Improve formatting of cache options for hyperdrive list command#8751
e1ef298
Thanks @emily-shen! - fix: include documentation_url in API Errors if provided#8713
47bf369
Thanks @CarmenPopoviciu! - fix: stop getPlatformProxy crashing when internal DOs are presentInternal DOs still do not work with getPlatformProxy, but warn instead of crashing.
#8683
90d93c9
Thanks @CarmenPopoviciu! - RemoveNodeJSCompatModule
. This was never fully supported, and never worked for deploying Workers from Wrangler.Updated dependencies [
90d93c9
]:
Minor Changes
Patch Changes
#8720
8df60b5
Thanks @lukevalenta! - Fix logic to derive resource name from binding by replacing all underscores with dashes#8697
ec1f813
Thanks @emily-shen! - fix: stop getPlatformProxy crashing when internal DOs are presentInternal DOs still do not work with getPlatformProxy, but warn instead of crashing.
#8737
624882e
Thanks @garvit-gupta! - fix: General improvements for the R2 catalog commands
Minor Changes
Patch Changes
#8435
8e3688f
Thanks @emily-shen! - fix: include assets binding when printing summary of bindings#8675
f043b74
Thanks @vicb! - Bump@cloudflare/unenv-preset
to 2.3.1Use the workerd native implementation of
createSecureContext
andcheckServerIdentity
fromnode:tls
. The functions have been implemented incloudflare/workerd#3754
.
Patch Changes
#8655
7682675
Thanks @emily-shen! - fix bug where assets in directories starting with . would crash the dev server#8604
d8c0495
Thanks @dario-piotrowicz! - Amendpages dev
error message when an environment is requested#8536
e4b76e8
Thanks @gabivlj! - wrangler cloudchamber create explicitly sets IPv6 predefinedUpdated dependencies [
7682675
,9c844f7
,29cb306
]:- miniflare@4.20250321.0
- @cloudflare/unenv-preset@2.3.1
Patch Changes
#8662
5e57717
Thanks @workers-devprod! - Amendpages dev
error message when an environment is requested#8535
6f8e892
Thanks @workers-devprod! - improve the error messaging when the user provides neither an entry point nor an asset directory