Skip to content

Commit e19c28c

Browse files
committed
add v1.0.2 docs
1 parent 92f1e82 commit e19c28c

File tree

4 files changed

+84
-1
lines changed

4 files changed

+84
-1
lines changed

docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.0.x/Release Notes/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
sidebar_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)
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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 修复

docs/versioned_docs/version-1.0.x/Release Notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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

0 commit comments

Comments
 (0)