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
31332ca
Thanks @joshthoward! - Update the C3 Durable Objects example to use SQLitePatch Changes
#8593
36ae02c
Thanks @emily-shen! - Graduate Hono + Workers assets template from experimental.You will no longer need to include the --experimental flag to access this template.
Also creates a hono template that uses the cloudflare-pages adapter.
#8402
03ec951
Thanks @emily-shen! - graduate Astro Workers + Assets template from experimentalYou no longer need to pass in --experimental to access the Workers + Assets version of the template.
#8552
0fe3260
Thanks @emily-shen! - Graduate remix Workers + Assets template from experimentalYou will no longer need to pass in the
--experimental
flag to access this template.#8574
9b86dba
Thanks @emily-shen! - Graduate sveltekit + workers assets template from experimentalYou no longer need to pass in the --experimental flag to access this template.
[email protected]
Minor Changes
9adbd50
Thanks @knickish! - Enable the creation of MySQL Hypedrive configs via the Wrangler CLI.Patch Changes
#8591
dae7bd4
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#8376
a25f060
Thanks @CarmenPopoviciu! - feat: Make local dev RPC behaviour on par with production for Workers with assets@cloudflare/[email protected]
Minor Changes
a7bd79b
Thanks @vicb! - Use the native implementation of crypto APIs@cloudflare/[email protected]
Minor Changes
#8443
3b1d081
Thanks @GregBrimble! - Requests with aSec-Fetch-Mode: navigate
header, made to a project withsec_fetch_mode_navigate_header_prefers_asset_serving
compatibility flag, will be routed to the asset-worker rather than a user Worker when no exact asset match is found.Requests without that header will continue to be routed to the user Worker when no exact asset match is found.
[email protected]
Minor Changes
#8258
9adbd50
Thanks @knickish! - Enable the creation of MySQL Hypedrive configs via the Wrangler CLI.#8353
c4fa349
Thanks @jbwcloudflare! - Add new command to purge a QueueThis new command can be used to delete all existing messages in a Queue
#8461
86ab0ca
Thanks @GregBrimble! - Add a 'allowTrailingCommas: true' option to improve IDE experience of 'wrangler.jsonc?'#8550
5ae12a9
Thanks @vicb! - Bump@cloudflare/unenv-preset
to 2.2.0Use the workerd native implementation for
node:tls
Patch Changes
#8501
383dc0a
Thanks @GregBrimble! - Add support forassets_navigation_prefers_asset_serving
compatibility flag inwrangler dev
#8562
8278db5
Thanks @IRCody! - Add initial containers subcommand to wrangler.#8376
a25f060
Thanks @CarmenPopoviciu! - feat: Make local dev RPC behaviour on par with production for Workers with assets#8534
62d5471
Thanks @petebacondarwin! - improve the error messaging when the user provides neither an entry point nor an asset directory#8528
2a43cdc
Thanks @cmackenzie1! - Support wrangler types for Pipelines#8579
29015e5
Thanks @cmackenzie1! - Allowwrangler pipelines update <pipelineName> --transform-worker none
to remove transformations from a Pipeline.Updated dependencies [
9adbd50
,dae7bd4
,a25f060
,a7bd79b
]:@cloudflare/[email protected]
Patch Changes
3b1d081
,9adbd50
,dae7bd4
,a25f060
]:@cloudflare/[email protected]
Patch Changes
#8365
f3db430
Thanks @petebacondarwin! - update vite-plugin to use the latest unenv-preset#8489
37adc1d
Thanks @dario-piotrowicz! - fix: make sureprocess.env
is populated when thenodejs_compat_populate_process_env
flag is set#8587
18fa891
Thanks @jamesopstad! - Add support for.wasm?init
extension to load WebAssembly as documented by Vite (https://vite.dev/guide/features.html#webassembly).#8441
257e7f9
Thanks @dario-piotrowicz! - addinspectorPort
option to plugin configadd an
inspectorPort
option that allows developers to start a devTools inspector server to debug their workers (defaulting to9229
)#8545
aadb49c
Thanks @jamesopstad! - Makeassets
field optional in the Worker config when using assets. At build time, assets are included if there is a client build.#8441
257e7f9
Thanks @dario-piotrowicz! - add/__debug
path for better debuggingadd a new
/__debug
path that users can navigate to in order to debug their workers#8387
dbbeb23
Thanks @jamesopstad! - Support Text and Data module types.Text modules can be imported with a
.txt
or.html
extension while Data modules can be imported with a.bin
extension.This expands on the existing support for WebAssembly modules, which can now be imported with
.wasm
or.wasm?module
extensions.Custom rules are not supported.
More info on including non-JavaScript modules can be found here.
Updated dependencies [
9adbd50
,dae7bd4
,383dc0a
,c4fa349
,8278db5
,86ab0ca
,a25f060
,a7bd79b
,62d5471
,2a43cdc
,5ae12a9
,29015e5
]:@cloudflare/[email protected]
Patch Changes
9adbd50
,dae7bd4
,383dc0a
,c4fa349
,8278db5
,86ab0ca
,a25f060
,62d5471
,2a43cdc
,5ae12a9
,29015e5
]: