Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 6.33 KB

File metadata and controls

44 lines (34 loc) · 6.33 KB

Changelog

1.3.0 (2026-03-10)

Features

  • add advanced generation parameters to TTSConfig and update related tests (#85) (6cb173c)
  • add Dependabot configuration for daily updates (07884da)
  • add integration tests for ASR functionality using sample audio files (#120) (cc912a6)
  • 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 s2-pro to sdk (#124) (9b5e658)
  • add test for unknown model name handling in TTS client (#121) (130ce8a)
  • 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)