Version Packages - #15385
Merged
Merged
Conversation
@cloudflare/autoconfig
@cloudflare/build-output-utils
@cloudflare/codemods
@cloudflare/config
create-cloudflare
@cloudflare/deploy-helpers
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-functions
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-plugin
@cloudflare/workers-auth
@cloudflare/workers-editor-shared
@cloudflare/workers-utils
wrangler
commit: |
workers-devprod
force-pushed
the
changeset-release/main
branch
5 times, most recently
from
August 28, 2026 10:22
754698b to
5a5b85d
Compare
emily-shen
approved these changes
Aug 28, 2026
workers-devprod
force-pushed
the
changeset-release/main
branch
from
August 28, 2026 11:10
5a5b85d to
907b087
Compare
workers-devprod
force-pushed
the
changeset-release/main
branch
from
August 28, 2026 11:16
907b087 to
497fd01
Compare
emily-shen
enabled auto-merge (squash)
August 28, 2026 14:02
emily-shen
disabled auto-merge
August 28, 2026 14:44
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
@cloudflare/autoconfig@0.4.0
Minor Changes
#15363
baa7bd0Thanks @edmundhung! - Resolve canonical framework build commands for thecftargetAutoconfig now returns framework commands instead of package scripts for
cf. Generated deploy scripts delegate build selection tocf deploy. Wrangler's existing package-script detection remains unchanged.Patch Changes
3650d29]:@cloudflare/config@0.9.0
Minor Changes
#15373
3650d29Thanks @jamesopstad! - Rename Worker target fields fromworkerNametoworkerThe experimental
@cloudflare/configand Miniflare configuration APIs now useworkerconsistently for Worker, Durable Object, Workflow, dispatch namespace, and tail consumer targets.miniflare@5.20260828.0-alpha
Minor Changes
#15337
b23de74Thanks @tpmmorris! - Add email inspection and testing to Local ExplorerAdd an Email group with Routing and Sending views for inspecting messages received by a Worker's
email()handler and messages sent through itssend_emailbindings. Detail views show message content, metadata, attachments, and handler activity including forwarding, replies, rejection, and unhandled messages.Add a test-email composer that delivers custom text, HTML, headers, and attachments directly to the selected Worker's
email()handler during local development.#15305
015550aThanks @Monark-Arkmon! - Supportenv.IMAGES.hosted.createDirectUpload()in local development. Creates a draft image and returns anuploadURLserved by a new local endpoint that accepts the completed upload asmultipart/form-data(field namefile). Matches production's validation (expiresInbounds of 120–21600 seconds, rejecting UUID custom IDs) and single-use/expiry semantics: completing an unknown or already-used upload link returns 404/409, and an expired link returns 410.#15305
015550aThanks @Monark-Arkmon! - Support thefilter.metadataoption onenv.IMAGES.hosted.list()in local development, matching the metadata filtering behaviour of the production Images binding. Filters support theeq(implicit for bare values),in,gt,gte,lt, andlteoperators, dot-notation nested field paths, and AND logic across multiple fields.#15305
015550aThanks @Monark-Arkmon! - Supportenv.IMAGES.hosted.image(id).signedUrl()in local development. A fixed local-dev signing secret is used to generate and verify signed delivery URLs, so images uploaded withrequireSignedURLs: truecan only be fetched from the local image delivery endpoint with a valid, unexpired signature — matching the production Images binding's signed URL behaviour end-to-end.#15373
3650d29Thanks @jamesopstad! - Rename Worker target fields fromworkerNametoworkerThe experimental
@cloudflare/configand Miniflare configuration APIs now useworkerconsistently for Worker, Durable Object, Workflow, dispatch namespace, and tail consumer targets.Patch Changes
#15383
eb01850Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#15393
e1df91aThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#15337
b23de74Thanks @tpmmorris! - Validate custom headers sent through the Local Explorer test-email endpointReject header names and values that cannot be safely encoded. Multiline values remain supported and are folded into valid MIME continuation lines.
@cloudflare/build-output-utils@0.3.1
Patch Changes
3650d29]:@cloudflare/deploy-helpers@0.9.2
Patch Changes
eb01850,e1df91a,b23de74,015550a,015550a,015550a,3650d29,b23de74]:@cloudflare/pages-shared@0.13.174
Patch Changes
eb01850,e1df91a,b23de74,015550a,015550a,015550a,3650d29,b23de74]:@cloudflare/vite-plugin@1.54.2
Patch Changes
eb01850,e1df91a,b23de74,015550a,015550a,015550a,3650d29,b23de74]:@cloudflare/vitest-plugin@1.1.2
Patch Changes
#15106
d5f3e56Thanks @thinkter! - Fix slowdowns and crashes in tests that repeatedly recreate Durable ObjectsTests that construct the same Durable Object many times could get progressively slower and eventually fail with a stack overflow. Repeated constructions now behave the same as the first one.
Updated dependencies [
eb01850,e1df91a,b23de74,015550a,015550a,015550a,3650d29,b23de74]:wrangler@4.127.1
Patch Changes
#15383
eb01850Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#15393
e1df91aThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
Updated dependencies [
eb01850,e1df91a,b23de74,015550a,015550a,015550a,3650d29,b23de74]:@cloudflare/local-explorer-ui@0.15.0
Minor Changes
#15337
b23de74Thanks @tpmmorris! - Add email inspection and testing to Local ExplorerAdd an Email group with Routing and Sending views for inspecting messages received by a Worker's
email()handler and messages sent through itssend_emailbindings. Detail views show message content, metadata, attachments, and handler activity including forwarding, replies, rejection, and unhandled messages.Add a test-email composer that delivers custom text, HTML, headers, and attachments directly to the selected Worker's
email()handler during local development.@cloudflare/remote-bindings@0.0.17
Patch Changes
eb01850,e1df91a,b23de74,015550a,015550a,015550a,3650d29,b23de74]:@cloudflare/runtime-types@0.0.19
Patch Changes
eb01850,e1df91a,b23de74,015550a,015550a,015550a,3650d29,b23de74]: