You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2021/06/30 01:44:24 UTC

[apisix-website] branch master updated: doc: added 2.7 release blog (#393)

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

juzhiyuan 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 3eb4b15  doc: added 2.7 release blog (#393)
3eb4b15 is described below

commit 3eb4b15f3dc4b841ea7587d242bcf15f6d6dddae
Author: Serendipity96 <ju...@gmail.com>
AuthorDate: Wed Jun 30 09:42:40 2021 +0800

    doc: added 2.7 release blog (#393)
---
 .../blog/2021-06-29-release-apache-apisix-2.7.md   | 54 ++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/website/blog/2021-06-29-release-apache-apisix-2.7.md b/website/blog/2021-06-29-release-apache-apisix-2.7.md
new file mode 100644
index 0000000..35e0d51
--- /dev/null
+++ b/website/blog/2021-06-29-release-apache-apisix-2.7.md
@@ -0,0 +1,54 @@
+---
+title: "Apache APISIX 2.7.0-Release 正式发布"
+author: spacewander
+authorURL: "https://github.com/spacewander"
+authorImageURL: "https://avatars.githubusercontent.com/u/4161644?v=4"
+---
+> [@spacewander](https://github.com/spacewander), Core developer of Apache APISIX from [Shenzhen Zhiliu Technology Co.](https://www.apiseven.com/)
+>
+<!--truncate-->
+
+Apache APISIX 2.7.0-Release 正式发布!欢迎大家下载使用。
+
+这个版本支持了多语言插件、增强了四层 TCP 代理、增强了 Nginx 功能,有 20+ 开发者参与,共提交了 70+ PR,下面是重点功能的介绍。
+
+## Release Notes
+
+### 多语言插件
+
+随着 apisix-java-plugin-runner 发布第一个版本,外加 apisix-go-plugin-runner 完成主体功能,APISIX 的多语言插件功能已经支持两大最广泛使用的后端编程语言。如果你还担忧 APISIX 的插件开发会受限于 Lua 生态,不妨试试使用我们的多语言 plugin runner 来开发 Java / Go 插件。
+
+### 增强四层 TCP 代理
+
+2.7 版本中,我们开发了 TCP 代理新功能,包括:
+
+* 允许 upstream 中配置域名
+* 允许 mqtt-proxy 插件配置域名
+* 支持接收 TLS over TCP 连接,这一块的证书自然是可以像 HTTPS 的证书一样动态配置的
+* 基于 SNI 的路由规则
+* 动态校验客户端证书
+
+在后续版本中,我们也会继续分配部分资源来完善现有的 TCP 代理功能,敬请期待!
+
+### 增强 Nginx 功能
+
+我们希望能够动态设置越来越多的 Nginx 配置,所以我们添加自己的补丁和 Nginx C 模块,增强原生 Nginx 的功能。
+
+目前包含了以下新功能:
+
+* 动态设置 mTLS
+* 动态设置 client_max_body_size
+
+在 APISIX 后续版本中,我们也会陆续允许下面的 Nginx 配置能够被动态设置:
+
+* upstream 的 keepalive
+* gzip
+* real_ip
+* proxy_max_temp_file_size
+
+## 下载
+
+下载 Apache APISIX 2.7.0-Release
+
+* 源代码:请访问[下载页面](https://apisix.apache.org/downloads/)
+* 二进制安装包:请访问[安装指南](https://apisix.apache.org/zh/docs/apisix/how-to-build/)