diff --git a/CHANGELOG-zh.md b/CHANGELOG-zh.md index ba34ed14..15e1609b 100644 --- a/CHANGELOG-zh.md +++ b/CHANGELOG-zh.md @@ -2,6 +2,8 @@ ### 功能 / 优化 - **优化日志管理**. 集中化管理日志,储存在 MongoDB,减少对 PubSub 的依赖,允许日志异常检测. - **自动安装依赖**. 允许从 `requirements.txt` 和 `package.json` 自动安装依赖. +- **API Token**. 允许用户生成 API Token,并利用它们来集成到自己的系统中. +- **Web Hook**. 当任务开始或结束时,触发 Web Hook http 请求到预定义好的 URL. - **自动生成结果集**. 如果没有设置,自动设置结果集为 `results_`. - **优化项目列表**. 项目列表中不展示 "No Project". diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd46fa8..b5ac79e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # 0.4.10 (TBC) ### Features / Enhancement - **Enhanced Log Management**. Centralizing log storage in MongoDB, reduced the dependency of PubSub, allowing log error detection. +- **API Token**. Allow users to generate API tokens and use them to integrate into their own systems. +- **Web Hook**. Trigger a Web Hook http request to pre-defined URL when a task starts or finishes. - **Auto Install Dependencies**. Allow installing dependencies automatically from `requirements.txt` or `package.json`. - **Auto Results Collection**. Set results collection to `results_` if it is not set. - **Optimized Project List**. Not display "No Project" item in the project list.