Merged
Conversation
Contributor
|
LGTM |
Contributor
|
✅ All changesets look good |
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: |
a31ce61 to
bec7eee
Compare
bec7eee to
38f0e3f
Compare
jamesopstad
approved these changes
Apr 7, 2026
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
miniflare@4.20260405.0
Minor Changes
#13240
a3e3b57Thanks @emily-shen! - local explorer: serve the local explorer's OpenAPI spec at /cdn-cgi/explorer/apiThe local explorer is supported by a REST API served from the worker's local address. It can be accessed independently of the UI, (e.g. by an AI agent) and is thus documented at this endpoint.
#13314
7a60d4bThanks @Ltadrian! - Fix hyperdrive local dev binding tls configuration bugPatch Changes
#13241
7d318e1Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#13305
fa6d84fThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#13241
7d318e1Thanks @dependabot! - Update Images binding local mock to use chainable handle patternhosted.image(imageId)now returns a handle withdetails(),bytes(),update(), anddelete()methods, aligning with the updated workerd API (IMAGES-2139: switch images binding to a chainable handle workerd#6288).wrangler@4.81.0
Minor Changes
#12932
96ee5d4Thanks @thomasgauvin! - feat: addwrangler email routingandwrangler email sendingcommandsEmail Routing commands:
wrangler email routing list- list zones with email routing statuswrangler email routing settings <domain>- get email routing settings for a zonewrangler email routing enable/disable <domain>- enable or disable email routingwrangler email routing dns get/unlock <domain>- manage DNS recordswrangler email routing rules list/get/create/update/delete <domain>- manage routing rules (usecatch-allas the rule ID for the catch-all rule)wrangler email routing addresses list/get/create/delete- manage destination addressesEmail Sending commands:
wrangler email sending list- list zones with email sendingwrangler email sending settings <domain>- get email sending settings for a zonewrangler email sending enable <domain>- enable email sending for a zone or subdomainwrangler email sending disable <domain>- disable email sending for a zone or subdomainwrangler email sending dns get <domain>- get DNS records for a sending domainwrangler email sending send- send an email using the builder APIwrangler email sending send-raw- send a raw MIME email messageAlso adds
email_routing:writeandemail_sending:writeOAuth scopes towrangler login.Patch Changes
#13241
7d318e1Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#13305
fa6d84fThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#13193
78cbe37Thanks @dario-piotrowicz! - During autoconfig filter out Hono when there are 2 detected frameworksDuring the auto-configuration process Hono is now treated as an auxiliary framework (like Vite) and automatically filtered out when two frameworks are detected (before Hono was being filtered out only when the other framework was Waku).
#13205
6fa5dfdThanks @petebacondarwin! - fix: useformatConfigSnippetfor compatibility_date warning inwrangler devThe compatibility_date warning shown when no date is configured in
wrangler devwas hardcoded in TOML format. This now usesformatConfigSnippetto render the snippet in the correct format (TOML or JSON) based on the user's config file type.Updated dependencies [
a3e3b57,7d318e1,fa6d84f,7d318e1,7a60d4b]:create-cloudflare@2.66.3
Patch Changes
#13274
6e62043Thanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
#13275
b221b00Thanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
#13276
94ea512Thanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
#13278
8e7074fThanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
#13279
51f784fThanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
#13243
448fec8Thanks @petebacondarwin! - Show a clear error message when running on an unsupported Node.js versionPreviously, running
create-cloudflareon an older Node.js version (e.g. v18) would fail with a confusing syntax error. Now, a dedicated version check runs before loading the CLI and displays a helpful message explaining the minimum required Node.js version and suggesting version managers like Volta or nvm.@cloudflare/pages-shared@0.13.122
Patch Changes
a3e3b57,7d318e1,fa6d84f,7d318e1,7a60d4b]:@cloudflare/vite-plugin@1.31.1
Patch Changes
a3e3b57,7d318e1,fa6d84f,96ee5d4,7d318e1,7a60d4b,78cbe37,6fa5dfd]:@cloudflare/vitest-pool-workers@0.14.2
Patch Changes
#13095
65e6684Thanks @penalosa! - Reject V8 coverage provider with a clear error messageV8 native code coverage (
@vitest/coverage-v8) requiresnode:inspectorto collect profiling data from V8's runtime. workerd only providesnode:inspectoras a non-functional stub, so V8 coverage would silently fail or crash with a confusingNo such module "node:inspector"error.The pool now detects this configuration early — during Vite plugin setup, before Vitest tries to load the coverage provider — and throws a clear error directing users to use Istanbul coverage instead, which works by instrumenting source code at build time and runs on any JavaScript runtime.
Updated dependencies [
a3e3b57,7d318e1,fa6d84f,96ee5d4,7d318e1,7a60d4b,78cbe37,6fa5dfd]:@cloudflare/local-explorer-ui@0.10.0
Minor Changes
#13161
f071008Thanks @NuroDev! - Overhaul local explorer UI color palette.The core styles of the local explorer has been overhauled to remove all custom styles in favour of using Kumo styles / colors when possible.
This is the first part of improving the local explorer UI to kumo-ify it all.
@cloudflare/workflows-shared@0.8.0
Minor Changes
#13145
5b60405Thanks @Caio-Nogueira! - Add support for ReadableStream on workflow steps. This allows users to overcome the 1MB limit per step output.ReadableStream<Uint8Array>is already serializable on the workers platform. This feature makes it native to workflows as well by persisting each chunk and replaying it if needed