This is an automated email from the ASF dual-hosted git repository.

chenjunxu pushed a commit to branch v2.1.1
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git

commit 4625239146337b7994d393a741942dd488282602
Author: nic-chen <[email protected]>
AuthorDate: Thu Dec 3 00:02:55 2020 +0800

    docs: update CHANGELOG for v2.1.1
---
 CHANGELOG.md       | 29 +++++++++++++++++++++++++----
 CHANGELOG.zh-CN.md | 25 +++++++++++++++++++++++--
 2 files changed, 48 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a3dc94..0df57c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,14 +19,35 @@
 
 # Table of Contents
 
+- [2.1.1](#211)
 - [2.1.0](#210)
 - [2.0.0](#200)
 - [1.5.0](#150)
 - [1.0.0](#100)
 
+
+# 2.1.1
+
+This release mainly adds test cases and bugfix for `manager api`.
+
+### Test case
+
+Add e2e test cases for route, upstream, consumer, SSL, and plugins.
+
+## Bugfix
+ 
+- Fix: when created route by `admin api`, upstream can not be modified by 
dashboard #786
+- Fix: create route with jwt-auth will display an error #862
+- Fix: create route with error format remote_addrs `manager api` will return 
200, but should return 400 #873
+- Fix: make field ID compatible with both string and int #896
+- Fix: can't run `manager api` in intranet env #938
+- Fix: create a route through the dashboard, without filling in the client 
address, APISIX reports errors #940
+
+For more changes, please refer to 
[Milestone](https://github.com/apache/apisix-dashboard/milestone/8).
+
 # 2.1.0
 
-This release mainly adds test cases for manager-api.
+This release mainly adds test cases for `manager api`.
 
 ### Core
 
@@ -41,8 +62,8 @@ This release mainly refactors the dashboard, omitting MySQL, 
improve test cases.
 
 ### Core
 
-- Refactor frontend with Admin-API.
-- Manager-API removes dependency on MySQL.
+- Refactor frontend with `admin api`.
+- `manager api` removes dependency on MySQL.
 - Support plugin orchestration.
 - Setting standards for frontend internationalization.
 - New deployment pattern.
@@ -65,7 +86,7 @@ This release mainly refactors the dashboard.
 ### Core
 
 - Integrate with Ant Design Pro. 
[#263](https://github.com/apache/apisix-dashboard/pull/263)
-- Added Manager API support to process logics between APISIX and Dashboard.
+- Added `manager api` support to process logics between APISIX and Dashboard.
 - Added Metrics/Route/SSL/Upstream/Consumer module.
 
 ## 1.0.0
diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md
index 5cdfc6c..6672ae3 100644
--- a/CHANGELOG.zh-CN.md
+++ b/CHANGELOG.zh-CN.md
@@ -18,14 +18,35 @@
 -->
 
 # 目录
+- [2.1.1](#211)
 - [2.1.0](#210)
 - [2.0.0](#200)
 - [1.5.0](#150)
 - [1.0.0](#100)
 
+
+# 2.1.1
+
+该版本主要增加了对 `manager api` 和 APISIX 间的 E2E 测试, 以及 bug 修复。
+
+### 测试
+
+为 route, upstream, consumer, SSL, 以及 plugins 增加 E2E 测试。
+
+## Bugfix
+ 
+- 修复通过 `admin api` 创建路由后,在 dashboard 上无法修改上游信息。#786
+- 修复创建路由并开启 jwt-auth 插件,提交时会报错。 #862
+- 修复创建路由时,`remote_addrs` 字段使用错误的数据格式,应该返回 400 而不是 200 #873
+- 修复 ID 字段不能同时兼容 int 类型和 string 类型的问题 #896
+- 修复在内网环境下不能启动 `manager api` 的问题 #938
+- 修复通过 dashboard 创建路由, 不填写客户端地址,APISIX 报错的问题 #940
+- 修复 dashboard 创建路由并开启强制跳转 HTTPS 功能,提交时浏览器报错 #956
+
+
 # 2.1.0
 
-该版本主要提升了 manager-api 的 E2E 测试。
+该版本主要提升了 `manager api` 的 E2E 测试。
 
 ### 核心
 
@@ -65,7 +86,7 @@
 ### 核心
 
 - 使用 Ant Design Pro 作为项目脚手架 
[#263](https://github.com/apache/apisix-dashboard/pull/263)。
-- 增加了 manager-api 用于处理 APISIX 与 Dashboard 之间的逻辑。
+- 增加了 `manager api` 用于处理 APISIX 与 Dashboard 之间的逻辑。
 - 增加了监控、路由、证书、上游、Consumer 模块。
 
 ## 1.0.0

Reply via email to