Skip to content

Comments

chore(deps): bump github.com/agentplexus/go-elevenlabs from 0.7.0 to 0.8.1#11

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/agentplexus/go-elevenlabs-0.8.1
Closed

chore(deps): bump github.com/agentplexus/go-elevenlabs from 0.7.0 to 0.8.1#11
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/agentplexus/go-elevenlabs-0.8.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

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

Release notes

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

v0.8.1

Release Notes: v0.8.1

Full Changelog: agentplexus/go-elevenlabs@v0.8.0...v0.8.1

v0.8.0

Release Notes: v0.8.0

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

Changelog

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

[v0.8.1] - 2026-02-14

Highlights

  • STT conformance tests for TranscribeFile and TranscribeURL batch transcription methods

Dependencies

  • Bump github.com/agentplexus/omnivoice from v0.4.0 to v0.4.1 (3f8444d)

Tests

  • TranscribeFile and TranscribeURL conformance tests with Ferris Bueller test audio (3f8444d)

[v0.8.0] - 2026-02-14

Highlights

  • New Cobra-based CLI (elevenlabs) with tts and ttsscript subcommands for text-to-speech generation
  • YAML configuration file support with presets for oratory, podcast, and audiobook styles

Added

  • Cobra CLI framework with elevenlabs command and subcommands (6bb1bb9)
  • elevenlabs tts command for generating speech from text files with SSML and emotion tag support (6bb1bb9)
  • elevenlabs ttsscript command migrated from standalone cmd/ttsscript (6bb1bb9)
  • YAML configuration file support (--config) for reusable TTS settings (6bb1bb9)
  • Built-in presets (--preset): oratory, podcast, audiobook with optimized voice settings (6bb1bb9)
  • Config save functionality (--save-config) to export current settings to YAML (6bb1bb9)
  • Voice settings CLI flags: --stability, --similarity, --style, --speed (6bb1bb9)
  • Automatic output format detection: .mp3, .wav, .opus, .raw based on format parameter (6bb1bb9)
  • ttsconfig subpackage with Config and VoiceSettings types for programmatic TTS configuration (3137a14)
  • ttsconfig.Load() and ttsconfig.Save() functions for YAML config file I/O (3137a14)
  • ttsconfig.Oratory(), ttsconfig.Podcast(), ttsconfig.Audiobook() preset functions (3137a14)
  • ttsconfig.EstimateCredits() and ttsconfig.FormatDuration() utility functions for credit calculation (3137a14)
  • ttsconfig.StripMarkup() for removing SSML and emotion tags from text (3137a14)
  • --estimate flag for credit estimation without calling API (shows words, duration, estimated credits) (6bb1bb9)

Changed

  • CLI uses slog.Logger for structured logging instead of fmt.Printf (6bb1bb9)
  • Default TTS model changed to eleven_v3 for new CLI commands (6bb1bb9)
  • Migrated cmd/ttsscript standalone CLI to elevenlabs ttsscript subcommand (f5d5d6f)

Removed

  • Standalone cmd/ttsscript/main.go (functionality moved to elevenlabs ttsscript) (f5d5d6f)

Dependencies

... (truncated)

Commits
  • 55644e3 chore: remove duplicate release notes file
  • 289de5f docs: add v0.8.1 changelog and release notes
  • fa4e180 docs: add v0.8.1 changelog and release notes
  • 3f8444d test(stt): add TranscribeFile and TranscribeURL conformance tests
  • 26d93d5 chore(ci): update go versions
  • 8a9be67 docs(docs/releases/v0.8.0.md): update for v0.8.0 release date
  • 23d8647 docs(CHANGELOG): update for v0.8.0 release date
  • 3e625be docs(changelog): add v0.8.0 release and migrate to camelCase
  • a696933 docs(README): add CLI and ttsconfig examples
  • dcbc0b6 docs: add v0.8.0 release notes
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 16, 2026
Bumps [github.com/agentplexus/go-elevenlabs](https://github.com/agentplexus/go-elevenlabs) from 0.7.0 to 0.8.1.
- [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.7.0...v0.8.1)

---
updated-dependencies:
- dependency-name: github.com/agentplexus/go-elevenlabs
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/agentplexus/go-elevenlabs-0.8.1 branch from 93524c1 to ebf74bf Compare February 22, 2026 04:32
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 22, 2026

Looks like github.com/agentplexus/go-elevenlabs is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 22, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/agentplexus/go-elevenlabs-0.8.1 branch February 22, 2026 04:34
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