Skip to content

chore(deps): bump github.com/plexusone/omnivoice from 0.9.1 to 0.11.0#42

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/omnivoice-0.11.0
Open

chore(deps): bump github.com/plexusone/omnivoice from 0.9.1 to 0.11.0#42
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/omnivoice-0.11.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/plexusone/omnivoice from 0.9.1 to 0.11.0.

Release notes

Sourced from github.com/plexusone/omnivoice's releases.

v0.11.0

Release Notes: v0.11.0

Full Changelog: plexusone/omnivoice@v0.10.0...v0.11.0

v0.10.0

Release Notes: v0.10.0

Full Changelog: plexusone/omnivoice@v0.9.1...v0.10.0

Changelog

Sourced from github.com/plexusone/omnivoice's changelog.

[v0.11.0] - 2026-06-15

Highlights

  • Realtime factory API for getting factories by name
  • Generic gateway tool types for transitive dependency support

Added

  • GetRealtimeFactory(name) to get realtime provider factory by name (e8b8dbc)
  • MustGetRealtimeFactory(name) panic variant for static configuration (e8b8dbc)
  • ListRealtimeFactories() and HasRealtimeFactory() for discovery (e8b8dbc)
  • ToolDefinition and ToolHandler generic types for gateway tools (e8b8dbc)
  • WithGatewayTools(provider, tools) to configure gateway tools (e8b8dbc)
  • WithGatewayToolHandlers(provider, handlers) to configure tool handlers (e8b8dbc)
  • WithRealtimeFactory(factory) to configure realtime provider factory (e8b8dbc)
  • WithGatewayRealtimeConfig(config) to configure realtime settings (e8b8dbc)

[v0.10.0] - 2026-06-15

Highlights

  • Unified registry via delegation to omnivoice-core
  • Gateway provider registry for full-duplex telephony
  • Simplified provider names: openai and gemini

Added

  • RegisterGatewayProvider and GetGatewayProvider for gateway discovery (f56b7ff)
  • ListGatewayProviders and HasGatewayProvider to query registered gateways (f56b7ff)
  • GetGatewayProviderPriority for priority inspection (f56b7ff)
  • Gateway type aliases: Gateway, GatewayMinimal, GatewayConfig, GatewaySession (f56b7ff)
  • Pipeline mode constants: PipelineModeText, PipelineModeRealtime (f56b7ff)
  • RealtimeProviderMinimal type alias for registry interface (f56b7ff)

Changed

  • Registry functions delegate to omnivoice-core (single source of truth) (f56b7ff)
  • Realtime provider names: openai-realtimeopenai, gemini-livegemini (7cb94c3)
  • Realtime/Gateway providers use side-effect imports for auto-registration (7cb94c3)

Dependencies

  • github.com/plexusone/omnivoice-core v0.13.0 → v0.14.0 (unified registry) (308540e)
  • github.com/plexusone/omni-openai v0.4.0 → v0.4.1 (registry support) (308540e)
  • github.com/plexusone/omni-google v0.5.0 → v0.6.0 (registry support) (308540e)
  • github.com/plexusone/omni-twilio v0.7.0 → v0.8.0 (gateway registry) (308540e)
  • github.com/plexusone/omni-telnyx v0.3.0 → v0.4.0 (gateway registry) (308540e)

Documentation

... (truncated)

Commits
  • bce79cd chore: update changelog for v0.11.0
  • 9e7120c docs: add v0.11.0 release notes and update README
  • e8b8dbc feat: add gateway tool types and realtime factory getter
  • cbc90b2 docs: add v0.10.0 release documentation
  • 5264cf1 docs: update registry docs for refactored architecture
  • 308540e build: update dependencies for registry refactoring
  • 2fb0fe5 docs: update naming and add gateway support
  • 7cb94c3 refactor(providers/all): use side-effect imports for realtime/gateway
  • f56b7ff refactor: delegate registry to omnivoice-core
  • 1e58900 chore(deps): go mod: update dependencies
  • See full diff 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/omnivoice](https://github.com/plexusone/omnivoice) from 0.9.1 to 0.11.0.
- [Release notes](https://github.com/plexusone/omnivoice/releases)
- [Changelog](https://github.com/plexusone/omnivoice/blob/main/CHANGELOG.md)
- [Commits](plexusone/omnivoice@v0.9.1...v0.11.0)

---
updated-dependencies:
- dependency-name: github.com/plexusone/omnivoice
  dependency-version: 0.11.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 16, 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