This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new cc43b9f chore: remove ldap on release 2.10.2 (#5516)
cc43b9f is described below
commit cc43b9fc1bf9be14c05d36415f83cdd189d0a7f5
Author: tzssangglass <[email protected]>
AuthorDate: Mon Nov 15 02:27:32 2021 -0600
chore: remove ldap on release 2.10.2 (#5516)
---
CHANGELOG.md | 2 --
docs/zh/latest/CHANGELOG.md | 2 --
2 files changed, 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fdcfb88..8c86537 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -58,10 +58,8 @@ title: Changelog
- fix(hmac-auth): check if the X-HMAC-ALGORITHM header is missing
[#5467](https://github.com/apache/apisix/pull/5467)
- fix: prevent being hacked by untrusted request_uri
[#5458](https://github.com/apache/apisix/pull/5458)
- fix(admin): modify boolean parameters with PATCH
[#5434](https://github.com/apache/apisix/pull/5432)
-- fix(auth-ldap): add handler for invalid basic auth header values
[#5432](https://github.com/apache/apisix/pull/5432)
- fix(traffic-split): multiple rules with multiple weighted_upstreams under
each rule cause upstream_key duplicate
[#5414](https://github.com/apache/apisix/pull/5414)
- fix: add handler for invalid basic auth header values
[#5419](https://github.com/apache/apisix/pull/5419)
-- fix: ldap deps in install-dependencies.sh
[#5385](https://github.com/apache/apisix/pull/5385)
- fix(request-validation): correct rejected_message to rejected_msg
[#5355](https://github.com/apache/apisix/pull/5355)
### Change
diff --git a/docs/zh/latest/CHANGELOG.md b/docs/zh/latest/CHANGELOG.md
index 10c3790..44e981b 100644
--- a/docs/zh/latest/CHANGELOG.md
+++ b/docs/zh/latest/CHANGELOG.md
@@ -58,10 +58,8 @@ title: CHANGELOG
- hmac-auth 插件检查是否缺少 X-HMAC-ALGORITHM header
[#5467](https://github.com/apache/apisix/pull/5467)
- 防止不可信的 request_uri [#5458](https://github.com/apache/apisix/pull/5458)
- 修复用 PATCH 方法修改 boolean 参数的问题
[#5434](https://github.com/apache/apisix/pull/5432)
-- auth-ldap 插件处理无效的 Authorization header
[#5432](https://github.com/apache/apisix/pull/5432)
- 修复 traffic-split 插件 upstream_key 重复的问题
[#5414](https://github.com/apache/apisix/pull/5414)
- basic-auth 插件处理无效的 Authorization header
[#5419](https://github.com/apache/apisix/pull/5419)
-- 修复 install-dependencies.sh 中的依赖
[#5385](https://github.com/apache/apisix/pull/5385)
- 更正 request-validation 插件的 rejected_message 为 rejected_msg
[#5355](https://github.com/apache/apisix/pull/5355)
### Change