yzeng25 commented on code in PR #1665: URL: https://github.com/apache/apisix-website/pull/1665#discussion_r1295302163
########## blog/en/blog/2023/08/15/weekly-report.md: ########## @@ -0,0 +1,67 @@ +--- +title: "Biweekly Report (July 31 - August 13)" +keywords: +- Apache APISIX +- API Gateway +- Weekly Report +- Contributor +description: The Apache APISIX Community Biweekly Report can help community members better grasp the progress of the Apache APISIX community so that everyone can participate in the Apache APISIX community. +tags: [Community] +image: https://static.apiseven.com/uploads/2023/08/15/cOgKwDgK_%E8%8B%B1%E6%96%87%E5%A4%B4%E5%9B%BE.png +--- + +> We have recently made fixes and improvements to certain features of Apache APISIX. These include the addition of the `chaitin-waf` plugin, support for configuring TLS handshake protocol features for specified SNI, YAML configuration file support for rendering configurations from environment variables, and ensuring that the `Limit-count` plugin returns the correct X-RateLimit-Reset when rejecting requests. For more details, please refer to the current bi-weekly report. + +<!--truncate--> + +## Introduction + +Apache APISIX grew up as a community from the first day it was open-sourced, and quickly became the most active open-source API gateway project in the world. These achievements are inseparable from the joint efforts of community partners. + +From 7.31 to 8.13, 20 contributors submitted 37 commits for Apache APISIX. Thank you for your contributions to Apache APISIX. + +We have recently fixed and improved some features, and the summary of the updates is as follows: + +1. Support `chaitin-waf` plugin + +2. Support host level dynamic setting of tls protocol version + +3. YAML configuration file supports rendering configurations from environment variables + +4. X-RateLimit-Reset shouldn't be set to 0 after request be rejected + +"If you want to go fast, go alone. If you want to go far, go together." The Apache APISIX Community Biweekly Report can help community members better grasp the progress of the Apache APISIX community so that everyone can participate in the Apache APISIX community. + +## Contributor Statistics + + + + + +## Highlights of Recent Features + +### Apache APISIX + +- [Add `chaitin-waf` plugin](https://github.com/apache/apisix/pull/9838) (Contributor: [lingsamuel](https://github.com/lingsamuel)) + +- [Add support for configuring TLS handshake protocol for specified SNI](https://github.com/apache/apisix/pull/9903) (Contributor: [AlinsRan](https://github.com/AlinsRan)) + +- [YAML configuration file supports rendering configurations from environment variables](https://github.com/apache/apisix/pull/9855) (Contributor: [shreemaan-abhishek](https://github.com/shreemaan-abhishek)) + +- [`Limit-count` plugin returns the correct X-RateLimit-Reset when rejecting requests](https://github.com/apache/apisix/pull/9978) (Contributor: [jiangfucheng](https://github.com/jiangfucheng)) Review Comment: ```suggestion - [`limit-count` plugin returns the correct X-RateLimit-Reset when rejecting requests](https://github.com/apache/apisix/pull/9978) (Contributor: [jiangfucheng](https://github.com/jiangfucheng)) ``` ########## blog/zh/blog/2023/08/02/15/weekly-report.md: ########## @@ -0,0 +1,67 @@ +--- +title: "社区双周报 (7.31 - 8.13)" +keywords: +- Apache APISIX +- API 网关 +- 社区周报 +- 贡献者 +description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 +tags: [Community] +image: https://static.apiseven.com/uploads/2023/08/15/onL0VVoC_%E4%B8%AD%E6%96%87%E5%A4%B4%E5%9B%BE.png +--- + +> 我们近期对 Apache APISIX 的部分功能进行了修复或改善,包括增加 `chaitin-waf` 插件、增加为指定 SNI 配置 TLS 握手协议特性支持、YAML 配置文件支持从环境变量渲染配置、`Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset,详情请阅读本期双周报。 + +<!--truncate--> + +## 导语 + +Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。 + +从 2023.7.31 - 2023.8.13,有 20 位开发者为 Apache APISIX 提交了 37 个 commit。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好! + +我们近期对部分功能进行了修复或改善,更新内容汇总如下: + +1. 增加 `chaitin-waf` 插件 + +2. 增加为指定 SNI 配置 TLS 握手协议特性支持 + +3. YAML 配置文件支持从环境变量渲染配置 + +4. `Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset + +“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 + +## 贡献者统计 + + + + + +## 近期亮点功能 + +### Apache APISIX + +- [增加 `chaitin-waf` 插件](https://github.com/apache/apisix/pull/9838)(贡献者:[lingsamuel](https://github.com/lingsamuel)) + +- [增加为指定 SNI 配置 TLS 握手协议特性支持](https://github.com/apache/apisix/pull/9903)(贡献者:[AlinsRan](https://github.com/AlinsRan)) + +- [YAML 配置文件支持从环境变量渲染配置](https://github.com/apache/apisix/pull/9855)(贡献者:[shreemaan-abhishek](https://github.com/shreemaan-abhishek)) + +- [`Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset](https://github.com/apache/apisix/pull/9978)(贡献者:[jiangfucheng](https://github.com/jiangfucheng)) Review Comment: ```suggestion - [`limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset](https://github.com/apache/apisix/pull/9978)(贡献者:[jiangfucheng](https://github.com/jiangfucheng)) ``` ########## blog/zh/blog/2023/08/02/15/weekly-report.md: ########## @@ -0,0 +1,67 @@ +--- +title: "社区双周报 (7.31 - 8.13)" +keywords: +- Apache APISIX +- API 网关 +- 社区周报 +- 贡献者 +description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 +tags: [Community] +image: https://static.apiseven.com/uploads/2023/08/15/onL0VVoC_%E4%B8%AD%E6%96%87%E5%A4%B4%E5%9B%BE.png +--- + +> 我们近期对 Apache APISIX 的部分功能进行了修复或改善,包括增加 `chaitin-waf` 插件、增加为指定 SNI 配置 TLS 握手协议特性支持、YAML 配置文件支持从环境变量渲染配置、`Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset,详情请阅读本期双周报。 + +<!--truncate--> + +## 导语 + +Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。 + +从 2023.7.31 - 2023.8.13,有 20 位开发者为 Apache APISIX 提交了 37 个 commit。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好! + +我们近期对部分功能进行了修复或改善,更新内容汇总如下: + +1. 增加 `chaitin-waf` 插件 + +2. 增加为指定 SNI 配置 TLS 握手协议特性支持 + +3. YAML 配置文件支持从环境变量渲染配置 + +4. `Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset Review Comment: ```suggestion 4. `limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset ``` ########## blog/zh/blog/2023/08/02/15/weekly-report.md: ########## @@ -0,0 +1,67 @@ +--- +title: "社区双周报 (7.31 - 8.13)" +keywords: +- Apache APISIX +- API 网关 +- 社区周报 +- 贡献者 +description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 +tags: [Community] +image: https://static.apiseven.com/uploads/2023/08/15/onL0VVoC_%E4%B8%AD%E6%96%87%E5%A4%B4%E5%9B%BE.png +--- + +> 我们近期对 Apache APISIX 的部分功能进行了修复或改善,包括增加 `chaitin-waf` 插件、增加为指定 SNI 配置 TLS 握手协议特性支持、YAML 配置文件支持从环境变量渲染配置、`Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset,详情请阅读本期双周报。 Review Comment: ```suggestion > 我们近期对 Apache APISIX 的部分功能进行了修复或改善,包括增加 `chaitin-waf` 插件、增加为指定 SNI 配置 TLS 握手协议特性支持、YAML 配置文件支持从环境变量渲染配置、`limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset,详情请阅读本期双周报。 ``` ########## blog/zh/blog/2023/08/02/15/weekly-report.md: ########## @@ -0,0 +1,67 @@ +--- +title: "社区双周报 (7.31 - 8.13)" +keywords: +- Apache APISIX +- API 网关 +- 社区周报 +- 贡献者 +description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 +tags: [Community] +image: https://static.apiseven.com/uploads/2023/08/15/onL0VVoC_%E4%B8%AD%E6%96%87%E5%A4%B4%E5%9B%BE.png +--- + +> 我们近期对 Apache APISIX 的部分功能进行了修复或改善,包括增加 `chaitin-waf` 插件、增加为指定 SNI 配置 TLS 握手协议特性支持、YAML 配置文件支持从环境变量渲染配置、`Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset,详情请阅读本期双周报。 + +<!--truncate--> + +## 导语 + +Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。 + +从 2023.7.31 - 2023.8.13,有 20 位开发者为 Apache APISIX 提交了 37 个 commit。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好! + +我们近期对部分功能进行了修复或改善,更新内容汇总如下: + +1. 增加 `chaitin-waf` 插件 + +2. 增加为指定 SNI 配置 TLS 握手协议特性支持 + +3. YAML 配置文件支持从环境变量渲染配置 + +4. `Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset Review Comment: ```suggestion 4. `limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset ``` ########## blog/zh/blog/2023/08/02/15/weekly-report.md: ########## @@ -0,0 +1,67 @@ +--- +title: "社区双周报 (7.31 - 8.13)" +keywords: +- Apache APISIX +- API 网关 +- 社区周报 +- 贡献者 +description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 +tags: [Community] +image: https://static.apiseven.com/uploads/2023/08/15/onL0VVoC_%E4%B8%AD%E6%96%87%E5%A4%B4%E5%9B%BE.png +--- + +> 我们近期对 Apache APISIX 的部分功能进行了修复或改善,包括增加 `chaitin-waf` 插件、增加为指定 SNI 配置 TLS 握手协议特性支持、YAML 配置文件支持从环境变量渲染配置、`Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset,详情请阅读本期双周报。 + +<!--truncate--> + +## 导语 + +Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。 + +从 2023.7.31 - 2023.8.13,有 20 位开发者为 Apache APISIX 提交了 37 个 commit。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好! + +我们近期对部分功能进行了修复或改善,更新内容汇总如下: + +1. 增加 `chaitin-waf` 插件 + +2. 增加为指定 SNI 配置 TLS 握手协议特性支持 + +3. YAML 配置文件支持从环境变量渲染配置 + +4. `Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset + +“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 + +## 贡献者统计 + + + + + +## 近期亮点功能 + +### Apache APISIX + +- [增加 `chaitin-waf` 插件](https://github.com/apache/apisix/pull/9838)(贡献者:[lingsamuel](https://github.com/lingsamuel)) + +- [增加为指定 SNI 配置 TLS 握手协议特性支持](https://github.com/apache/apisix/pull/9903)(贡献者:[AlinsRan](https://github.com/AlinsRan)) + +- [YAML 配置文件支持从环境变量渲染配置](https://github.com/apache/apisix/pull/9855)(贡献者:[shreemaan-abhishek](https://github.com/shreemaan-abhishek)) + +- [`Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset](https://github.com/apache/apisix/pull/9978)(贡献者:[jiangfucheng](https://github.com/jiangfucheng)) Review Comment: ```suggestion - [`limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset](https://github.com/apache/apisix/pull/9978)(贡献者:[jiangfucheng](https://github.com/jiangfucheng)) ``` ########## blog/zh/blog/2023/08/02/15/weekly-report.md: ########## @@ -0,0 +1,67 @@ +--- +title: "社区双周报 (7.31 - 8.13)" +keywords: +- Apache APISIX +- API 网关 +- 社区周报 +- 贡献者 +description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 +tags: [Community] +image: https://static.apiseven.com/uploads/2023/08/15/onL0VVoC_%E4%B8%AD%E6%96%87%E5%A4%B4%E5%9B%BE.png +--- + +> 我们近期对 Apache APISIX 的部分功能进行了修复或改善,包括增加 `chaitin-waf` 插件、增加为指定 SNI 配置 TLS 握手协议特性支持、YAML 配置文件支持从环境变量渲染配置、`Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset,详情请阅读本期双周报。 + +<!--truncate--> + +## 导语 + +Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。 + +从 2023.7.31 - 2023.8.13,有 20 位开发者为 Apache APISIX 提交了 37 个 commit。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好! + +我们近期对部分功能进行了修复或改善,更新内容汇总如下: + +1. 增加 `chaitin-waf` 插件 + +2. 增加为指定 SNI 配置 TLS 握手协议特性支持 + +3. YAML 配置文件支持从环境变量渲染配置 + +4. `Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset + +“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 + +## 贡献者统计 + + + + + +## 近期亮点功能 + +### Apache APISIX + +- [增加 `chaitin-waf` 插件](https://github.com/apache/apisix/pull/9838)(贡献者:[lingsamuel](https://github.com/lingsamuel)) + +- [增加为指定 SNI 配置 TLS 握手协议特性支持](https://github.com/apache/apisix/pull/9903)(贡献者:[AlinsRan](https://github.com/AlinsRan)) + +- [YAML 配置文件支持从环境变量渲染配置](https://github.com/apache/apisix/pull/9855)(贡献者:[shreemaan-abhishek](https://github.com/shreemaan-abhishek)) + +- [`Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset](https://github.com/apache/apisix/pull/9978)(贡献者:[jiangfucheng](https://github.com/jiangfucheng)) + +## 最新博客速览 + +- [Apache APISIX 3.4.1 正式发布](https://apisix.apache.org/zh/blog/2023/07/21/release-apache-apisix-3.4.1/) + + 我们很高兴地宣布 Apache APISIX 3.4.1 版本已经发布,其中包含了针对 JWT 的安全补丁。 + +- [APISIX 的出海征程势如破竹:APISIX 马来西亚 Meetup](https://apisix.apache.org/zh/blog/2023/07/12/2023-apisix-meetup-malaysia/) + + 近日,Apache APISIX 发起的技术盛宴,在马来西亚首都吉隆坡隆重开幕!活动由 API7(支流科技)与 N2N(N2N Connect Berhad,联圣)及 AMD(Advanced Micro Devices, Inc.,)联合举办,汇集了众多 API 网关技术领域的专家和爱好者。 + +- [Release Apache APISIX 3.4.0](https://apisix.apache.org/zh/blog/2023/06/30/release-apache-apisix-3.4.0/) + + 此版本提供了一个新的插件 loki-logger,可将日志转发到 Grafana Loki,并允许在路由级别上建立 mTLS 连接。此外,此版本还还引入了许多新的特性,旨在优化对 APISIX 的使用体验。 Review Comment: ```suggestion 此版本提供了一个新的插件 `loki-logger`,可将日志转发到 Grafana Loki,并允许在路由级别上建立 mTLS 连接。此外,此版本还还引入了许多新的特性,旨在优化对 APISIX 的使用体验。 ``` ########## blog/zh/blog/2023/08/02/15/weekly-report.md: ########## @@ -0,0 +1,67 @@ +--- +title: "社区双周报 (7.31 - 8.13)" +keywords: +- Apache APISIX +- API 网关 +- 社区周报 +- 贡献者 +description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 +tags: [Community] +image: https://static.apiseven.com/uploads/2023/08/15/onL0VVoC_%E4%B8%AD%E6%96%87%E5%A4%B4%E5%9B%BE.png +--- + +> 我们近期对 Apache APISIX 的部分功能进行了修复或改善,包括增加 `chaitin-waf` 插件、增加为指定 SNI 配置 TLS 握手协议特性支持、YAML 配置文件支持从环境变量渲染配置、`Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset,详情请阅读本期双周报。 Review Comment: ```suggestion > 我们近期对 Apache APISIX 的部分功能进行了修复或改善,包括增加 `chaitin-waf` 插件、增加为指定 SNI 配置 TLS 握手协议特性支持、YAML 配置文件支持从环境变量渲染配置、`limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset,详情请阅读本期双周报。 ``` ########## blog/en/blog/2023/08/15/weekly-report.md: ########## @@ -0,0 +1,67 @@ +--- +title: "Biweekly Report (July 31 - August 13)" +keywords: +- Apache APISIX +- API Gateway +- Weekly Report +- Contributor +description: The Apache APISIX Community Biweekly Report can help community members better grasp the progress of the Apache APISIX community so that everyone can participate in the Apache APISIX community. +tags: [Community] +image: https://static.apiseven.com/uploads/2023/08/15/cOgKwDgK_%E8%8B%B1%E6%96%87%E5%A4%B4%E5%9B%BE.png +--- + +> We have recently made fixes and improvements to certain features of Apache APISIX. These include the addition of the `chaitin-waf` plugin, support for configuring TLS handshake protocol features for specified SNI, YAML configuration file support for rendering configurations from environment variables, and ensuring that the `Limit-count` plugin returns the correct X-RateLimit-Reset when rejecting requests. For more details, please refer to the current bi-weekly report. Review Comment: ```suggestion > We have recently made fixes and improvements to certain features of Apache APISIX. These include the addition of the `chaitin-waf` plugin, support for configuring TLS handshake protocol features for specified SNI, YAML configuration file support for rendering configurations from environment variables, and ensuring that the `limit-count` plugin returns the correct X-RateLimit-Reset when rejecting requests. For more details, please refer to the current bi-weekly report. ``` ########## blog/zh/blog/2023/08/02/15/weekly-report.md: ########## @@ -0,0 +1,67 @@ +--- +title: "社区双周报 (7.31 - 8.13)" +keywords: +- Apache APISIX +- API 网关 +- 社区周报 +- 贡献者 +description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 +tags: [Community] +image: https://static.apiseven.com/uploads/2023/08/15/onL0VVoC_%E4%B8%AD%E6%96%87%E5%A4%B4%E5%9B%BE.png +--- + +> 我们近期对 Apache APISIX 的部分功能进行了修复或改善,包括增加 `chaitin-waf` 插件、增加为指定 SNI 配置 TLS 握手协议特性支持、YAML 配置文件支持从环境变量渲染配置、`Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset,详情请阅读本期双周报。 + +<!--truncate--> + +## 导语 + +Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。 + +从 2023.7.31 - 2023.8.13,有 20 位开发者为 Apache APISIX 提交了 37 个 commit。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好! + +我们近期对部分功能进行了修复或改善,更新内容汇总如下: + +1. 增加 `chaitin-waf` 插件 + +2. 增加为指定 SNI 配置 TLS 握手协议特性支持 + +3. YAML 配置文件支持从环境变量渲染配置 + +4. `Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset + +“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 + +## 贡献者统计 + + + + + +## 近期亮点功能 + +### Apache APISIX + +- [增加 `chaitin-waf` 插件](https://github.com/apache/apisix/pull/9838)(贡献者:[lingsamuel](https://github.com/lingsamuel)) + +- [增加为指定 SNI 配置 TLS 握手协议特性支持](https://github.com/apache/apisix/pull/9903)(贡献者:[AlinsRan](https://github.com/AlinsRan)) + +- [YAML 配置文件支持从环境变量渲染配置](https://github.com/apache/apisix/pull/9855)(贡献者:[shreemaan-abhishek](https://github.com/shreemaan-abhishek)) + +- [`Limit-count` 插件在拒绝请求时返回正确的 X-RateLimit-Reset](https://github.com/apache/apisix/pull/9978)(贡献者:[jiangfucheng](https://github.com/jiangfucheng)) + +## 最新博客速览 + +- [Apache APISIX 3.4.1 正式发布](https://apisix.apache.org/zh/blog/2023/07/21/release-apache-apisix-3.4.1/) + + 我们很高兴地宣布 Apache APISIX 3.4.1 版本已经发布,其中包含了针对 JWT 的安全补丁。 + +- [APISIX 的出海征程势如破竹:APISIX 马来西亚 Meetup](https://apisix.apache.org/zh/blog/2023/07/12/2023-apisix-meetup-malaysia/) + + 近日,Apache APISIX 发起的技术盛宴,在马来西亚首都吉隆坡隆重开幕!活动由 API7(支流科技)与 N2N(N2N Connect Berhad,联圣)及 AMD(Advanced Micro Devices, Inc.,)联合举办,汇集了众多 API 网关技术领域的专家和爱好者。 + +- [Release Apache APISIX 3.4.0](https://apisix.apache.org/zh/blog/2023/06/30/release-apache-apisix-3.4.0/) + + 此版本提供了一个新的插件 loki-logger,可将日志转发到 Grafana Loki,并允许在路由级别上建立 mTLS 连接。此外,此版本还还引入了许多新的特性,旨在优化对 APISIX 的使用体验。 Review Comment: ```suggestion 此版本提供了一个新的插件 `loki-logger`,可将日志转发到 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]
