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 @@ -60,6 +60,7 @@
- 为运行 API execute 操作增加更多可选变量
- 增强请求/响应处理
- 改进错误报告,包含文件大小细节
- 在`start` 方法中根据透传的异常码优化返回错误类型

---

Expand All @@ -79,11 +80,15 @@
- 为过期的时间线(timelines)增加 OpenTelemetry 指标清理
- 为测试用例提供内存指标读取器(in-memory metric reader)
- 增强 Model Service 操作日志
- 将 pod 信息加入 OpenTelemetry 指标的基础标签中
- 增加集群维度的ray资源指标监控

#### 系统改进
- 支持只读挂载路径(read-only mount path),提升安全性
- 增强写集群状态获取
- 改进服务启动异常处理
- 运行配置中增加sandbox标准规格与上限规格
- 增强了 HTTP 层的异常处理器,确保错误码能够正确传播到上层调用方

---

Expand All @@ -93,6 +98,7 @@
- 重构 actor 的 pip 依赖以便更好管理
- 增强 actor 依赖更新机制
- 改进 actor 初始化流程
- 创建 Actor 时,同步部署配置中的资源需求至 Ray 集群

#### 镜像管理
- Image Mirror 增强重试支持
Expand Down
6 changes: 6 additions & 0 deletions docs/versioned_docs/version-1.0.x/Release Notes/v1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Provides network optimization and mirror configuration capabilities for sandbox
- Added more optional variables for Run API execute operations
- Enhanced request/response handling
- Improved error reporting with file size details
- Refine error types according to exception codes in `start` method

---

Expand All @@ -78,11 +79,15 @@ Provides network optimization and mirror configuration capabilities for sandbox
- Added OpenTelemetry metric cleanup for expired timelines
- Provided in-memory metric reader for test cases
- Enhanced Model Service operation logs
- Added pod into OpenTelemetry metrics basic attributes
- Added cluster level ray resource metrics(cpu and memory)

#### System Improvements
- Support for read-only mount paths, enhancing security
- Enhanced write cluster status retrieval
- Improved service startup exception handling
- Added sandbox standard spec and upper limit to config
- Enhanced exception handler in HTTP layer to properly propagate error codes

---

Expand All @@ -92,6 +97,7 @@ Provides network optimization and mirror configuration capabilities for sandbox
- Refactored actor pip dependencies for better management
- Enhanced actor dependency update mechanism
- Improved actor initialization flow
- Sync resource acquirements from deployment config to ray cluster when creating actor

#### Image Management
- Image Mirror enhanced with retry support
Expand Down
Loading