Version Packages#613
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 15, 2026 12:16
e5e1dc0 to
ade85d7
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
ai-gateway-provider@4.0.0
Major Changes
#601
7a6f8ddThanks @OskarLebuda! - Add support for AI SDK 7Bumps peer dependencies to require
ai@^7and@ai-sdk/provider@^4. This is a breaking change for users on AI SDK 6, who should stay on the previous major version of these packages.workers-ai-provider@4.0.0
Major Changes
#601
7a6f8ddThanks @OskarLebuda! - Add support for AI SDK 7Bumps peer dependencies to require
ai@^7and@ai-sdk/provider@^4. This is a breaking change for users on AI SDK 6, who should stay on the previous major version of these packages.Patch Changes
2e64811Thanks @aninibread! - Docs: point AI Search users to the new dedicatedai-search-providerpackage for Cloudflare's newai_searchandai_search_namespacesWorkers bindings.createAISearchandcreateAutoRAGin this package continue to wrap the legacyAutoRAGbinding, unchanged.ai-search-provider@0.1.0
Minor Changes
2e64811Thanks @aninibread! - Add a dedicated AI Search provider for Cloudflare's new AI Searchai_search_namespacesWorkers binding. Bind a namespace, get an instance by name, then upload files to AI Search for indexing and search that indexed content with natural language or generate chat responses grounded in the retrieved context.createAISearchNamespace({ binding }).get(instanceName)returns an instance client exposing an AI SDK model (chat()),search(), and item helpers (upload/uploadAndPoll/list/delete/get().info()/get().download()); the namespace client also exposeslist().