Skip to content

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)
  • 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

  • Documentation

    • Added changelog documenting version 1.3.0 release with features, bug fixes, and improvements.
  • Chores

    • Updated project version to 1.3.0.

@coderabbitai
Copy link

coderabbitai bot commented Feb 13, 2026

📝 Walkthrough

Walkthrough

A version release PR bumping the package version from 1.2.0 to 1.3.0 across all version-related configuration files and adding a comprehensive CHANGELOG documenting features, bug fixes, and documentation updates.

Changes

Cohort / File(s) Summary
Version Configuration
.release-please-manifest.json, pyproject.toml, src/fishaudio/_version.py
Version bumped from 1.2.0 to 1.3.0 across all version metadata files.
Release Documentation
CHANGELOG.md
New changelog file added documenting version 1.3.0 with sections for Features (advanced TTS config, tests, tooling), Bug Fixes (visibility, consistency, naming), and Documentation updates, including issue/PR references and commit hashes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 Hop, hop, the versions align so neat,
From one-point-two to one-point-three complete!
The changelog hops with features brand new,
Bugfixes bounded, docs refreshed too! ✨
Release-please ready, the rabbit's work through! 🎉

🚥 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 accurately describes the main change: a release version bump for fish-audio-sdk from 1.2.0 to 1.3.0, which aligns with all modified files (version manifests, changelog, pyproject.toml, and _version.py).
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

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.

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