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
189fe23
Thanks @edmundhung! - Shimdebug
npm package with patched version for cloudflare env support@cloudflare/[email protected]
Minor Changes
#10001
5796ca9
Thanks @jamesopstad! - We now automatically inject the following HMR code into your Worker entry file:This prevents file changes from invalidating the full module graph and improves HMR performance in development.
Patch Changes
#10038
a355327
Thanks @emily-shen! - Resolvecontainers.image
(if it is a path to a Dockerfile) to an absolute path in the deploy config.#9891
dd416e9
Thanks @hi-ogawa! - setbuild.rollupOptions.platform: "neutral"
on rolldown-vite to prevent Rolldown'snode:module
basedrequire
polyfill from breaking the build.#9819
0c4008c
Thanks @CarmenPopoviciu! - feat(vite-plugin): Add containers support invite dev
Adds support for Cloudflare Containers in
vite dev
. Please note that at the time of this PR a container image can only specify the path to aDockerfile
. Support for registry links will be added in a later version, as will containers support invite preview
.Updated dependencies [
189fe23
,c02b067
,7e5585d
,b0217f9
,e87198a
,ad02ad3
,0c4008c
]:[email protected]
Patch Changes
#9866
7e5585d
Thanks @invisal! - Fix D1 SQL dump generation: escape identifiers and handle SQLite's dynamic typingEscape column and table names to prevent SQL syntax errors.
Escape values based on their runtime type to support SQLite's flexible typing.
@cloudflare/[email protected]
Patch Changes
7e5585d
]:@cloudflare/[email protected]
Patch Changes
c02b067
,7e5585d
,b0217f9
,e87198a
,ad02ad3
,0c4008c
]:[email protected]
Patch Changes
#10000
c02b067
Thanks @emily-shen! - Include more (sanitised) user errors in telemetry.We manually vet and sanitised error messages before including them in our telemetry collection - this PR just includes a couple more.
#9996
b0217f9
Thanks @nikitassharma! - Disallow users from pushing images with unsupported platforms to the container image registry#10009
e87198a
Thanks @gpanders! - Fix containers diff output when using JSONC config files#9976
ad02ad3
Thanks @dario-piotrowicz! - add warning for when users runwrangler dev --remote
with (enabled) containers#9819
0c4008c
Thanks @CarmenPopoviciu! - feat(vite-plugin): Add containers support invite dev
Adds support for Cloudflare Containers in
vite dev
. Please note that at the time of this PR a container image can only specify the path to aDockerfile
. Support for registry links will be added in a later version, as will containers support invite preview
.Updated dependencies [
189fe23
,7e5585d
]:@cloudflare/[email protected]
Patch Changes
#9819
0c4008c
Thanks @CarmenPopoviciu! - feat(vite-plugin): Add containers support invite dev
Adds support for Cloudflare Containers in
vite dev
. Please note that at the time of this PR a container image can only specify the path to aDockerfile
. Support for registry links will be added in a later version, as will containers support invite preview
.@cloudflare/[email protected]
Patch Changes
#10007
d82c8e8
Thanks @WillTaylorDev! - Bugfix: Removes unnecessary cloning of the request. This is no longer needed. We were also seeing failures in runtime for large files due to this.#10008
ca00d74
Thanks @vicb! - block responses with multiple Content Type values