Skip to content

Version Packages - #15385

Merged
emily-shen merged 1 commit into
mainfrom
changeset-release/main
Aug 28, 2026
Merged

Version Packages#15385
emily-shen merged 1 commit into
mainfrom
changeset-release/main

Conversation

@workers-devprod

@workers-devprod workers-devprod commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

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 baa7bd0 Thanks @edmundhung! - Resolve canonical framework build commands for the cf target

    Autoconfig now returns framework commands instead of package scripts for cf. Generated deploy scripts delegate build selection to cf deploy. Wrangler's existing package-script detection remains unchanged.

Patch Changes

  • Updated dependencies [3650d29]:
    • @cloudflare/config@0.9.0

@cloudflare/config@0.9.0

Minor Changes

  • #15373 3650d29 Thanks @jamesopstad! - Rename Worker target fields from workerName to worker

    The experimental @cloudflare/config and Miniflare configuration APIs now use worker consistently for Worker, Durable Object, Workflow, dispatch namespace, and tail consumer targets.

miniflare@5.20260828.0-alpha

Minor Changes

  • #15337 b23de74 Thanks @tpmmorris! - Add email inspection and testing to Local Explorer

    Add an Email group with Routing and Sending views for inspecting messages received by a Worker's email() handler and messages sent through its send_email bindings. 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 015550a Thanks @Monark-Arkmon! - Support env.IMAGES.hosted.createDirectUpload() in local development. Creates a draft image and returns an uploadURL served by a new local endpoint that accepts the completed upload as multipart/form-data (field name file). Matches production's validation (expiresIn bounds 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 015550a Thanks @Monark-Arkmon! - Support the filter.metadata option on env.IMAGES.hosted.list() in local development, matching the metadata filtering behaviour of the production Images binding. Filters support the eq (implicit for bare values), in, gt, gte, lt, and lte operators, dot-notation nested field paths, and AND logic across multiple fields.

  • #15305 015550a Thanks @Monark-Arkmon! - Support env.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 with requireSignedURLs: true can 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 3650d29 Thanks @jamesopstad! - Rename Worker target fields from workerName to worker

    The experimental @cloudflare/config and Miniflare configuration APIs now use worker consistently for Worker, Durable Object, Workflow, dispatch namespace, and tail consumer targets.

Patch Changes

  • #15383 eb01850 Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    @cloudflare/workers-types ^5.20260826.1 ^5.20260827.1
    workerd 1.20260826.1 1.20260827.1
  • #15393 e1df91a Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    @cloudflare/workers-types ^5.20260827.1 ^5.20260828.1
    workerd 1.20260827.1 1.20260828.1
  • #15337 b23de74 Thanks @tpmmorris! - Validate custom headers sent through the Local Explorer test-email endpoint

    Reject 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

  • Updated dependencies [3650d29]:
    • @cloudflare/config@0.9.0

@cloudflare/deploy-helpers@0.9.2

Patch Changes

@cloudflare/pages-shared@0.13.174

Patch Changes

@cloudflare/vite-plugin@1.54.2

Patch Changes

@cloudflare/vitest-plugin@1.1.2

Patch Changes

wrangler@4.127.1

Patch Changes

@cloudflare/local-explorer-ui@0.15.0

Minor Changes

  • #15337 b23de74 Thanks @tpmmorris! - Add email inspection and testing to Local Explorer

    Add an Email group with Routing and Sending views for inspecting messages received by a Worker's email() handler and messages sent through its send_email bindings. 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

@cloudflare/runtime-types@0.0.19

Patch Changes

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Devin Review

@pkg-pr-new

pkg-pr-new Bot commented Aug 27, 2026

Copy link
Copy Markdown
@cloudflare/autoconfig

npm i https://pkg.pr.new/@cloudflare/autoconfig@15385

@cloudflare/build-output-utils

npm i https://pkg.pr.new/@cloudflare/build-output-utils@15385

@cloudflare/codemods

npm i https://pkg.pr.new/@cloudflare/codemods@15385

@cloudflare/config

npm i https://pkg.pr.new/@cloudflare/config@15385

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@15385

@cloudflare/deploy-helpers

npm i https://pkg.pr.new/@cloudflare/deploy-helpers@15385

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@15385

miniflare

npm i https://pkg.pr.new/miniflare@15385

@cloudflare/pages-functions

npm i https://pkg.pr.new/@cloudflare/pages-functions@15385

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@15385

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@15385

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@15385

@cloudflare/vitest-plugin

npm i https://pkg.pr.new/@cloudflare/vitest-plugin@15385

@cloudflare/workers-auth

npm i https://pkg.pr.new/@cloudflare/workers-auth@15385

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@15385

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@15385

wrangler

npm i https://pkg.pr.new/wrangler@15385

commit: 497fd01

@workers-devprod
workers-devprod force-pushed the changeset-release/main branch 5 times, most recently from 754698b to 5a5b85d Compare August 28, 2026 10:22
@emily-shen
emily-shen enabled auto-merge (squash) August 28, 2026 14:02
@emily-shen
emily-shen disabled auto-merge August 28, 2026 14:44
@emily-shen
emily-shen merged commit f808554 into main Aug 28, 2026
82 of 90 checks passed
@emily-shen
emily-shen deleted the changeset-release/main branch August 28, 2026 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants