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
#10989
da37501
Thanks @dom96! - Fixes generation of 'name' in Python uv.lock template#10943
9d843fe
Thanks @valfz! - fixed creating index.js with wrong extension when Vue project is created with JavaScript#10990
c07036b
Thanks @dom96! - Python templates' package.json scripts now use pywranglerPatch Changes
#10948
04c5dc7
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#10949
44dc255
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#10950
39dbb39
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#10951
46c31e1
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#10952
dcda100
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#10914
890a606
Thanks @devin-ai-integration! - Fix git commit failures when global pre-commit hooks are configured. When initializing projects, create-cloudflare now uses git commit --no-verify to bypass any globally configured git hooks that might fail and block project initialization.[email protected]
Minor Changes
#10867
dd5f769
Thanks @austin-mc! - Add media binding support#10768
8211bc9
Thanks @dario-piotrowicz! - AddhandleStructuredLogs
option that allows consumers of the workerd structured logs to print such logs without additional boilerplatePatch Changes
#10963
36d7054
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
[email protected]
Minor Changes
#10939
d4b4c90
Thanks @danielrs! - Configpreview_urls
defaults toworkers_dev
value.Originally, we were defaulting config.preview_urls to
true
, but wewere accidentally enabling Preview URLs for users that only had
config.workers_dev=false.
Then, we set the default value of config.preview_urls to
false
, but wewere accidentally disabling Preview URLs for users that only had
config.workers_dev=true.
Rather than defaulting config.preview_urls to
true
orfalse
, wedefault to the resolved value of config.workers_dev. Should result in a
clearer user experience.
#11027
1a2bbf8
Thanks @jamesopstad! - Statically replace the value ofprocess.env.NODE_ENV
withdevelopment
for development builds andproduction
for production builds if it is not set. Else, use the given value. This ensures that libraries, such as React, that branch code based onprocess.env.NODE_ENV
can be properly tree shaken.#9705
0ee1a68
Thanks @hiendv! - Add params type to Workflow type generation. E.g.#10867
dd5f769
Thanks @austin-mc! - Add media binding supportPatch Changes
#11018
5124818
Thanks @dario-piotrowicz! - Improve potential errors thrown bystartRemoteProxySession
by including more information#11019
6643bd4
Thanks @dario-piotrowicz! - Fixobservability.logs.persist
being flagged as an unexpected field during the wrangler config file validation#10768
8211bc9
Thanks @dario-piotrowicz! - Update logs handling to use the newhandleStructuredLogs
miniflare option#10997
3bb034f
Thanks @nikitassharma! - When either WRANGLER_OUTPUT_FILE_PATH or WRANGLER_OUTPUT_FILE_DIRECTORY are setin the environment, then command failures will append a line to the output file
encoding the error code and message, if present.
#10986
43503c7
Thanks @emily-shen! - fix: cleanup any running containers again on wrangler dev exit#11000
a6de9db
Thanks @jonboulle! - always load container image into local store during buildBuildKit supports different build drivers. When using the more modern
docker-container
driver (which is now the default on some systems, e.g. a standard Docker installation on Fedora Linux), it will not automatically load the built image into the local image store. Since wrangler expects the image to be there (e.g. when callinggetImageRepoTags
), it will thus fail, e.g.:Explicitly setting the
--load
flag (equivalent to-o type=docker
) during the build fixes this and should make the build a bit more portable without requiring users to change their default build driver configuration.#10994
d39c8b5
Thanks @pombosilva! - Make Workflows instances list command cursor based#10892
7d0417b
Thanks @dario-piotrowicz! - improve the diffing representation forwrangler deploy
(run under--x-remote-diff-check
)Updated dependencies [
36d7054
,dd5f769
,ee7d710
,8211bc9
]:@cloudflare/[email protected]
Patch Changes
36d7054
,dd5f769
,8211bc9
]:@cloudflare/[email protected]
Patch Changes
#10954
ee7d710
Thanks @vicb! - Use the nativenode:cluster
module when available.It is enabled when the
enable_nodejs_cluster_module
compatibility flag is set.@cloudflare/[email protected]
Patch Changes
#10707
092c999
Thanks @edmundhung! - Add request cancellation supportWorkers running on Vite can now listen to the abort event with
request.signal
to perform tasks when the request is canceled by the client. For more information, see the Request documentation.#10768
8211bc9
Thanks @dario-piotrowicz! - Ensure that logs are printed at the correct log levelThe changes here ensure that logs generated by Workers are printed accordingly to the
logLevel
the user defines (either in their Vite config file or via the--logLevel
CLI flag)#10899
e2809b5
Thanks @edmundhung! - fix: track server restart in module scopeWhen using
@cloudflare/vite-plugin
with React Router, miniflare might be disposed during restart. This change makes sure to track when the dev server restart in module scope to avoid unexpected behavior.Updated dependencies [
5124818
,d4b4c90
,6643bd4
,1a2bbf8
,36d7054
,0ee1a68
,8211bc9
,3bb034f
,43503c7
,dd5f769
,a6de9db
,ee7d710
,d39c8b5
,7d0417b
,8211bc9
]:@cloudflare/[email protected]
Patch Changes
5124818
,d4b4c90
,6643bd4
,1a2bbf8
,36d7054
,0ee1a68
,8211bc9
,3bb034f
,43503c7
,dd5f769
,a6de9db
,d39c8b5
,7d0417b
,8211bc9
]:@cloudflare/[email protected]
Patch Changes
#11007
cf16deb
Thanks @gpanders! - Correctly handle image names that contain a slash#11000
a6de9db
Thanks @jonboulle! - always load container image into local store during buildBuildKit supports different build drivers. When using the more modern
docker-container
driver (which is now the default on some systems, e.g. a standard Docker installation on Fedora Linux), it will not automatically load the built image into the local image store. Since wrangler expects the image to be there (e.g. when callinggetImageRepoTags
), it will thus fail, e.g.:Explicitly setting the
--load
flag (equivalent to-o type=docker
) during the build fixes this and should make the build a bit more portable without requiring users to change their default build driver configuration.