๐ Features
-
Wan3.0 Video Synthesis Support (#261) by @mose-zm
Add support for Wan3.0 video generation models. New API keywords andVideoSynthesisParamfields added for configuring Wan3.0-specific parameters. -
AgentStudio Webhook Endpoint APIs (#265) by @coolsky99
Full CRUD support for Managed Agent webhook endpoints, including create, update, list, delete, enable/disable, test, and signing secret reset. Ships with 32 predefined event types and delivery response models. ~690 lines of new code across 19 files. -
Consolidated SDK Tracking Headers (#264) by @luk384090-cloud
All SDK tracking metadata (client version, Java version, OS, etc.) previously spread across multiple headers is now merged into a singlex-dashscope-sdk-clientheader. Touches 18 files includingDashScopeHeaders, all protocol request classes, and OkHttp clients.
๐ Fixes
- Empty 2xx Response Handling (#266) by @lzsweb
HTTP responses with successful status codes (200/202/204/205) but empty bodies were incorrectly reported as500 InternalServerError. The empty string would fall through to Gson parsing, which throws on"", and the exception was silently swallowed intosetInternalError(). Now properly treated as success. Includes comprehensive unit tests (TestDashScopeResultEmptyBody, 139 lines).
๐ Documentation
- Chinese README Translation (#262) by @luk384090-cloud
Complete Chinese translation of README (README_zh.md, 175 lines), covering SDK overview, installation, quick start guides, and API references.