Skip to content

Commit 92d4402

Browse files
committed
docs: update release date for v1.1.0 docs
1 parent 7d0bff6 commit 92d4402

File tree

2 files changed

+5
-150
lines changed
  • docs
    • i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.1.x/Release Notes
    • versioned_docs/version-1.1.x/Release Notes

2 files changed

+5
-150
lines changed
Lines changed: 2 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# v1.1.0
22

33
## 发布日期
4-
2026 年 1 月 23
4+
2026 年 1 月 28
55

66
## 概览
77
这是一次重大版本发布,引入了多项强大的新功能 同时还包含显著的性能提升、系统优化与更强的可观测性能力。
@@ -63,117 +63,4 @@ ROCK 框架核心 Agent 实现:
6363

6464
沙箱资源部署管理器:
6565
- `deploy_working_dir`:部署本地目录到沙箱
66-
- `format`:模板变量替换,支持 `${working_dir}` 占位符
67-
---
68-
69-
### 增强
70-
71-
#### Environment Builder
72-
- 新增 `build_remote` 参数,用于远程环境构建
73-
- 更新超时配置,提供更好的控制能力
74-
-`arun` 的 ignore_output 中增强文件大小信息展示
75-
76-
#### 性能优化
77-
- 优化 PID 提取逻辑,使用兼容 bash 的模式
78-
- 提升 `arun` 方法性能
79-
- 改进文件处理相关操作
80-
81-
#### API 改进
82-
- 为运行 API execute 操作增加更多可选变量
83-
- 增强请求/响应处理
84-
- 改进错误报告,包含文件大小细节
85-
-`start` 方法中根据透传的异常码优化返回错误类型
86-
87-
---
88-
89-
### Bug 修复
90-
- 修复 PID 提取逻辑,改用兼容 bash 的模式
91-
- 修正 PIPE 重定向策略
92-
- 修复写集群(write cluster)操作的状态获取
93-
- 改进服务启动失败时的异常处理
94-
95-
---
96-
97-
## Admin
98-
99-
### 新功能
100-
101-
#### 增强的可观测性
102-
- 为过期的时间线(timelines)增加 OpenTelemetry 指标清理
103-
- 为测试用例提供内存指标读取器(in-memory metric reader)
104-
- 增强 Model Service 操作日志
105-
- 将 pod 信息加入 OpenTelemetry 指标的基础标签中
106-
- 增加集群维度的ray资源指标监控
107-
108-
#### 系统改进
109-
- 支持只读挂载路径(read-only mount path),提升安全性
110-
- 增强写集群状态获取
111-
- 改进服务启动异常处理
112-
- 运行配置中增加sandbox标准规格与上限规格
113-
- 增强了 HTTP 层的异常处理器,确保错误码能够正确传播到上层调用方
114-
115-
---
116-
117-
### 增强
118-
119-
#### Actor 系统
120-
- 重构 actor 的 pip 依赖以便更好管理
121-
- 增强 actor 依赖更新机制
122-
- 改进 actor 初始化流程
123-
- 创建 Actor 时,同步部署配置中的资源需求至 Ray 集群
124-
125-
#### 镜像管理
126-
- Image Mirror 增强重试支持
127-
- 改进镜像构建并支持实验 ID 追踪
128-
- 升级镜像标签管理
129-
130-
---
131-
132-
### Bug 修复
133-
- 修复写集群操作的状态获取
134-
- 修正 PIPE 重定向策略
135-
- 改进服务启动失败时的异常处理
136-
137-
---
138-
139-
## 全局系统变更
140-
141-
### 重构
142-
-`is_absolute_db_path` 移至 database 模块
143-
- 移除未使用的 API key 并清理测试
144-
- 移除冗余的 `DockerDeploymentConfig` 导入
145-
146-
### 日志改进
147-
- 更新 logger 格式以提升可读性
148-
- 为 Sandbox 类增加 `__str__``__repr__` 方法
149-
-`init_logger` 中阻止 logger 传播(propagation)
150-
- 为 CLI 的配置加载增加日志
151-
152-
### CLI 增强
153-
- 增加系统资源限制
154-
- 增强 EnvHub 预检查功能
155-
- 改进 CLI 命令结构与组织
156-
157-
### 文档
158-
- 增加全面的发布说明
159-
- 创建 ROCK & ROLL 快速入门指南
160-
- 增强 GitHub Actions CI 工作流
161-
- 改进 Issue 模板以便更好地报告 Bug
162-
- 增加 GitHub 指标统计页面
163-
164-
### 测试
165-
- 使用内存指标读取器优化测试用例
166-
- 增强新功能测试覆盖率
167-
- 改进测试加载器路径解析
168-
169-
---
170-
171-
## 已知问题
172-
- 目前暂无
173-
174-
## 贡献者
175-
感谢所有为本次发布做出贡献的贡献者!
176-
177-
## 下一步计划
178-
- 增强文档与教程
179-
- 进一步的性能优化与 Bug 修复
66+
- `format`:模板变量替换,支持 `${working_dir}` 占位符

docs/versioned_docs/version-1.1.x/Release Notes/v1.1.0.md

Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# v1.1.0
22

33
## Release Date
4+
January 28, 2026
5+
46

57

68
## Overview
@@ -58,38 +60,4 @@ File system operations interface for sandbox environments:
5860

5961
Sandbox resource deployment manager:
6062
- `deploy_working_dir`: Deploy local directory to sandbox
61-
- `format`: Template variable substitution with `${working_dir}` placeholder
62-
63-
---
64-
65-
### Enhancements
66-
67-
---
68-
69-
### Bug Fixes
70-
71-
---
72-
73-
## Admin
74-
75-
### New Features
76-
77-
---
78-
79-
### Enhancements
80-
81-
---
82-
83-
### Bug Fixes
84-
85-
---
86-
87-
## Known Issues
88-
- None at this time
89-
90-
## Contributors
91-
Thanks to all the contributors who made this release possible!
92-
93-
## Next Steps
94-
- Enhance documentation and tutorials
95-
- Further performance optimizations and bug fixes
63+
- `format`: Template variable substitution with `${working_dir}` placeholder

0 commit comments

Comments
 (0)