Releases: coze-dev/coze-py
Releases · coze-dev/coze-py
v0.10.0
v0.9.1
v0.9.0
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
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
- @naturallight made their first contribution in #125
- @Lexiay made their first contribution in #126
Full Changelog: v0.7.0...v0.8.0
v0.7.0
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
🧰 Maintenance
- chore: Release v0.7.0 @chyroc (#121)
- docs: Add example for workspace list API @chyroc (#111)
- docs: Update JWT OAuth usage example @miyukiko-su (#104)
- docs: Update JWT OAuth usage example @miyukiko-su (#101)
- test: Add asynchronous tests for room API @chyroc (#97)
- docs: Add example on how to use local plugin and update README @nhywieza (#94)
New Contributors
- @miyukiko-su made their first contribution in #101
- @wasd96040501 made their first contribution in #116
Full Changelog: v0.6.2...v0.7.0
v0.6.2
v0.6.1
v0.6.0
Changes
🚀 Features
🐛 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