Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps github.com/agentplexus/go-elevenlabs from 0.6.0 to 0.7.0.

Release notes

Sourced from github.com/agentplexus/go-elevenlabs's releases.

v0.7.0

Release Notes: v0.7.0

Full Changelog: agentplexus/go-elevenlabs@v0.6.0...v0.7.0

Changelog

Sourced from github.com/agentplexus/go-elevenlabs's changelog.

[v0.7.0] - 2026-01-24

Highlights

  • WebSocket STT API migrated to scribe_v2_realtime with breaking changes to options and message formats
  • WebSocket TTS stream completion detection via Done() channel for reliable end-of-stream handling

Breaking

  • WebSocketSTTOptions fields renamed: SampleRate/Encoding replaced with AudioFormat, EnableWordTimestamps replaced with IncludeTimestamps, EnablePartials removed (partials always enabled) (29ec159)
  • WebSocketSTTConnection.EndStream() removed, use Commit() instead (29ec159)
  • Default model changed from scribe_v1 to scribe_v2_realtime (29ec159)

Added

  • WebSocketSTTOptions.AudioFormat field for specifying audio encoding (e.g., pcm_16000, ulaw_8000) (29ec159)
  • WebSocketSTTOptions.IncludeTimestamps field for word-level timing (29ec159)
  • WebSocketSTTOptions.IncludeLanguageDetection field for detected language in responses (29ec159)
  • WebSocketSTTOptions.CommitStrategy field (manual or vad) for transcript commit control (29ec159)
  • VAD (Voice Activity Detection) settings: VADSilenceThresholdSecs, VADThreshold, MinSpeechDurationMs, MinSilenceDurationMs (29ec159)
  • WebSocketSTTConnection.Commit() method for manual transcript commit (29ec159)
  • WebSocketSTTConnection.SendAudioWithCommit() method for sending audio with optional commit (29ec159)
  • WebSocketSTTConnection.SessionID() method to retrieve server-assigned session ID (29ec159)
  • WebSocketTTSConnection.Done() channel for stream completion detection after Flush() (b4ac98d)
  • OmniVoice TTS and STT provider conformance tests (707d6d2)
  • OmniVoice capabilities documentation with interface implementation matrix (e3d4815)

Changed

  • WebSocket STT now uses query parameters for configuration instead of init message (29ec159)
  • Audio data sent as input_audio_chunk message type with audio_base_64 field (29ec159)
  • Response message types: partial_transcript, committed_transcript, committed_transcript_with_timestamps (29ec159)
  • OmniVoice conversion utilities updated for new STT options structure (29ec159)
  • OmniVoice TTS provider uses Done() channel and inactivity timeout for reliable stream completion (b4ac98d)
  • OmniVoice TTS GetVoice() returns tts.ErrVoiceNotFound for invalid voice IDs (b4ac98d)

Dependencies

  • Bump github.com/agentplexus/omnivoice from v0.2.0 to v0.3.0 (29ec159)

Documentation

  • TRD_STT.md technical requirements document for WebSocket STT migration (e3d4815)
  • WebSocket TTS stream completion behavior documentation with usage patterns (e3d4815)
Commits
  • e37219f docs(releases): add v0.7.0 release notes
  • 5382dc5 docs: migrate to gh-pages deployment with docs/ as source directory
  • 153286d docs(changelog): finalize v0.7.0 release notes with TTS changes
  • 50f8176 chore(.gitignore): add .envrc and go.work.sum to ignored files
  • 65aaadf docs(changelog): add unreleased changes for STT migration
  • e3d4815 docs: add WebSocket TTS stream completion and OmniVoice capabilities
  • 707d6d2 test(omnivoice): add TTS and STT provider conformance tests
  • b4ac98d feat(websocket-tts): add stream completion detection via Done() channel
  • 29ec159 feat(websocket-stt)!: migrate to scribe_v2_realtime API
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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/agentplexus/go-elevenlabs](https://github.com/agentplexus/go-elevenlabs) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/agentplexus/go-elevenlabs/releases)
- [Changelog](https://github.com/agentplexus/go-elevenlabs/blob/main/CHANGELOG.md)
- [Commits](agentplexus/go-elevenlabs@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/agentplexus/go-elevenlabs
  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 Jan 26, 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.

1 participant