Skip to content

Releases: coze-dev/coze-py

v0.10.0

14 Jan 06:19
8ce09e4
Compare
Choose a tag to compare

Changes

🚀 Features

  • feat: Implement WebSocket support @chyroc (#156)
  • refactor: Rename 'translations' to 'transcriptions' @chyroc (#158)
  • feat: Add description and space_id parameters to voices.clone api @chyroc (#152)

🐛 Bug Fixes

  • fix: Resolve WebSocket issues and add real-time call example @chyroc (#160)

🧰 Maintenance

Full Changelog: v0.9.1...v0.10.0

v0.9.1

25 Dec 12:14
565a0f2
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • chore: Update parameters type annotation in workflows.chat and Bump version to 0.9.1 @chyroc (#151)

Full Changelog: v0.9.0...v0.9.1

v0.9.0

25 Dec 09:40
fd82f41
Compare
Choose a tag to compare

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

v0.8.0

09 Dec 03:26
67ebdba
Compare
Choose a tag to compare

Changes

🚀 Features

  • feat: Enhance JWTAuth to Support Direct JWTOAuthApp Instance && Opt Examples @naturallight (#125)

🐛 Bug Fixes

  • fix: Update chat.cancel API to use body instead of params @chyroc (#128)
  • fix: Correct conversation_id parameter placement in chat API @Lexiay (#126)

🧰 Maintenance

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

22 Nov 04:29
799d0f9
Compare
Choose a tag to compare

Changes

🚀 Features

  • feat: Add conversation management APIs @chyroc (#120)
  • feat: Support passing conversation ID when creating a room @chyroc (#119)
  • feat: Support bot publish to WebSDK @chyroc (#117)
  • feat: Add asynchronous method for voice cloning @chyroc (#118)
  • feat: Support X-Coze-Client-User-Agent header for client version trace @wasd96040501 (#116)
  • feat: Add voice cloning API @chyroc (#115)
  • feat: Support audio messages in /v3/chat API @chyroc (#112)
  • perf: Optimize base_url configuration by removing trailing slash @chyroc (#109)
  • feat: Add speech create API with FileHTTPResponse support @chyroc (#107)
  • feat: Add voice list retrieval API and upgrade NumberPaged @chyroc (#106)
  • refactor: Move RoomsClient to audio subdirectory as a subresource of AudioClient @chyroc (#105)
  • feat: Add section_id field to conversation and message structures @chyroc (#103)
  • feat: Add async execution to workflow and history retrieval @chyroc (#102)
  • feat: Add API for creating room @nhywieza (#96)

🐛 Bug Fixes

  • fix: Fix HTTP method for chat message list @chyroc (#100)

🧰 Maintenance

New Contributors

Full Changelog: v0.6.2...v0.7.0

v0.6.2

21 Oct 12:58
41dcfc9
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix: Fix chat api conversation parameter and Release v0.6.2 @chyroc (#95)

Full Changelog: v0.6.1...v0.6.2

v0.6.1

21 Oct 04:43
58baf9d
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix: Resolve httpx.ResponseNotRead error in stream mode @nhywieza (#90)
  • fix: Fix field name in ChatToolCallFunction from 'argument' to 'arguments' @nhywieza (#91)

🧰 Maintenance

Full Changelog: v0.6.0...v0.6.1

v0.6.0

18 Oct 08:37
5d7c02f
Compare
Choose a tag to compare

Changes

🚀 Features

  • feat: Add required_action and usage to Chat object @chyroc (#82)

🐛 Bug Fixes

  • fix: Fix chat.stream api for streaming responses @chyroc (#87)
  • fix: Handle json errors in streaming api @chyroc (#86)
  • fix: Fix build_user_question_objects method in Message @MSITETOP (#85)
  • fix: Resolve dependency issue with httpx in higher Python versions @chyroc (#74)

🧰 Maintenance

  • chore: Release v0.6.0 @chyroc (#88)
  • docs: Add examples and README instructions for configuring timeout @chyroc (#80)
  • docs: Add instructions for setting base_url in examples and README @chyroc (#79)
  • docs: Update README with additional explanations @chyroc (#75)

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

12 Oct 12:46
ccf98cd
Compare
Choose a tag to compare

Changes

🚀 Features

  • refactor: Standardize and enhance various components @chyroc (#70)

🧰 Maintenance

Full Changelog: v0.4.0...v0.5.0

v0.4.0

12 Oct 02:17
ebfbc08
Compare
Choose a tag to compare

Changes

🚀 Features

  • refactor: Change upload file parameter from str to Union[Path] @chyroc (#68)
  • feat: Add iteration support to paginator @chyroc (#66)
  • perf: Optimize async iterator to eliminate the need for await @chyroc (#65)

🐛 Bug Fixes

  • fix: Handle errors for chat.failed scenarios @chyroc (#67)

🧰 Maintenance

Full Changelog: v0.3.0...v0.4.0