File tree Expand file tree Collapse file tree 4 files changed +84
-1
lines changed
i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.0.x/Release Notes
versioned_docs/version-1.0.x/Release Notes Expand file tree Collapse file tree 4 files changed +84
-1
lines changed Original file line number Diff line number Diff line change 22sidebar_position : 1
33---
44# 版本说明
5- * [ release v1.0.1] ( v1.0.1.md )
5+ * [ release v1.0.1] ( v1.0.1.md )
6+ * [ release v1.0.2] ( v1.0.2.md )
Original file line number Diff line number Diff line change 1+ # v1.0.2
2+
3+ ## 发布日期
4+ 2026 年 1 月 27 日
5+
6+ ## 概览
7+ 本次发布主要涉及SDK的bug修复与Admin性能优化。
8+
9+ ---
10+
11+ ## SDK
12+
13+ ### Bug 修复
14+
15+ 增加tzdata依赖,解决部分python环境下logger初始化失败问题
16+
17+ ---
18+
19+ ## Admin
20+
21+ ### 增强
22+
23+ #### Ray集群重连机制
24+ - Ray集群重连机制新增写锁超时时间
25+ - 获取写锁超时则跳过本次重连
26+ - 避免出现重连逻辑被其他请求长时间阻塞的情况
27+
28+ ---
29+
30+ ## 已知问题
31+
32+ * 目前暂无
33+
34+
35+ ## 贡献者
36+
37+ 感谢所有为本次发布做出贡献的贡献者!
38+
39+ ## 下一步计划
40+
41+ * 增强文档与教程
42+
43+ * 进一步的性能优化与 Bug 修复
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ sidebar_position: 1
33---
44# Release Notes
55* [ release v1.0.1] ( v1.0.1.md )
6+ * [ release v1.0.2] ( v1.0.2.md )
Original file line number Diff line number Diff line change 1+ # v1.0.2
2+
3+ ## Release Date
4+ January 27, 2026
5+
6+ ## Overview
7+ This release primarily focuses on SDK bug fixes and Admin performance optimizations.
8+
9+ ---
10+
11+ ## SDK
12+
13+ ### Bug Fixes
14+
15+ Added tzdata dependency to resolve logger initialization failures in certain Python environments
16+
17+ ---
18+
19+ ## Admin
20+
21+ ### Enhancements
22+
23+ #### Ray Cluster Reconnection Mechanism
24+ - Added write lock timeout to Ray cluster reconnection mechanism
25+ - Skip reconnection attempt when write lock acquisition times out
26+ - Prevents reconnection logic from being blocked for extended periods by other requests
27+
28+ ---
29+
30+ ## Known Issues
31+ - None at this time
32+
33+ ## Contributors
34+ Thanks to all the contributors who made this release possible!
35+
36+ ## Next Steps
37+ - Enhance documentation and tutorials
38+ - Further performance optimizations and bug fixes
You can’t perform that action at this time.
0 commit comments