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
21a0befThanks @dario-piotrowicz! - Add strict mode for thewrangler deploycommandAdd a new flag:
--strictthat makes thewrangler deploycommand 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
7f2386eThanks @penalosa! - Add prompt to resource creation flow allowing for newly created resources to be remote.Patch Changes
#10822
4c06766Thanks @edmundhung! - fix: skip banner when using--jsonflag inwrangler pages deploymentcommands#10838
d3aee31Thanks @edmundhung! - fix: skip banner when using--jsonflag inwrangler queues subscriptioncommands#10829
59e8ef0Thanks @edmundhung! - fix: skip banner when using--jsonflag inwrangler pipelinescommands#10764
79a6b7dThanks @emily-shen! - containers: defaultmax_instancesto 20 instead of 1.#10844
7a4d0daThanks @mikenomitch! - Adds new Container instance types, and renamedevtoliteandstandardtostandard-1. The new instance_types are now:#10634
62656bdThanks @emily-shen! - fix: error if the container image uri has an account id that doesn't match the current account#10761
886e577Thanks @petebacondarwin! - switch zone route warning to an info message#10734
8d7f32eThanks @penalosa! - Improve formatting of logged errors in some cases#10832
f9d37dbThanks @petebacondarwin! - retry subdomain requests to be more resilient to flakes#10770
835d6f7Thanks @danielrs! - Enabling or disablingworkers_devis often an indication thatthe user is also trying to enable or disable
preview_urls. Warn theuser when these enter mixed state.
#10764
79a6b7dThanks @emily-shen! - fix: respect the log level set by wrangler when logging using @cloudflare/cliUpdated dependencies [
c8d5282,bffd2a9]:[email protected]
Patch Changes
#10641
cc47218Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#10642
a6cfc06Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#10766
bd5b720Thanks @petebacondarwin! - Do not override any.envsettings in.gitignorefilesPreviously we only looked for
.env*in thegitignorebut now we cover more cases such as:.env.env\*.env.<local|production|staging|...>.env\*.<local|production|staging|...>[email protected]
Patch Changes
#10834
c8d5282Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#10673
bffd2a9Thanks @jamesopstad! - Send a 404 response for unimplemented/cdn-cgi/handler/routes.@cloudflare/[email protected]
Patch Changes
c8d5282,bffd2a9]:@cloudflare/[email protected]
Patch Changes
#10673
bffd2a9Thanks @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
79a6b7dThanks @emily-shen! - fix: respect the log level set by wrangler when logging using @cloudflare/cli@cloudflare/[email protected]
Patch Changes
62656bdThanks @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
545afe5Thanks @pombosilva! - Workflows are now created if the Request gets redirected after creation