Skip to content

chore(deps): bump github.com/plexusone/omnivoice from 0.7.2 to 0.8.0#33

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/plexusone/omnivoice-0.8.0
Open

chore(deps): bump github.com/plexusone/omnivoice from 0.7.2 to 0.8.0#33
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/plexusone/omnivoice-0.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps github.com/plexusone/omnivoice from 0.7.2 to 0.8.0.

Release notes

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

v0.8.0

Release Notes: v0.8.0

Full Changelog: plexusone/omnivoice@v0.7.2...v0.8.0

Changelog

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

[v0.8.0] - 2026-05-02

Highlights

  • CLI tool for speech-to-text transcription
  • Canonical Transcript format re-exported from omnivoice-core

Added

  • cmd/omnivoice CLI with transcribe and providers list commands
  • Output formats: text (default), json (OmniVoice Transcript), srt, vtt
  • Speaker diarization (--diarize) and word timestamps (--timestamps) flags
  • Multi-provider support via environment variables (DEEPGRAM_API_KEY, OPENAI_API_KEY, ELEVENLABS_API_KEY)
  • transcript.go re-exporting Transcript, TranscriptSegment, TranscriptWord types from omnivoice-core
  • NewTranscript() convenience function for creating transcripts from TranscriptionResult
  • LoadTranscript() for loading transcripts from JSON files
  • schema package re-exporting TranscriptV1Schema from omnivoice-core

Dependencies

  • github.com/plexusone/omnivoice-core v0.8.0 → v0.9.0 (canonical Transcript format, DurationMilliseconds)

Documentation

  • CLI guide with usage examples, flags, and output format documentation
  • README updated with CLI installation and usage section

[v0.7.1] - 2026-04-05

Highlights

  • AX-enabled dependencies with smart fallback and error classification

Dependencies

  • github.com/plexusone/omnivoice-core v0.6.0 → v0.8.0 (resilience package, smart fallback) (144c394)
  • github.com/plexusone/elevenlabs-go v0.9.1 → v0.10.0 (AX integration) (144c394)
  • github.com/plexusone/omnivoice-deepgram v0.4.1 → v0.5.0 (error classification) (144c394)
  • github.com/plexusone/omnivoice-openai v0.1.1 → v0.1.2 (144c394)
  • github.com/plexusone/omnivoice-telnyx v0.1.0 → v0.1.1 (144c394)

Documentation

  • Archive AX integration design documents to docs/design/archive/ (259e278)

Build

  • Update Go version in go.mod (04ff43c)
  • Add site/ to .gitignore for MkDocs build output (1c0da43)

... (truncated)

Commits
  • 90b7f4b docs: update provider imports and module references
  • d7e6052 refactor(deps): replace omnivoice-openai/twilio with omni-openai/twilio-go
  • 9a89a13 docs: update index and STT guide for CLI and Transcript format
  • fcb4a18 chore: fix gitignore for omnivoice binary
  • e96a386 docs(changelog): add v0.8.0 entries
  • 5e4aa98 docs: add v0.7.1 and v0.8.0 release notes
  • 6680a6b chore(deps): update omnivoice-core to v0.9.0
  • 2c8f3e0 docs(readme): add CLI installation and usage section
  • 8922ce2 docs: add CLI guide
  • b2dc679 feat: add schema re-exports from omnivoice-core
  • 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/omnivoice](https://github.com/plexusone/omnivoice) from 0.7.2 to 0.8.0.
- [Release notes](https://github.com/plexusone/omnivoice/releases)
- [Changelog](https://github.com/plexusone/omnivoice/blob/main/CHANGELOG.md)
- [Commits](plexusone/omnivoice@v0.7.2...v0.8.0)

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