Skip to content

chore(release): v0.12.0 - #366

Open
GrowthX-Team wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore(release): v0.12.0#366
GrowthX-Team wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@GrowthX-Team

Copy link
Copy Markdown
Collaborator

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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

@outputai/llm@0.12.0

Minor Changes

  • 90d8cc0: Added generateTextWithStreaming() and Agent.generateWithStreaming(), which return complete results like generateText() and Agent.generate() while using streaming internally. Callers can observe progress through onChunk. Failures reject the returned promise.

Patch Changes

  • 90d8cc0: Fixed Agent.stream() and Agent.generate() to map AI SDK failures to framework errors consistently with generateText(). Agent.stream() now also awaits asynchronous stream setup failures.
    • @outputai/core@0.12.0

@outputai/cli@0.12.0

Patch Changes

  • Updated dependencies [90d8cc0]
  • Updated dependencies [90d8cc0]
    • @outputai/llm@0.12.0
    • @outputai/credentials@0.12.0
    • @outputai/evals@0.12.0

@outputai/credentials@0.12.0

Patch Changes

  • @outputai/core@0.12.0

@outputai/evals@0.12.0

Patch Changes

  • Updated dependencies [90d8cc0]
  • Updated dependencies [90d8cc0]
    • @outputai/llm@0.12.0
    • @outputai/core@0.12.0

@outputai/output@0.12.0

Patch Changes

  • Updated dependencies [90d8cc0]
  • Updated dependencies [90d8cc0]
    • @outputai/llm@0.12.0
    • @outputai/cli@0.12.0
    • @outputai/core@0.12.0
    • @outputai/credentials@0.12.0
    • @outputai/evals@0.12.0
    • @outputai/http@0.12.0

@outputai/http@0.12.0

Patch Changes

  • @outputai/core@0.12.0

@outputai/core@0.12.0

output-api@0.12.0

@github-actions

Copy link
Copy Markdown
Contributor

PR review

Verdict

✅ PASS

Findings

  1. Nice-to-have (Compatibility): The v0.12.0 changelog entry for the @outputai/llm patch says failures are now mapped "consistently with generateText()" but does not state the runtime consequence: via mapAiError, non-retryable AI SDK failures from Agent.generate()/Agent.stream() become TransparentFatalError, so affected steps now fail fatally instead of retrying under the activity retry policy. Consider adding that sentence to the major-tips-brush summary in docs/guides/data/releases.json and regenerating.

Categories

  • Design: ✅ PASS
  • Quality: ✅ PASS
  • Correctness: ✅ PASS
  • Documentation: ✅ PASS
  • Changeset: ✅ PASS
  • Tests: ✅ PASS
  • Security: ✅ PASS
  • Compatibility: ✅ PASS

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