This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch release-2.1 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
commit 7baf0c8f66e370aed197e7288a6f4d93f2816fb8 Author: litesun <[email protected]> AuthorDate: Fri Nov 20 16:26:27 2020 +0800 feat: update 2.1 changelog (#834) * Update CHANGELOG.md * Update CHANGELOG.zh-CN.md * Update CHANGELOG.md --- CHANGELOG.md | 14 +++++++++++++- CHANGELOG.zh-CN.md | 12 +++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6a0fa2..12f3a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,15 +19,27 @@ # Table of Contents +- [2.1.0](#210) - [2.0.0](#200) - [1.5.0](#150) - [1.0.0](#100) +# 2.1.0 + +This is a release candidate. + +### Core + +- Install signal handler for graceful shutdown.[#796](https://github.com/apache/apisix-dashboard/pull/796) +- Add e2e test for config route with service_id or upstream_id.[#810](https://github.com/apache/apisix-dashboard/pull/810) + +For more changes, please refer to [Milestone](https://github.com/apache/apisix-dashboard/milestone/7). + # 2.0.0 This is a release candidate. -# Core +### Core - Refactor frontend with Admin-API. - Manager-API removes dependency on MySQL. diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 378f9df..74c8f60 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -18,11 +18,21 @@ --> # 目录 - +- [2.1.0](#210) - [2.0.0](#200) - [1.5.0](#150) - [1.0.0](#100) +# 2.1.0 + +这是一个候选版本。 + +### 核心 + +- 支持优雅退出。[#796](https://github.com/apache/apisix-dashboard/pull/796) +- 增加了后端 e2e 测试用例。[#810](https://github.com/apache/apisix-dashboard/pull/810) + +更多的变动可以参考[里程碑](https://github.com/apache/apisix-dashboard/milestone/7)。 # 2.0.0
