Skip to content

chore(deps): bump @ai-sdk/togetherai from 2.0.41 to 3.0.8 - #42

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-sdk/togetherai-3.0.8
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-sdk/togetherai-3.0.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown

Bumps @ai-sdk/togetherai from 2.0.41 to 3.0.8.

Release notes

Sourced from @​ai-sdk/togetherai's releases.

@​ai-sdk/togetherai@​3.0.8

Patch Changes

  • Updated dependencies [0f93c57]
    • @​ai-sdk/provider@​4.0.3
    • @​ai-sdk/openai-compatible@​3.0.7
    • @​ai-sdk/provider-utils@​5.0.7

@​ai-sdk/togetherai@​2.0.64

Patch Changes

  • Updated dependencies [e1af05f]
    • @​ai-sdk/provider@​3.0.14
    • @​ai-sdk/openai-compatible@​2.0.59
    • @​ai-sdk/provider-utils@​4.0.38
Changelog

Sourced from @​ai-sdk/togetherai's changelog.

3.0.8

Patch Changes

  • Updated dependencies [0f93c57]
    • @​ai-sdk/provider@​4.0.3
    • @​ai-sdk/openai-compatible@​3.0.7
    • @​ai-sdk/provider-utils@​5.0.7

3.0.7

Patch Changes

  • Updated dependencies [ac306ed]
    • @​ai-sdk/provider-utils@​5.0.6
    • @​ai-sdk/openai-compatible@​3.0.6

3.0.6

Patch Changes

  • 5c5c0f5: Add experimental streaming transcription support for transcription models, including OpenAI gpt-realtime-whisper and xAI WebSocket STT.
  • Updated dependencies [5c5c0f5]
    • @​ai-sdk/provider@​4.0.2
    • @​ai-sdk/provider-utils@​5.0.5
    • @​ai-sdk/openai-compatible@​3.0.5

3.0.5

Patch Changes

  • Updated dependencies [c6f5e62]
    • @​ai-sdk/provider-utils@​5.0.4
    • @​ai-sdk/openai-compatible@​3.0.4

3.0.4

Patch Changes

  • Updated dependencies [8c616f0]
    • @​ai-sdk/provider-utils@​5.0.3
    • @​ai-sdk/openai-compatible@​3.0.3

3.0.3

Patch Changes

  • Updated dependencies [0274f34]
    • @​ai-sdk/provider@​4.0.1
    • @​ai-sdk/openai-compatible@​3.0.2

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​ai-sdk/togetherai since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@ai-sdk/togetherai](https://github.com/vercel/ai/tree/HEAD/packages/togetherai) from 2.0.41 to 3.0.8.
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/togetherai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/togetherai@3.0.8/packages/togetherai)

---
updated-dependencies:
- dependency-name: "@ai-sdk/togetherai"
  dependency-version: 3.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code labels Jul 10, 2026
@dependabot
dependabot Bot requested a review from bobbyjohnstx as a code owner July 10, 2026 11:25
@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code labels Jul 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/ai-sdk/togetherai-3.0.8 branch July 13, 2026 13:18
bobbyjohnstx added a commit that referenced this pull request Jul 15, 2026
Replace all PubSub.unbounded() with PubSub.sliding({ capacity: 4096 })
in the bus and event services. Sliding strategy drops oldest events when
full, preventing unbounded memory growth from slow consumers while
keeping the most recent data. Plugin PubSub remains unbounded (low
frequency).

Add delta batching in session.updatePartDelta — accumulates per-token
text deltas for up to 16ms before publishing a single coalesced event
to the bus. Reduces event volume during fast streaming. Flush is
triggered explicitly at text-end and reasoning-end events in the
processor to ensure no deltas are lost.

Closes #39, closes #42.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant