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 @@ -3,4 +3,5 @@ sidebar_position: 1
---
# 版本说明
* [release v1.0.1](v1.0.1.md)
* [release v1.0.2](v1.0.2.md)
* [release v1.0.2](v1.0.2.md)
* [release v1.0.3](v1.0.3.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# v1.0.3

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

## 概览
本次发布主要涉及Admin的Bug修复。

---

## Admin

### Bug 修复

#### 在 Admin 层处理沙箱超时
- 修复沙箱在 85 秒超时后,Admin 层仍返回成功的问题

---

## 已知问题

* 目前暂无


## 贡献者

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

## 下一步计划

* 增强文档与教程

* 进一步的性能优化与 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 @@ -4,3 +4,4 @@ sidebar_position: 1
# Release Notes
* [release v1.0.1](v1.0.1.md)
* [release v1.0.2](v1.0.2.md)
* [release v1.0.3](v1.0.3.md)
28 changes: 28 additions & 0 deletions docs/versioned_docs/version-1.0.x/Release Notes/v1.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# v1.0.3

## Release Date
January 29, 2026

## Overview
This release primarily focuses on Admin bug fixes.

---

## Admin

### Bug Fixes

#### Handle sandbox timeouts at the admin layer
- Fix the bug where the admin layer returns success after the sandbox times out at 85 seconds.

---

## 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
Loading