Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
sidebar_position: 1
---
# 版本说明
* [release v1.0.1](v1.0.1.md)
* [release v1.0.1](v1.0.1.md)
* [release v1.0.2](v1.0.2.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# v1.0.2

## 发布日期
2026 年 1 月 27 日

## 概览
本次发布主要涉及SDK的bug修复与Admin性能优化。

---

## SDK

### Bug 修复

增加tzdata依赖,解决部分python环境下logger初始化失败问题

---

## Admin

### 增强

#### Ray集群重连机制
- Ray集群重连机制新增写锁超时时间
- 获取写锁超时则跳过本次重连
- 避免出现重连逻辑被其他请求长时间阻塞的情况

---

## 已知问题

* 目前暂无


## 贡献者

感谢所有为本次发布做出贡献的贡献者!

## 下一步计划

* 增强文档与教程

* 进一步的性能优化与 Bug 修复
1 change: 1 addition & 0 deletions docs/versioned_docs/version-1.0.x/Release Notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ sidebar_position: 1
---
# Release Notes
* [release v1.0.1](v1.0.1.md)
* [release v1.0.2](v1.0.2.md)
38 changes: 38 additions & 0 deletions docs/versioned_docs/version-1.0.x/Release Notes/v1.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# v1.0.2

## Release Date
January 27, 2026

## Overview
This release primarily focuses on SDK bug fixes and Admin performance optimizations.

---

## SDK

### Bug Fixes

Added tzdata dependency to resolve logger initialization failures in certain Python environments

---

## Admin

### Enhancements

#### Ray Cluster Reconnection Mechanism
- Added write lock timeout to Ray cluster reconnection mechanism
- Skip reconnection attempt when write lock acquisition times out
- Prevents reconnection logic from being blocked for extended periods by other requests

---

## Known Issues
- None at this time

## Contributors
Thanks to all the contributors who made this release possible!

## Next Steps
- Enhance documentation and tutorials
- Further performance optimizations and bug fixes