Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Minor Changes
#9288
3b8f7f1Thanks @petebacondarwin! - allow --name and --env args on wrangler deployPreviously it was not possible to provide a Worker name as a command line argument at the same time as setting the Wrangler environment.
Now specifying
--nameis supported and will override any names set in the Wrangler config:wrangler.json
{ "name": "config-worker" "env": { "staging": { "name": "config-worker-env" } } }#9265
16de0d5Thanks @edmundhung! - docs: add documentation links to individual config properties in the JSON schema of the Wrangler config filePatch Changes
#9234
2fe6219Thanks @emily-shen! - fix: add no-oppropstoctxingetPlatformProxyto fix type mismatch#9269
66d975eThanks @dario-piotrowicz! - Wire up mixed-mode remote bindings for multi-workerwrangler devUnder the
--x-mixed-modeflag, make sure that bindings configurations withremote: trueactually generate bindings to remote resources during a multi-workerwrangler devsession, currently the bindings included in this are: services, kv_namespaces, r2_buckets, d1_databases, queues and workflows.Also include the ai binding since the bindings is already remote by default anyways.
#9151
5ab035dThanks @gabivlj! - wrangler containers can be configured with the kind of application rollout onapply#9231
02d40edThanks @dario-piotrowicz! - Wire up mixed-mode remote bindings for (single-worker)wrangler devUnder the
--x-mixed-modeflag, make sure that bindings configurations withremote: trueactually generate bindings to remote resources during a single-workerwrangler devsession, currently the bindings included in this are: services, kv_namespaces, r2_buckets, d1_databases, queues and workflows.Also include the ai binding since the bindings is already remote by default anyways.
#9221
2ef31a9Thanks @vicb! - bump@cloudflare/unenv-preset#9277
db5ea8fThanks @penalosa! - Support Mixed Mode for more binding types#9266
f2a16f1Thanks @petebacondarwin! - fix: setting triggers.crons:[] in Wrangler config should delete deployed cron schedules#9245
b87b472Thanks @penalosa! - Support Mixed Mode Dispatch NamespacesUpdated dependencies [
db5ea8f,b87b472]:[email protected]
Patch Changes
#9291
40040deThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#9292
14c7d04Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#9293
fa4dd47Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#9294
625aecaThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#9274
14dc393Thanks @vicb! - fix the env interface name in Next[email protected]
Patch Changes
#9277
db5ea8fThanks @penalosa! - Support Mixed Mode for more binding types#9245
b87b472Thanks @penalosa! - Support Mixed Mode Dispatch Namespaces@cloudflare/[email protected]
Patch Changes
db5ea8f,b87b472]:@cloudflare/[email protected]
Patch Changes
#9221
2ef31a9Thanks @vicb! - bump@cloudflare/unenv-presetUpdated dependencies [
2fe6219,66d975e,5ab035d,02d40ed,2ef31a9,db5ea8f,f2a16f1,3b8f7f1,16de0d5,b87b472]:@cloudflare/[email protected]
Patch Changes
#9227
ab8dab1Thanks @petebacondarwin! - allow miniflare assets options to override wrangler assets optionsUpdated dependencies [
2fe6219,66d975e,5ab035d,02d40ed,2ef31a9,db5ea8f,f2a16f1,3b8f7f1,16de0d5,b87b472]: