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
@cloudflare/[email protected]
Minor Changes
0d314ed
Thanks @WillTaylorDev! - Preparatory work to allow invoking user worker ahead of assetsPatch Changes
476e5df
Thanks @jamesopstad! - Remove incorrect logic in Asset Worker.[email protected]
Minor Changes
#7230
6fe9533
Thanks @penalosa! - Turn onwrangler.json(c)
support by defaultWrangler now supports both JSON (
wrangler.json
) and TOML (wrangler.toml
) for it's configuration file. The format of Wrangler's configuration file is exactly the same across both languages, except that the syntax isJSON
rather thanTOML
. e.g.would be interpreted the same as the equivalent JSON
#7330
219109a
Thanks @jonesphillip! - Added Oceania (oc) location hint as acceptable choice when creating an R2 bucket.#7227
02a0e1e
Thanks @taylorlee! - Addpreview_urls
toggle towrangler.toml
The current Preview URLs (beta) feature routes to version preview urls based on the status of the
workers_dev
config value. Beta users have requested the ability to enable deployment urls and preview urls separately onworkers.dev
, and the newpreviews_enabled
field of the enable-subdomain API will allow that. This change separates theworkers_dev
andpreview_urls
behavior duringwrangler triggers deploy
andwrangler versions upload
.preview_urls
defaults to true, and does not implicitly depend on routes the wayworkers_dev
does.#7308
1b1d01a
Thanks @gpanders! - Add a default image for cloudchamber create and modify commands#7232
7da76de
Thanks @toddmantell! - feat: implement queues info commandThis command allows users to get information on individual queues.
To run this command use the queues info command with the name of a queue in the user's account.
wrangler queues info my-queue-name
Patch Changes
#7319
5a2c93d
Thanks @vicb! - chore(wrangler): update unenv dependency versionPulls in the implementation of module.findSourceMap
Updated dependencies [
0d314ed
,476e5df
]:[email protected]
Patch Changes
#7235
8246c45
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#6410
c808590
Thanks @stof! - Fix the test tsconfig file in the hello-world typescript template@cloudflare/[email protected]
Patch Changes
6fe9533
,219109a
,02a0e1e
,5a2c93d
,1b1d01a
,7da76de
]: