Skip to content

chore(deps): bump github.com/plexusone/omni-twilio from 0.6.0 to 0.8.0#19

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/omni-twilio-0.8.0
Open

chore(deps): bump github.com/plexusone/omni-twilio from 0.6.0 to 0.8.0#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/omni-twilio-0.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/plexusone/omni-twilio from 0.6.0 to 0.8.0.

Release notes

Sourced from github.com/plexusone/omni-twilio's releases.

v0.8.0

Release Notes: v0.8.0

Full Changelog: plexusone/omni-twilio@v0.7.0...v0.8.0

v0.7.0

Release Notes: v0.7.0

Full Changelog: plexusone/omni-twilio@v0.6.0...v0.7.0

Changelog

Sourced from github.com/plexusone/omni-twilio's changelog.

[v0.8.0] - 2026-06-15

Highlights

  • Registry integration with omnivoice-core for automatic provider discovery
  • Type-safe registry options for provider-specific configuration

Added

  • Registry integration with omnivoice-core via side-effect imports (00573fb)
  • Type-safe registry options (WithTools, WithToolHandlers, WithToolHandler) (f549d85)
  • Registry options for provider injection (WithLLMClient, WithRealtimeProviderFactory, WithRealtimeConfig) (f549d85)
  • Enhanced factory with typed extension handling for tools, handlers, and providers (3eb5da2)
  • Gateway() method on wrapper for accessing underlying Twilio Gateway type (3eb5da2)

Dependencies

  • github.com/plexusone/omnivoice-core v0.13.0 → v0.14.0 (1cda27e)

[v0.7.0] - 2026-06-15

Highlights

  • Realtime voice-to-voice pipeline with ~100-200ms latency
  • Dual pipeline modes: text (STT→LLM→TTS) or realtime (voice-to-voice)
  • LLM provider injection via LLMClient config field

Added

  • Mode config field to select pipeline mode (text or realtime) (6a5fedb)
  • RealtimeProvider config field for realtime provider factory (6a5fedb)
  • RealtimeConfig config field for realtime session configuration (6a5fedb)
  • RealtimeBridge integration for native voice-to-voice conversations (6a5fedb)
  • Support for OpenAI Realtime API (~100ms latency) (6a5fedb)
  • Support for Gemini Live API (~200ms latency) (6a5fedb)
  • LLMClient config field for injecting pre-configured LLM providers (13167fb)

Changed

  • Use omnillm-core instead of omnillm for minimal dependencies (13167fb)
  • LLM provider creation uses omnillm-core registry (thin providers) by default (13167fb)

Dependencies

  • Update github.com/plexusone/omnivoice-core from v0.11.0 to v0.13.0 (de33b6b)
  • Replace github.com/plexusone/omnillm with github.com/plexusone/omnillm-core v0.17.0 (13167fb)
Commits
  • a5a681f docs: add registry pattern section to voice gateway guide
  • 1fa7e64 docs: add registry integration example to README
  • fe26902 docs: update changelog and mkdocs for v0.8.0
  • 7025b9d docs: add v0.8.0 release notes
  • 1cda27e build: update omnivoice-core to v0.14.0
  • 3eb5da2 feat(gateway): enhance factory with typed extensions
  • f549d85 feat(gateway): add type-safe registry options
  • 00573fb feat(gateway): add omnivoice-core registry integration
  • d3d4a0e fix: rename unused conn parameter to _ in startTextPipeline
  • 75bdf7a docs: add LLM provider injection section to voice gateway guide
  • Additional commits viewable in compare view

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 [github.com/plexusone/omni-twilio](https://github.com/plexusone/omni-twilio) from 0.6.0 to 0.8.0.
- [Release notes](https://github.com/plexusone/omni-twilio/releases)
- [Changelog](https://github.com/plexusone/omni-twilio/blob/main/CHANGELOG.md)
- [Commits](plexusone/omni-twilio@v0.6.0...v0.8.0)

---
updated-dependencies:
- dependency-name: github.com/plexusone/omni-twilio
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants