File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # DashScope Java SDK v2.22.29 Release Notes
2+
3+ ## 发布日期
4+ 2026-08-07
5+
6+ ## 版本信息
7+ - ** 版本号** : 2.22.29
8+ - ** Maven 坐标** : ` com.alibaba:dashscope-sdk-java:2.22.29 `
9+
10+ ## 主要变更
11+
12+ ### 新增功能
13+ - ** Managed Agent Deployment APIs** (#253 )
14+ - 添加 managed agent deployment 相关 API
15+ - 支持 agent 的部署和管理功能
16+
17+ ### 废弃标记
18+ - ** API 废弃标记** (#254 )
19+ - 标记部分旧版 API 为 deprecated
20+ - 建议用户迁移到新版 API
21+
22+ ## 安装方式
23+
24+ ### Maven
25+ ``` xml
26+ <dependency >
27+ <groupId >com.alibaba</groupId >
28+ <artifactId >dashscope-sdk-java</artifactId >
29+ <version >2.22.29</version >
30+ </dependency >
31+ ```
32+
33+ ### Gradle
34+ ``` gradle
35+ implementation 'com.alibaba:dashscope-sdk-java:2.22.29'
36+ ```
37+
38+ ## 兼容性说明
39+ - 保持与 v2.22.28 的向后兼容性
40+ - 部分 API 已标记为 deprecated,将在未来版本中移除
41+ - 建议尽快迁移到新版 API
42+
43+ ## 变更统计
44+ - 提交数: 2
45+ - 贡献者: kevin Lu, coolsky99
46+ - 修复问题: 0
47+ - 新增功能: 1
48+
49+ ## 相关链接
50+ - [ GitHub Repository] ( https://github.com/dashscope/dashscope-sdk-java )
51+ - [ Maven Central] ( https://central.sonatype.com/artifact/com.alibaba/dashscope-sdk-java/2.22.29 )
52+ - [ Issue Tracker] ( https://github.com/dashscope/dashscope-sdk-java/issues )
53+
54+ ## 升级指南
55+ 从 v2.22.28 升级到 v2.22.29:
56+ 1 . 更新 pom.xml 或 build.gradle 中的版本号
57+ 2 . 检查是否有使用 deprecated API 的代码,计划迁移到新版 API
58+ 3 . 运行测试确保功能正常
59+
60+ ## 已知问题
61+ 暂无
62+
63+ ## 感谢贡献者
64+ 感谢以下贡献者对本版本的贡献:
65+ - kevin Lu
66+ - coolsky99
You can’t perform that action at this time.
0 commit comments