Skip to content

chore(deps): bump github.com/plexusone/omnivoice-core from 0.6.0 to 0.7.0#20

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

chore(deps): bump github.com/plexusone/omnivoice-core from 0.6.0 to 0.7.0#20
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/plexusone/omnivoice-core-0.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps github.com/plexusone/omnivoice-core from 0.6.0 to 0.7.0.

Release notes

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

v0.7.0

Release Notes: v0.7.0

Full Changelog: plexusone/omnivoice-core@v0.6.0...v0.7.0

Changelog

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

[v0.7.0] - 2026-03-30

Highlights

  • Enhanced TTS mock fixtures with WAV audio generation
  • Provider-specific mocks for ElevenLabs, Deepgram, and OpenAI
  • Configurable mock behaviors for testing (latency, errors, timing)

Added

  • GenerateWAVFixture(durationMs, sampleRate) creates valid WAV files with proper RIFF headers for testing (17ef8b9)
  • GenerateShortWAV() and GenerateOneSecondWAV() convenience fixtures (17ef8b9)
  • MockProviderOption functional options pattern for configurable mock behavior (17ef8b9)
  • WithFixedDuration(ms) option for mocks returning fixed-length audio (17ef8b9)
  • WithRealisticTiming() option for text-length-proportional audio duration (17ef8b9)
  • WithError(err) option for error injection testing (17ef8b9)
  • WithLatency(duration) option for simulating network delays (17ef8b9)
  • WithFailAfterN(n, err) option for testing retry/failover logic (17ef8b9)
  • NewElevenLabsMock() with 3 preconfigured voices (Rachel, Bella, Antoni) (17ef8b9)
  • NewDeepgramMock() with 3 preconfigured voices (Asteria, Luna, Orion) (17ef8b9)
  • NewOpenAIMock() with 6 preconfigured voices (Alloy, Echo, Fable, Onyx, Nova, Shimmer) (17ef8b9)
  • Common test errors: ErrMockRateLimit, ErrMockQuotaExceeded, ErrMockNetworkError, ErrMockInvalidVoice (17ef8b9)

Fixed

  • Fixed gofmt formatting and added G115 nolint annotations for bounded integer conversions in WAV generation (aa28bc8)

Documentation

  • Testing with Mocks guide covering mock providers, WAV fixtures, and common test patterns (1980a53)

Tests

  • Comprehensive tests for WAV fixture generation and header validation (17ef8b9)
  • Tests for all MockProviderOption behaviors including context cancellation (17ef8b9)
  • Provider conformance tests for ElevenLabs, Deepgram, and OpenAI mocks (17ef8b9)
Commits
  • 2f6e0a8 docs: update changelog with testing guide entry
  • 1980a53 docs: add Testing with Mocks guide
  • 4c1e207 docs: prepare v0.7.0 release
  • aa28bc8 fix(providertest): fix lint issues in fixtures.go
  • 17ef8b9 feat(providertest): add TTS mock fixtures and provider-specific mocks
  • 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-core](https://github.com/plexusone/omnivoice-core) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/plexusone/omnivoice-core/releases)
- [Changelog](https://github.com/plexusone/omnivoice-core/blob/main/CHANGELOG.md)
- [Commits](plexusone/omnivoice-core@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/plexusone/omnivoice-core
  dependency-version: 0.7.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 Mar 30, 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