This is an automated email from the ASF dual-hosted git repository.
bzp2010 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new b811533 feat: release APISIX 2.7 (#387)
b811533 is described below
commit b81153345f6cd2eefdfe02df3dafcbd56695da2e
Author: 罗泽轩 <[email protected]>
AuthorDate: Fri Jun 25 13:47:09 2021 +0800
feat: release APISIX 2.7 (#387)
---
website/docusaurus.config.js | 8 ++---
.../events/2021-06-25-release-apache-apisix-2.7.md | 37 ++++++++++++++++++++++
2 files changed, 41 insertions(+), 4 deletions(-)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 0f960de..92ac9c8 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -22,8 +22,8 @@ module.exports = {
shape: "triangle",
color: "#e8433e",
githubRepo: "apache/apisix",
- version: "2.6",
- releaseDate: "2021-05-24",
+ version: "2.7",
+ releaseDate: "2021-06-25",
firstDocPath: "/getting-started",
},
{
@@ -91,8 +91,8 @@ module.exports = {
shape: "triangle",
color: "#e8433e",
githubRepo: "apache/apisix",
- version: "2.6",
- releaseDate: "2021-05-24",
+ version: "2.7",
+ releaseDate: "2021-06-25",
firstDocPath: "/getting-started",
},
{
diff --git a/website/events/2021-06-25-release-apache-apisix-2.7.md
b/website/events/2021-06-25-release-apache-apisix-2.7.md
new file mode 100644
index 0000000..5102b69
--- /dev/null
+++ b/website/events/2021-06-25-release-apache-apisix-2.7.md
@@ -0,0 +1,37 @@
+---
+title: Release Apache APISIX 2.7
+---
+
+<!--truncate-->
+
+### Change
+
+- change: check metadata_schema with check_schema like the other schema
[#4381](https://github.com/apache/apisix/pull/4381)
+- change(echo): remove odd auth_value
[#4055](https://github.com/apache/apisix/pull/4055)
+- fix(admin): correct the resources' count field and change its type to
integer [#4385](https://github.com/apache/apisix/pull/4385)
+
+### Core
+
+- :sunrise: feat(stream): support client certificate verification
[#4445](https://github.com/apache/apisix/pull/4445)
+- :sunrise: feat(stream): accept tls over tcp
[#4409](https://github.com/apache/apisix/pull/4409)
+- :sunrise: feat(stream): support domain in the upstream
[#4386](https://github.com/apache/apisix/pull/4386)
+- :sunrise: feat(cli): wrap nginx quit cmd
[#4360](https://github.com/apache/apisix/pull/4360)
+- :sunrise: feat: allow to set custom timeout for route
[#4340](https://github.com/apache/apisix/pull/4340)
+- :sunrise: feat: nacos discovery support group
[#4325](https://github.com/apache/apisix/pull/4325)
+- :sunrise: feat: nacos discovery support namespace
[#4313](https://github.com/apache/apisix/pull/4313)
+
+### Plugin
+
+- :sunrise: feat(client-control): set client_max_body_size dynamically
[#4423](https://github.com/apache/apisix/pull/4423)
+- :sunrise: feat(ext-plugin): stop the runner with SIGTERM
[#4367](https://github.com/apache/apisix/pull/4367)
+- :sunrise: feat(limit-req) support nodelay
[#4395](https://github.com/apache/apisix/pull/4395)
+- :sunrise: feat(mqtt-proxy): support domain
[#4391](https://github.com/apache/apisix/pull/4391)
+- :sunrise: feat(redirect): support appending query string
[#4298](https://github.com/apache/apisix/pull/4298)
+
+### Bugfix
+
+- fix: solve memory leak when the client aborts
[#4405](https://github.com/apache/apisix/pull/4405)
+- fix(etcd): check res.body.error before accessing the data
[#4371](https://github.com/apache/apisix/pull/4371)
+- fix(ext-plugin): when token is stale, refresh token and try again
[#4345](https://github.com/apache/apisix/pull/4345)
+- fix(ext-plugin): pass environment variables
[#4349](https://github.com/apache/apisix/pull/4349)
+- fix: ensure the plugin is always reloaded
[#4319](https://github.com/apache/apisix/pull/4319)