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
#10507
21a0bef
Thanks @dario-piotrowicz! - Add strict mode for thewrangler deploy
commandAdd a new flag:
--strict
that makes thewrangler deploy
command be more strict and not deploy workers when the deployment could be potentially problematic. This "strict mode" currently only affects non-interactive sessions where conflicts with the remote settings for the worker (for example when the worker has been re-deployed via the dashboard) will cause the deployment to fail instead of automatically overriding the remote settings.#10710
7f2386e
Thanks @penalosa! - Add prompt to resource creation flow allowing for newly created resources to be remote.Patch Changes
#10822
4c06766
Thanks @edmundhung! - fix: skip banner when using--json
flag inwrangler pages deployment
commands#10838
d3aee31
Thanks @edmundhung! - fix: skip banner when using--json
flag inwrangler queues subscription
commands#10829
59e8ef0
Thanks @edmundhung! - fix: skip banner when using--json
flag inwrangler pipelines
commands#10764
79a6b7d
Thanks @emily-shen! - containers: defaultmax_instances
to 20 instead of 1.#10844
7a4d0da
Thanks @mikenomitch! - Adds new Container instance types, and renamedev
tolite
andstandard
tostandard-1
. The new instance_types are now:#10634
62656bd
Thanks @emily-shen! - fix: error if the container image uri has an account id that doesn't match the current account#10761
886e577
Thanks @petebacondarwin! - switch zone route warning to an info message#10734
8d7f32e
Thanks @penalosa! - Improve formatting of logged errors in some cases#10832
f9d37db
Thanks @petebacondarwin! - retry subdomain requests to be more resilient to flakes#10770
835d6f7
Thanks @danielrs! - Enabling or disablingworkers_dev
is often an indication thatthe user is also trying to enable or disable
preview_urls
. Warn theuser when these enter mixed state.
#10764
79a6b7d
Thanks @emily-shen! - fix: respect the log level set by wrangler when logging using @cloudflare/cliUpdated dependencies [
c8d5282
,bffd2a9
]:[email protected]
Patch Changes
#10641
cc47218
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#10642
a6cfc06
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#10766
bd5b720
Thanks @petebacondarwin! - Do not override any.env
settings in.gitignore
filesPreviously we only looked for
.env*
in thegitignore
but now we cover more cases such as:.env
.env\*
.env.<local|production|staging|...>
.env\*.<local|production|staging|...>
[email protected]
Patch Changes
#10834
c8d5282
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#10673
bffd2a9
Thanks @jamesopstad! - Send a 404 response for unimplemented/cdn-cgi/handler/
routes.@cloudflare/[email protected]
Patch Changes
c8d5282
,bffd2a9
]:@cloudflare/[email protected]
Patch Changes
#10673
bffd2a9
Thanks @jamesopstad! - Only forward/cdn-cgi/handler/
routes to trigger handlers.Updated dependencies [
4c06766
,21a0bef
,d3aee31
,c8d5282
,59e8ef0
,79a6b7d
,7a4d0da
,bffd2a9
,62656bd
,886e577
,7f2386e
,8d7f32e
,f9d37db
,835d6f7
,79a6b7d
]:@cloudflare/[email protected]
Patch Changes
4c06766
,21a0bef
,d3aee31
,c8d5282
,59e8ef0
,79a6b7d
,7a4d0da
,bffd2a9
,62656bd
,886e577
,7f2386e
,8d7f32e
,f9d37db
,835d6f7
,79a6b7d
]:@cloudflare/[email protected]
Patch Changes
79a6b7d
Thanks @emily-shen! - fix: respect the log level set by wrangler when logging using @cloudflare/cli@cloudflare/[email protected]
Patch Changes
62656bd
Thanks @emily-shen! - fix: error if the container image uri has an account id that doesn't match the current account@cloudflare/[email protected]
Patch Changes
545afe5
Thanks @pombosilva! - Workflows are now created if the Request gets redirected after creation