yzeng25 commented on code in PR #1629: URL: https://github.com/apache/apisix-website/pull/1629#discussion_r1248554012
########## blog/en/blog/2023/06/30/release-apache-apisix-3.4.0.md: ########## @@ -0,0 +1,112 @@ +--- +title: "Release Apache APISIX 3.4.0" +authors: + - name: "Xin Rong" + title: "Author" + url: "https://github.com/AlinsRan" + image_url: "https://avatars.githubusercontent.com/u/79972061?v=4" + - name: "Traky Deng" + title: "Technical Writer" + url: "https://github.com/kayx23" + image_url: "https://avatars.githubusercontent.com/u/39619599?v=4" +keywords: +- Apache APISIX +- API Gateway +- API Management Platform +- New Release +- Cloud Native +description: The Apache APISIX 3.4.0 version is released on June 30, 2023. This version adds a new plugin for Grafana Loki, allows for mTLS connection on the route level, and made performance optimization to continuously enhance the user experience of APISIX. +tags: [Community] +--- + +We are pleased to present Apache APISIX 3.4.0 with exciting new features and performance improvements. + +This release provides a new plugin `loki-logger` to forward logs to [Grafana Loki](https://grafana.com/oss/loki/), and allows for mTLS connection on the route level. In addition, the release also includes many other updates to continuously enhance the user experience of APISIX. Review Comment: Please add `<!--truncate-->` to avoid display issue in the blog summary page. An example of missing `<!--truncate-->` would be https://github.com/apache/apisix-website/issues/1606, this issue will give you a better idea. ```suggestion We are pleased to present Apache APISIX 3.4.0 with exciting new features and performance improvements. <!--truncate--> This release provides a new plugin `loki-logger` to forward logs to [Grafana Loki](https://grafana.com/oss/loki/), and allows for mTLS connection on the route level. In addition, the release also includes many other updates to continuously enhance the user experience of APISIX. ``` ########## blog/zh/blog/2023/06/30/release-apache-apisix-3.4.0.md: ########## @@ -0,0 +1,112 @@ +--- +title: "Release Apache APISIX 3.4.0" +authors: + - name: "Xin Rong" + title: "Author" + url: "https://github.com/AlinsRan" + image_url: "https://avatars.githubusercontent.com/u/79972061?v=4" + - name: "Traky Deng" + title: "Technical Writer" + url: "https://github.com/kayx23" + image_url: "https://avatars.githubusercontent.com/u/39619599?v=4" +keywords: +- Apache APISIX +- API Gateway +- API Management Platform +- New Release +- Cloud Native +description: Apache APISIX 3.4.0 版本于2023年6月30日发布。此版本新增了一个适用于 Grafana Loki 的插件,允许在路由级别上建立 mTLS 连接,并进行性能优化,不断提升 APISIX 的用户体验。 +tags: [Community] +--- + +我们很高兴地介绍 Apache APISIX 3.4.0,它带来了令人兴奋的新功能和性能改进。 + +此版本提供了一个新的插件 `loki-logger`,可将日志转发到 [Grafana Loki](https://grafana.com/oss/loki/),并允许在路由级别上建立 mTLS 连接。此外,此版本还还引入了许多新的特性,旨在优化对 APISIX 的使用体验。 Review Comment: ditto, please add `<!--truncate-->`. ```suggestion 我们很高兴地介绍 Apache APISIX 3.4.0,它带来了令人兴奋的新功能和性能改进。 `<!--truncate-->` 此版本提供了一个新的插件 `loki-logger`,可将日志转发到 [Grafana Loki](https://grafana.com/oss/loki/),并允许在路由级别上建立 mTLS 连接。此外,此版本还还引入了许多新的特性,旨在优化对 APISIX 的使用体验。 ``` ########## blog/zh/blog/2023/06/30/release-apache-apisix-3.4.0.md: ########## @@ -0,0 +1,112 @@ +--- +title: "Release Apache APISIX 3.4.0" +authors: + - name: "Xin Rong" + title: "Author" + url: "https://github.com/AlinsRan" + image_url: "https://avatars.githubusercontent.com/u/79972061?v=4" + - name: "Traky Deng" + title: "Technical Writer" + url: "https://github.com/kayx23" + image_url: "https://avatars.githubusercontent.com/u/39619599?v=4" +keywords: +- Apache APISIX +- API Gateway +- API Management Platform +- New Release +- Cloud Native +description: Apache APISIX 3.4.0 版本于2023年6月30日发布。此版本新增了一个适用于 Grafana Loki 的插件,允许在路由级别上建立 mTLS 连接,并进行性能优化,不断提升 APISIX 的用户体验。 Review Comment: ```suggestion description: Apache APISIX 3.4.0 版本于 2023 年 6 月 30 日发布。此版本新增了一个适用于 Grafana Loki 的插件,允许在路由级别上建立 mTLS 连接,并进行性能优化,不断提升 APISIX 的用户体验。 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
