diff --git a/docs/release_notes.md b/docs/release_notes.md index 0df790952..6efb9be8f 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -1,5 +1,9 @@ # Release Notes +- **[2025.01.15] v1.3.0** + Added tag management in the admin panel, sign-in redirection, and support for filtering by multiple tags on model, dataset, and code pages. Introduced multi sync proxy configuration via server config file, SGLang support for improved inference engine performance, updated Swift image for fine-tuning, and enabled public dataset creation via API. Refactored code for better quality and added additional tests for stability. +- **[2024.12.15] v1.2.0** + Resolved a security vulnerability; all users are strongly recommended to update. Added model evaluation feature for comparing AI models, supporting opencompass and LLM evaluation harness. For self-hosted Kubernetes users, manual Argo Workflow installation is required for model evaluation. Redesigned admin UI layout for better usability, standardized component styles for consistency, and improved page responsiveness for mobile and desktop. Introduced the Prompt Library for creating and managing reusable prompts in OpenCSG. - **[2024.11.15] v1.1.0** Enhanced multi-sync features with updated branch handling and callbacks for tagging, info updates, and scans. Admin dashboard improvements include user account deletion, excluding owners of organizations or resources, and mirror progress tracking. Added ms-swift fine-tuning support and new prompt-type repo for prompt management and dataset optimization. Changed user info retrieval to backend service. Bug fixes for organizational access, repo settings, repo tags filter, and collection addition. Repo now supports non-default branches. Added comment timestamps for community topics. Logout support via /logout included. - **[2024.10.15] v1.0.0** diff --git a/docs/release_notes_zh.md b/docs/release_notes_zh.md index 8b2968c1b..1fa1ce6b9 100644 --- a/docs/release_notes_zh.md +++ b/docs/release_notes_zh.md @@ -1,7 +1,14 @@ # 版本公告 -- **[2024.11.15] v1.0.0** +- **[2025.01.15] v1.3.0** + 在管理面板中新增了标签管理功能,用户成功登录后将自动跳转回之前所在的页面。模型、数据集和代码页面现在支持按多个标签进行过滤。引入了多同步代理配置功能,通过服务器配置文件进行配置;推理引擎现已支持SGLang,能够提升性能;更新了Swift图像以支持最新版本的微调功能;API现在支持创建公共数据集。对代码进行了重构,提升了质量并增加了更多测试,进一步增强了系统的稳定性。 + +- **[2024.12.15] v1.2.0** + 修复了一个安全漏洞,强烈建议所有用户立即更新至此版本以避免安全隐患。新增了模型评估功能,用户可以比较不同AI模型的性能,支持opencompass和LLM评估工具。对于自托管的Kubernetes用户,模型评估需要手动安装Argo Workflow。重新设计了管理员界面,提升了可用性和用户体验;统一了组件样式,确保一致性;优化了页面响应宽度,改善了移动端和桌面端的显示效果。引入了Prompt库功能,用户可以在OpenCSG中创建和管理可重用的提示词。 + +- **[2024.11.15] v1.1.0** 增强多源同步功能,支持更新默认分支并触发回调以处理标签、信息更新和扫描。管理员面板新增用户账户删除功能(组织或资源所有者除外)以及镜像进度显示。新增 ms-swift 微调支持和新的提示类型仓库,用于管理提示及数据集优化。用户信息获取方式改为后端服务。修复组织资源访问、仓库设置、标签筛选和集合添加问题。仓库支持非默认分支。改进多源同步功能,社区话题新增评论时间显示。支持通过 /logout 退出登录。 + - **[2024.10.15] v1.0.0** 使多源同步功能更稳定,支持ARM平台的docker镜像构建,支持空间创建区域,自动生成Nvidia GPU,Huawei Ascend等资源类型的模型,自动构建repo和运行时框架关系,支持使用NIM进行模型推理,允许子集过滤和在数据集查看器中拆分,允许用户git访问令牌的自动初始化