Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Dec 09:40
· 17 commits to main since this release
fd82f41

Changes

🚀 Features

  • feat: Add workflow chat API with tests and usage examples @chyroc (#146)
  • refactor: Rename 'res' to 'resp' in return values @chyroc (#144)
  • feat: Add ASR voice API for audio translation @chyroc (#143)
  • refactor: Optimize logid usage @chyroc (#141)
  • feat: Enhance file upload with multiple parameter options @chyroc (#140)
  • feat: Add support for custom UID when creating RTC room @chyroc (#139)
  • refactor: Enhance logid implementation using httpx.Response properties @chyroc (#138)
  • refactor: Implement logid return and standardize API responses @chyroc (#135)
  • feat: Added dataset-related APIs @chyroc (#134)
  • feat: Implement template duplicate API with tests and examples @chyroc (#133)
  • feat: Add sample_rate parameter support to audio speech API @chyroc (#131)
  • refactor: Rename 'knowledge' module to 'datasets' and add deprecation warning @chyroc (#130)

🧰 Maintenance

  • release: Bump version to 0.9.0 @chyroc (#149)
  • docs: Add README explaining logid usage @chyroc (#150)
  • docs: Add example for multimodal data chat using workflow @chyroc (#147)
  • refactor: Restructure logid system for unified access through HTTPResponse @chyroc (#145)
  • perf: Optimize CozeModel to prevent logid serialization @chyroc (#136)
  • feat: Add CLI examples for all Coze APIs @chyroc (#132)

Full Changelog: v0.8.0...v0.9.0