Releases: cloudflare/workers-sdk
[email protected]
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
[email protected]
Minor Changes
-
#7031
eec2a70
Thanks @codenoid! - create-svelte is soon be deprecated, use the new official replacement npx sv instead. -
#7055
a034aa1
Thanks @edmundhung! - feat: prompt user to correct the answer if the arg value is invalid
Patch Changes
-
#7085
3e7cafc
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To create-vite 5.5.3 5.5.4 -
#7126
07b5b25
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To sv 0.5.7 0.5.11 -
#7093
6cf64de
Thanks @lrapoport-cf! - Added link to where to file issues
@cloudflare/[email protected]
[email protected]
Minor Changes
- #7000
1de309b
Thanks @jkoe-cf! - feature: allowing users to specify a description when creating an event notification rule
Patch Changes
-
#7011
cef32c8
Thanks @GregBrimble! - fix: Correctly apply Durable Object migrations for namespaced scripts -
#7067
4aa35c5
Thanks @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
3f1d79c
Thanks @LuisDuarte1! - Change to new terminate instance workflow endpoint -
#7036
e7ea600
Thanks @penalosa! - Reduce KV bulk upload bucket size to 1000 (from the previous 5000) -
#7068
a2afcf1
Thanks @RamIdeas! - log warning of Workflows open-beta status when running deploying a Worker that contains a Workflow binding -
#7065
b219296
Thanks @penalosa! - Internal refactor to remove React/ink from all non-wrangler dev
flows -
#7064
a90980c
Thanks @penalosa! - Fixwrangler dev --remote --show-interactive-dev-session=false
by only enabling hotkeys after account selection if hotkeys were previously enabled -
#7045
5ef6231
Thanks @RamIdeas! - Add preliminary support for Workflows in wrangler dev -
#7075
80e5bc6
Thanks @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
]:- [email protected]
- @cloudflare/[email protected]
[email protected]
Patch Changes
-
#7066
760e43f
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
Dependency From To workerd 1.20241018.1 1.20241022.0 @cloudflare/workers-types ^4.20241018.0 ^4.20241022.0 -
#7045
5ef6231
Thanks @RamIdeas! - Add preliminary support for Workflows in wrangler dev
@cloudflare/[email protected]
@cloudflare/[email protected]
Minor Changes
- #7053
8dc2b7d
Thanks @WillTaylorDev! - Adds analytics to asset-worker