Wrangler
Minor Changes
#7201
beed72eThanks @GregBrimble! - feat: Tail Consumers are now supported for Workers with assets.You can now configure
tail_consumersin conjunction withassetsin yourwrangler.tomlfile. Read more about Static Assets and Tail Consumers in the documentation.#7212
837f2f5Thanks @jonesphillip! - Added r2 bucket info command to Wrangler. Improved formatting of r2 bucket list output
Patch Changes
#7210
c12c0feThanks @taylorlee! - Avoid an unnecessary GET request duringwrangler deploy.#7197
4814455Thanks @michelheusschen! - fix console output forwrangler d1 migrations create#6795
94f07eeThanks @benmccann! - chore: upgrade chokidar to v4#7133
c46e02dThanks @gpanders! - Do not emit escape sequences when stdout is not a TTY
Minor Changes
- #7154
ef7c0b3Thanks @jonesphillip! - Added the ability to enable, disable, and get r2.dev public access URLs for R2 buckets.
Patch Changes
#7169
9098a3bThanks @penalosa! - Ensureworkerdprocesses are cleaned up after address-in-use errors#7172
3dce388Thanks @penalosa! - Clarify dev registry messaging around locally connected services. The connection status of local service bindings & durable object bindings is now indicated byconnectedornot connectednext to their entry in the bindings summary. For more details, refer to https://developers.cloudflare.com/workers/runtime-apis/bindings/service-bindings/#local-development#7193
ad51d1dThanks @sdnts! - Output suggested wrangler.toml changes after creating an R2 bucket#7191
1d5bc6dThanks @sdnts! - Output suggested wrangler.toml changes after creating a QueueUpdated dependencies [
1db7846,08c6580]:- miniflare@3.20241106.0
- @cloudflare/workers-shared@0.7.1
Minor Changes
#7105
a5f1779Thanks @jonesphillip! - Added the ability to list, add, remove, and update R2 bucket custom domains.#7132
89f6274Thanks @gabivlj! - Event messages are capitalized, images of wrong architectures properly show the error incloudchamber createWhen a new "health" enum is introduced,wrangler cloudchamber listwon't crash anymore. Update Cloudchamber schemas.#7121
2278616Thanks @bruxodasilva! - Added pause and resume commands to manage Workflows and hidded unimplemented delete command
Patch Changes
#7134
3ee1353Thanks @cmackenzie1! - Change Pipelines to use name instead of ID#7020
e1d2fd6Thanks @KianNH! - chore: move printWranglerBanner for secret delete into handler#7150
6380d86Thanks @emily-shen! - refactor: improve login/logout/whoami setup with the new internal registration utils#6756
49ef163Thanks @WalshyDev! - chore: disable wrangler.toml warnings when doingwrangler login&wrangler logout#7164
1bd4885Thanks @penalosa! - Fix--test-scheduledwith custom builds &--x-dev-env
Patch Changes
#7141
d938bb3Thanks @emily-shen! - fix: throw a better error if there is an "ASSETS" user binding in a Pages projects#7124
f8ebdd1Thanks @skepticfx! - fix: Modify Cloudchamber deployment labels in interactive mode
Minor Changes
#6999
0111edbThanks @garvit-gupta! - docs: Vectorize GA Announcement Banner#6916
a33a133Thanks @garrettgu10! - Local development now supports Vectorize bindings#7004
15ef013Thanks @garvit-gupta! - feat: Enable Vectorize query by id via Wrangler#7092
038fdd9Thanks @jonesphillip! - Added location hint option for the Wrangler R2 bucket create command#7024
bd66d51Thanks @xortive! - feature: allow using a connection string when updating hyperdrive configsboth
hyperdrive createandhyperdrive updatenow support updating configs with connection strings.
Patch Changes
#7091
68a2a84Thanks @taylorlee! - fix: synchronize observability settings duringwrangler versions deployWhen running
wrangler versions deploy, Wrangler will now updateobservabilitysettings in addition tologpushandtail_consumers. Unlikewrangler deploy, it will not disable observability whenobservabilityis undefined inwrangler.toml.#7080
924ec18Thanks @vicb! - chore(wrangler): update unenv dependency version#7097
8ca4b32Thanks @emily-shen! - fix: remove deprecation warnings forwrangler initWe will not be removing
wrangler init(it just delegates to create-cloudflare now). These warnings were causing confusion for users as itwrangler initis still recommended in many places.#7073
656a444Thanks @penalosa! - Internal refactor to removees-module-lexerand supportwrangler typesfor Workers with Durable Objects & JSX#7024
bd66d51Thanks @xortive! - fix: make individual parameters work forwrangler hyperdrive createwhen not using HoAwrangler hyperdrive createindividual parameters were not setting the database name correctly when calling the api.#7024
bd66d51Thanks @xortive! - refactor: use same param parsing code forwrangler hyperdrive createandwrangler hyperdrive updateensures that going forward, both commands support the same features and have the same names for config flags
Minor Changes
- #7000
1de309bThanks @jkoe-cf! - feature: allowing users to specify a description when creating an event notification rule
Patch Changes
#7011
cef32c8Thanks @GregBrimble! - fix: Correctly apply Durable Object migrations for namespaced scripts#7067
4aa35c5Thanks @LuisDuarte1! - Change trigger command to comply with the current workflows endpoint.This also adds an id option to allow users to optionally customize the new instance id.
#7082
3f1d79cThanks @LuisDuarte1! - Change to new terminate instance workflow endpoint#7036
e7ea600Thanks @penalosa! - Reduce KV bulk upload bucket size to 1000 (from the previous 5000)#7068
a2afcf1Thanks @RamIdeas! - log warning of Workflows open-beta status when running deploying a Worker that contains a Workflow binding#7065
b219296Thanks @penalosa! - Internal refactor to remove React/ink from all non-wrangler devflows#7064
a90980cThanks @penalosa! - Fixwrangler dev --remote --show-interactive-dev-session=falseby only enabling hotkeys after account selection if hotkeys were previously enabled#7045
5ef6231Thanks @RamIdeas! - Add preliminary support for Workflows in wrangler dev#7075
80e5bc6Thanks @LuisDuarte1! - Fix params serialization when send the trigger workflow APIPreviously, wrangler did not parse the params sending it as a string to workflow's services.
Updated dependencies [
760e43f,8dc2b7d,5ef6231]:- miniflare@3.20241022.0
- @cloudflare/workers-shared@0.7.0