Skip to content

chore(main): release fish-audio-sdk 1.3.0#107

Open
fishaudio-bot wants to merge 1 commit intomainfrom
release-please--branches--main--components--fish-audio-sdk
Open

chore(main): release fish-audio-sdk 1.3.0#107
fishaudio-bot wants to merge 1 commit intomainfrom
release-please--branches--main--components--fish-audio-sdk

Conversation

@fishaudio-bot
Copy link
Collaborator

@fishaudio-bot fishaudio-bot commented Feb 13, 2026

🤖 I have created a release beep boop

1.3.0 (2026-02-13)

Features

  • add advanced generation parameters to TTSConfig and update related tests (#85) (6cb173c)
  • add Dependabot configuration for daily updates (07884da)
  • Add py.typed for better type hinting (#27) (a51d0b9)
  • add release token to release-please action in python.yml (#106) (bf53815)
  • add release-please configuration and version manifest (#105) (de11000)
  • add tests for testing all wss model backends (#53) (87e6b65)
  • add WebSocketErr exception to the API (#28) (864863c)
  • add WebSocketOptions for configurable WebSocket connections (#48) (6f9ab7b)
  • api reference docs pipeline (#30) (c1153d8)
  • implement v1 sdk (#29) (54bc101)
  • integrate poe for task management in CI/CD workflows (#110) (daf00fe)
  • mark all integration tests as flaky with auto-retry (#87) (3c2f829)
  • model 1 6 supported and more control parameters (#20) (34c7866)
  • prepare v1.0.0 release (#42) (88ac9b5)
  • QoL and account related APIs (1eeb4d3)
  • replace mypy with ty (#73) (3ac2b9d)
  • update environment for release workflow in python.yml (#32) (501bef6)
  • update project description for clarity (773183c)

Bug Fixes

  • allow non s prefixed models to fail websocket integration tests (#71) (6a2a289)
  • correct visibility option (#97) (69572df)
  • ensure user agent is consistent across http/websockets (#65) (203ee04)
  • rename the API parameter self to self_only to avoid python conflict (#21) (ff8aa73)
  • update python banner image URL in README (#72) (ac5f010)

Documentation

  • add contributing guidelines to CONTRIBUTING.md (#50) [skip ci] (e1b904e)
  • update README to clarify changes in PyPI versioning for Fish Audio Python SDK (#45) [skip ci] (0f97f6f)
  • use GitHub markdown for version notice (#46) [skip ci] (4e39d0c)

This PR was generated with Release Please. See documentation.

Summary by CodeRabbit

  • New Features

    • Advanced text-to-speech generation parameters
    • WebSocket configuration support
    • Enhanced testing across multiple backends
  • Bug Fixes

    • Fixed visibility options
    • Corrected API parameter naming conflicts
    • Improved user-agent consistency
    • Updated documentation URLs
  • Documentation

    • Added contribution guidelines
    • Enhanced README with clarifications
    • Improved formatting and readability

@coderabbitai
Copy link

coderabbitai bot commented Feb 13, 2026

📝 Walkthrough

Walkthrough

Bumped project version to 1.3.0 in metadata and source, and added a new CHANGELOG.md documenting the 1.3.0 release contents (features, bug fixes, documentation).

Changes

Cohort / File(s) Summary
Version Configuration
/.release-please-manifest.json, pyproject.toml, src/fishaudio/_version.py
Updated package version strings from 1.2.0 to 1.3.0.
Release Documentation
CHANGELOG.md
Added CHANGELOG.md documenting the 1.3.0 release (features, bug fixes, documentation).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 Hop, hop, the versions climb with glee,
From one-dot-two to one-dot-three.
A changelog placed, a tiny cheer,
Commits aligned — the release is near. 🎉

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: a version release from 1.2.0 to 1.3.0 for the fish-audio-sdk package.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-please--branches--main--components--fish-audio-sdk

No actionable comments were generated in the recent review. 🎉


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/fishaudio/_version.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Around line 38-40: Update the changelog entry that currently reads "use GitHub
markdown for version notice" to capitalize the proper noun as "use GitHub
Markdown for version notice"; locate the exact entry string in CHANGELOG.md (the
third bullet in the shown diff) and change only the word "markdown" to
"Markdown" preserving the rest of the line and commit/PR metadata.

Comment on lines +38 to +40
* add contributing guidelines to CONTRIBUTING.md ([#50](https://github.com/fishaudio/fish-audio-python/issues/50)) [skip ci] ([e1b904e](https://github.com/fishaudio/fish-audio-python/commit/e1b904ee631c243d684c4a9fc0319b57892eef84))
* update README to clarify changes in PyPI versioning for Fish Audio Python SDK ([#45](https://github.com/fishaudio/fish-audio-python/issues/45)) [skip ci] ([0f97f6f](https://github.com/fishaudio/fish-audio-python/commit/0f97f6fa835df4779c758ef1c9f278625c19eaa8))
* use GitHub markdown for version notice ([#46](https://github.com/fishaudio/fish-audio-python/issues/46)) [skip ci] ([4e39d0c](https://github.com/fishaudio/fish-audio-python/commit/4e39d0cd04bee7fcac2ecc176814c417a49869b6))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Capitalize “Markdown” in the changelog entry.

Minor doc typo for the proper noun.

✏️ Proposed fix
-* use GitHub markdown for version notice ([`#46`](https://github.com/fishaudio/fish-audio-python/issues/46)) [skip ci] ([4e39d0c](https://github.com/fishaudio/fish-audio-python/commit/4e39d0cd04bee7fcac2ecc176814c417a49869b6))
+* use GitHub Markdown for version notice ([`#46`](https://github.com/fishaudio/fish-audio-python/issues/46)) [skip ci] ([4e39d0c](https://github.com/fishaudio/fish-audio-python/commit/4e39d0cd04bee7fcac2ecc176814c417a49869b6))
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
* add contributing guidelines to CONTRIBUTING.md ([#50](https://github.com/fishaudio/fish-audio-python/issues/50)) [skip ci] ([e1b904e](https://github.com/fishaudio/fish-audio-python/commit/e1b904ee631c243d684c4a9fc0319b57892eef84))
* update README to clarify changes in PyPI versioning for Fish Audio Python SDK ([#45](https://github.com/fishaudio/fish-audio-python/issues/45)) [skip ci] ([0f97f6f](https://github.com/fishaudio/fish-audio-python/commit/0f97f6fa835df4779c758ef1c9f278625c19eaa8))
* use GitHub markdown for version notice ([#46](https://github.com/fishaudio/fish-audio-python/issues/46)) [skip ci] ([4e39d0c](https://github.com/fishaudio/fish-audio-python/commit/4e39d0cd04bee7fcac2ecc176814c417a49869b6))
* add contributing guidelines to CONTRIBUTING.md ([`#50`](https://github.com/fishaudio/fish-audio-python/issues/50)) [skip ci] ([e1b904e](https://github.com/fishaudio/fish-audio-python/commit/e1b904ee631c243d684c4a9fc0319b57892eef84))
* update README to clarify changes in PyPI versioning for Fish Audio Python SDK ([`#45`](https://github.com/fishaudio/fish-audio-python/issues/45)) [skip ci] ([0f97f6f](https://github.com/fishaudio/fish-audio-python/commit/0f97f6fa835df4779c758ef1c9f278625c19eaa8))
* use GitHub Markdown for version notice ([`#46`](https://github.com/fishaudio/fish-audio-python/issues/46)) [skip ci] ([4e39d0c](https://github.com/fishaudio/fish-audio-python/commit/4e39d0cd04bee7fcac2ecc176814c417a49869b6))
🧰 Tools
🪛 LanguageTool

[uncategorized] ~40-~40: Did you mean the formatting language “Markdown” (= proper noun)?
Context: ...9c758ef1c9f278625c19eaa8)) * use GitHub markdown for version notice ([#46](https://githu...

(MARKDOWN_NNP)

🤖 Prompt for AI Agents
In `@CHANGELOG.md` around lines 38 - 40, Update the changelog entry that currently
reads "use GitHub markdown for version notice" to capitalize the proper noun as
"use GitHub Markdown for version notice"; locate the exact entry string in
CHANGELOG.md (the third bullet in the shown diff) and change only the word
"markdown" to "Markdown" preserving the rest of the line and commit/PR metadata.

@fishaudio-bot fishaudio-bot force-pushed the release-please--branches--main--components--fish-audio-sdk branch 2 times, most recently from 2f15e5c to 666ce81 Compare February 13, 2026 20:00
@fishaudio-bot fishaudio-bot force-pushed the release-please--branches--main--components--fish-audio-sdk branch from 666ce81 to ccf8f2f Compare February 13, 2026 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant