Merged
Conversation
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
33068a3 to
681e74a
Compare
681e74a to
46e141b
Compare
lrapoport-cf
approved these changes
Sep 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
wrangler@4.35.0
Minor Changes
#10491
5cb806fThanks @zebp! - Add traces, OTEL destinations, and configurable persistence to observability settingsAdds a new
tracesfield to theobservabilitysettings in your Worker configuration that configures the behavior of automatic tracing. Bothtracesandlogssupport providing a list of OpenTelemetry compliantdestinationswhere your logs/traces will be exported to as well as an implicitly-enabledpersistoption that controls whether or not logs/traces are persisted to the Cloudflare observability platform and viewable in the Cloudflare dashboard.Patch Changes
#10571
4e49d3eThanks @dario-piotrowicz! - add missing type forsend_email'sexperimental_remotefield#10534
dceb550Thanks @dario-piotrowicz! - updateunstable_convertConfigBindingsToStartWorkerBindingsto prioritize preview config valuesEnsure that if some bindings include preview values (e.g.
preview_database_idfor D1 bindings) those get used instead of the standard ones (since these are the ones that start worker should be using)#10552
3b78839Thanks @vicb! - Bumpunenvto 2.0.0-rc.21Updated dependencies [
dac302c,3b78839]:create-cloudflare@2.51.5
Patch Changes
#10575
443d1f1Thanks @petebacondarwin! - fix: ensure that pinned versions are not converted to ranges when using npm#10554
75d737dThanks @dario-piotrowicz! - Pin thevercelandnextdependencies to their latest supported for next-on-pages applicationsminiflare@4.20250906.0
Patch Changes
#10568
dac302cThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
@cloudflare/pages-shared@0.13.69
Patch Changes
dac302c]:@cloudflare/unenv-preset@2.7.3
Patch Changes
3b78839Thanks @vicb! - Bumpunenvto 2.0.0-rc.21@cloudflare/vite-plugin@1.12.4
Patch Changes
#10534
dceb550Thanks @dario-piotrowicz! - Ensure that preview config values are used for remote bindingsEnsure that if in some remote binding configuration provides a preview value (e.g.
preview_database_idfor D1 bindings) such value gets used instead of the standard ones#10552
3b78839Thanks @vicb! - Bumpunenvto 2.0.0-rc.21Updated dependencies [
dac302c,4e49d3e,dceb550,3b78839,5cb806f]:@cloudflare/vitest-pool-workers@0.8.71
Patch Changes
dac302c,4e49d3e,dceb550,3b78839,5cb806f]:@cloudflare/cli@1.1.2
Patch Changes
8ae9323Thanks @gpanders! - Include cursor in text prompts