Skip to content

v2.22.32

Latest

Choose a tag to compare

@luk384090-cloud luk384090-cloud released this 02 Sep 10:01
8f09ec5

๐Ÿš€ Features

  • Wan3.0 Video Synthesis Support (#261) by @mose-zm
    Add support for Wan3.0 video generation models. New API keywords and VideoSynthesisParam fields 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 single x-dashscope-sdk-client header. Touches 18 files including DashScopeHeaders, 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 as 500 InternalServerError. The empty string would fall through to Gson parsing, which throws on "", and the exception was silently swallowed into setInternalError(). 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.

Contributors

@mose-zm, @coolsky99, @luk384090-cloud, @lzsweb