Open
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: |
6bd3b8a to
150fe45
Compare
150fe45 to
3a09996
Compare
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.20260408.0
Minor Changes
#13133
42c7ef0Thanks @emily-shen! - explorer: list DO instances with name where possibleNote: The local explorer is a WIP experimental feature.
#13336
a42e0e8Thanks @emily-shen! - local explorer: fix handling on resources that are bound to multiple workersNote the local explorer is a experimental feature still.
Patch Changes
#13337
c510494Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
create-cloudflare@2.66.4
Patch Changes
#13358
40b4f11Thanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
@cloudflare/pages-shared@0.13.123
Patch Changes
42c7ef0,c510494,a42e0e8]:@cloudflare/vite-plugin@1.31.2
Patch Changes
42c7ef0,c510494,a42e0e8,7ca6f6e]:@cloudflare/vitest-pool-workers@0.14.3
Patch Changes
42c7ef0,c510494,a42e0e8,7ca6f6e]:wrangler@4.81.1
Patch Changes
#13337
c510494Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#13329
7ca6f6eThanks @G4brym! - fix: Treat AI Search bindings as always-remote in local devAI Search namespace (
ai_search_namespaces) and instance (ai_search) bindings are always-remote (they have no local simulation), butpickRemoteBindings()did not include them in its always-remote type list. This caused the remote proxy session to exclude these bindings whenremote: truewas not explicitly set in the config, resulting in broken AI Search bindings duringwrangler dev.Additionally,
removeRemoteConfigFieldFromBindings()in the deploy config-diff logic was not stripping theremotefield from AI Search bindings, which could cause false config diffs during deployment.Updated dependencies [
42c7ef0,c510494,a42e0e8]:@cloudflare/local-explorer-ui@0.11.0
Minor Changes
#13133
42c7ef0Thanks @emily-shen! - explorer: list DO instances with name where possibleNote: The local explorer is a WIP experimental feature.
#13336
a42e0e8Thanks @emily-shen! - local explorer: fix handling on resources that are bound to multiple workersNote the local explorer is a experimental feature still.