Skip to content

Version Packages (canary)#15693

Merged
gr2m merged 1 commit into
mainfrom
changeset-release/main
May 28, 2026
Merged

Version Packages (canary)#15693
gr2m merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

ai@7.0.0-canary.158

Patch Changes

  • bcce2dd: feat(stream-text): expose standalone stream transformation helpers and deprecate the equivalent streamText result methods.

    The new toUIMessageChunk and toUIMessageStream helpers let you convert a streamText stream (or any compatible ReadableStream<TextStreamPart<TOOLS>>) into UI message chunks without going through the result object — useful for custom transports, tests, and other producers of TextStreamPart.

    result.toUIMessageStreamResponse(options) and result.pipeUIMessageStreamToResponse(response, options) can migrate by passing toUIMessageStream({ stream: result.stream, ...options }) to createUIMessageStreamResponse or pipeUIMessageStreamToResponse.

    The new toTextStream helper extracts text deltas from a streamText stream, so result.toTextStreamResponse(options) and result.pipeTextStreamToResponse(response, options) can migrate to createTextStreamResponse({ stream: toTextStream({ stream: result.stream }), ...options }) and pipeTextStreamToResponse({ response, stream: toTextStream({ stream: result.stream }), ...options }).

    result.toUIMessageStream, result.toUIMessageStreamResponse, result.pipeUIMessageStreamToResponse, result.toTextStreamResponse, and result.pipeTextStreamToResponse are now @deprecated. They still work in v7 and will be removed in the next major release. Migration snippets are in the v6 → v7 migration guide.

@ai-sdk/angular@3.0.0-canary.158

Patch Changes

  • Updated dependencies [bcce2dd]
    • ai@7.0.0-canary.158

@ai-sdk/langchain@3.0.0-canary.158

Patch Changes

  • Updated dependencies [bcce2dd]
    • ai@7.0.0-canary.158

@ai-sdk/llamaindex@3.0.0-canary.158

Patch Changes

  • Updated dependencies [bcce2dd]
    • ai@7.0.0-canary.158

@ai-sdk/otel@1.0.0-canary.104

Patch Changes

  • Updated dependencies [bcce2dd]
    • ai@7.0.0-canary.158

@ai-sdk/react@4.0.0-canary.160

Patch Changes

  • Updated dependencies [bcce2dd]
    • ai@7.0.0-canary.158

@ai-sdk/rsc@3.0.0-canary.159

Patch Changes

  • Updated dependencies [bcce2dd]
    • ai@7.0.0-canary.158

@ai-sdk/svelte@5.0.0-canary.158

Patch Changes

  • Updated dependencies [bcce2dd]
    • ai@7.0.0-canary.158

@ai-sdk/vue@4.0.0-canary.158

Patch Changes

  • Updated dependencies [bcce2dd]
    • ai@7.0.0-canary.158

@ai-sdk/workflow@1.0.0-canary.75

Patch Changes

  • Updated dependencies [bcce2dd]
    • ai@7.0.0-canary.158

@gr2m gr2m merged commit b5b4275 into main May 28, 2026
2 of 3 checks passed
@gr2m gr2m deleted the changeset-release/main branch May 28, 2026 20:49
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.

1 participant