Yilialinn commented on code in PR #1633: URL: https://github.com/apache/apisix-website/pull/1633#discussion_r1255334924
########## blog/en/blog/2023/07/05/weekly-report.md: ########## @@ -0,0 +1,55 @@ +--- +title: "Biweekly Report (June 19 - July 05)" +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/07/03/o1PFlwn0_%E7%A4%BE%E5%8C%BA%E5%8F%8C%E5%91%A8%E6%8A%A5-%E5%85%AC%E4%BC%97%E5%8F%B7%E5%A4%B4%E5%9B%BE-%E8%8B%B1%E6%96%87.png +--- + +> We have recently fixed and improved some features of Apache APISIX, please read this blog for details! + +<!--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 6.19 to 7.02, 22 contributors submitted 35 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. APISIX now allows customizing Prometheus default bucket. + +2. Fixed the problem that `body-transformer` plugin cannot convert empty tables properly. + +3. Fixed the issue that `max_kept` configuration of the `log-rotate` plugin does not work when using a custom name. + +4. With recently added `annotation`, APISIX Ingress now allows rewriting of response headers. + +"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 + +- [APISIX allows customizing prometheus default bucket](https://github.com/apache/apisix/pull/9673) (Contributor: [jiangfucheng](https://github.com/jiangfucheng)) + +- [Fix the problem that body-transformer plugin cannot convert empty tables properly](https://github.com/apache/apisix/pull/9669) (Contributor: [kingluo](https://github.com/kingluo)) + +- [Fix the issue that max_kept configuration of the log-rotate plugin does not work when using a custom name](https://github.com/apache/apisix/pull/9749) (Contributor: [monkeyDluffy6017](https://github.com/monkeyDluffy6017)) + +### Apache APISIX Ingress Review Comment: ```suggestion ### Apache APISIX Ingress Controller ``` ########## blog/zh/blog/2023/07/05/weekly-report.md: ########## @@ -0,0 +1,55 @@ +--- +title: "社区双周报 (6.19 - 7.02)" +keywords: +- Apache APISIX +- API 网关 +- 社区周报 +- 贡献者 +description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 +tags: [Community] +image: https://static.apiseven.com/uploads/2023/07/03/eFGYTgLd_%E7%A4%BE%E5%8C%BA%E5%8F%8C%E5%91%A8%E6%8A%A5-%E5%85%AC%E4%BC%97%E5%8F%B7%E5%A4%B4%E5%9B%BE-%E4%B8%AD%E6%96%87.png +--- + +> 我们近期对 Apache APISIX 的部分功能进行了修复或改善,详情请阅读本期双周报。 + +<!--truncate--> + +## 导语 + +Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。 + +从 2023.6.19 - 2023.7.02,有 22 位开发者为 Apache APISIX 提交了 35 个 commit。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好! + +我们近期对部分功能进行了修复或改善,更新内容汇总如下: + +1. APISIX 允许自定义 Prometheus 默认 bucket。 + +2. 修复 `body-transformer` 插件无法正常转换空的 table 问题。 + +3. 修复使用自定义名称时 `log-rotate` 插件的 `max_kept` 配置无法生效问题。 + +4. APISIX Ingress 新增 `annotation` 允许重写 response header。 + +“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 + +## 贡献者统计 + + + + + +## 近期亮点功能 + +### Apache APISIX + +- [APISIX 允许自定义 prometheus 默认 bucket](https://github.com/apache/apisix/pull/9673)(贡献者:[jiangfucheng](https://github.com/jiangfucheng)) + +- [修复 body-transformer 插件无法正常转换空的 table 问题](https://github.com/apache/apisix/pull/9669)(贡献者:[kingluo](https://github.com/kingluo)) + +- [修复使用自定义名称时 log-rotate 插件的 max_kept 配置无法生效问题](https://github.com/apache/apisix/pull/9749)(贡献者:[monkeyDluffy6017](https://github.com/monkeyDluffy6017)) + +### Apache APISIX Ingress Review Comment: ```suggestion ### Apache APISIX Ingress Controller ``` -- 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]
