Minor Changes
-
#6999
0111edb
Thanks @garvit-gupta! - docs: Vectorize GA Announcement Banner -
#6916
a33a133
Thanks @garrettgu10! - Local development now supports Vectorize bindings -
#7004
15ef013
Thanks @garvit-gupta! - feat: Enable Vectorize query by id via Wrangler -
#7092
038fdd9
Thanks @jonesphillip! - Added location hint option for the Wrangler R2 bucket create command -
#7024
bd66d51
Thanks @xortive! - feature: allow using a connection string when updating hyperdrive configsboth
hyperdrive create
andhyperdrive update
now support updating configs with connection strings.
Patch Changes
-
#7091
68a2a84
Thanks @taylorlee! - fix: synchronize observability settings duringwrangler versions deploy
When running
wrangler versions deploy
, Wrangler will now updateobservability
settings in addition tologpush
andtail_consumers
. Unlikewrangler deploy
, it will not disable observability whenobservability
is undefined inwrangler.toml
. -
#7080
924ec18
Thanks @vicb! - chore(wrangler): update unenv dependency version -
#7097
8ca4b32
Thanks @emily-shen! - fix: remove deprecation warnings forwrangler init
We will not be removing
wrangler init
(it just delegates to create-cloudflare now). These warnings were causing confusion for users as itwrangler init
is still recommended in many places. -
#7073
656a444
Thanks @penalosa! - Internal refactor to removees-module-lexer
and supportwrangler types
for Workers with Durable Objects & JSX -
#7024
bd66d51
Thanks @xortive! - fix: make individual parameters work forwrangler hyperdrive create
when not using HoAwrangler hyperdrive create
individual parameters were not setting the database name correctly when calling the api. -
#7024
bd66d51
Thanks @xortive! - refactor: use same param parsing code forwrangler hyperdrive create
andwrangler hyperdrive update
ensures that going forward, both commands support the same features and have the same names for config flags