diff --git a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.0.x/Release Notes/v1.0.0.md b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.0.x/Release Notes/v1.0.0.md index 3f6a31991..110fb001a 100644 --- a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.0.x/Release Notes/v1.0.0.md +++ b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.0.x/Release Notes/v1.0.0.md @@ -60,6 +60,7 @@ - 为运行 API execute 操作增加更多可选变量 - 增强请求/响应处理 - 改进错误报告,包含文件大小细节 +- 在`start` 方法中根据透传的异常码优化返回错误类型 --- @@ -79,11 +80,15 @@ - 为过期的时间线(timelines)增加 OpenTelemetry 指标清理 - 为测试用例提供内存指标读取器(in-memory metric reader) - 增强 Model Service 操作日志 +- 将 pod 信息加入 OpenTelemetry 指标的基础标签中 +- 增加集群维度的ray资源指标监控 #### 系统改进 - 支持只读挂载路径(read-only mount path),提升安全性 - 增强写集群状态获取 - 改进服务启动异常处理 +- 运行配置中增加sandbox标准规格与上限规格 +- 增强了 HTTP 层的异常处理器,确保错误码能够正确传播到上层调用方 --- @@ -93,6 +98,7 @@ - 重构 actor 的 pip 依赖以便更好管理 - 增强 actor 依赖更新机制 - 改进 actor 初始化流程 +- 创建 Actor 时,同步部署配置中的资源需求至 Ray 集群 #### 镜像管理 - Image Mirror 增强重试支持 diff --git a/docs/versioned_docs/version-1.0.x/Release Notes/v1.0.0.md b/docs/versioned_docs/version-1.0.x/Release Notes/v1.0.0.md index 2b5f38171..c331d66ad 100644 --- a/docs/versioned_docs/version-1.0.x/Release Notes/v1.0.0.md +++ b/docs/versioned_docs/version-1.0.x/Release Notes/v1.0.0.md @@ -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 --- @@ -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 --- @@ -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