Gallardot commented on code in PR #1529: URL: https://github.com/apache/apisix-website/pull/1529#discussion_r1136734538
########## blog/zh/blog/2023/03/16/weekly-report-0216.md: ########## @@ -0,0 +1,51 @@ +--- +title: "社区双周报 (2.27 - 3.12)" +keywords: +- Apache APISIX +- API 网关 +- 社区周报 +- 贡献者 +description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 +tags: [Community] +image: https://static.apiseven.com/uploads/2023/03/14/zSVpVOqk_%E7%A4%BE%E5%8C%BA%E5%8F%8C%E5%91%A8%E6%8A%A5-%E5%A4%B4%E5%9B%BE-05%E6%9C%9F.png +--- + +> 从 2023.2.27 - 2023.3.12,有 29 位开发者为 Apache APISIX 提交了 74 个 commit。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好! + +<!--truncate--> + +## 导语 + +Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。 + +“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 + +## 贡献者统计 + + + + + +## 近期亮点功能 + +### Apache APISIX + +- [`clickhouse-logger` 插件添加记录请求体响应体特性支持](https://github.com/apache/apisix/pull/8722)(贡献者:[pixeldin](https://github.com/pixeldin)) + +- [Cli 启动模式添加从 `APISIX_DEPLOYMENT_ETCD_HOST` 环境变量中获取 etcd 主机支持](https://github.com/apache/apisix/pull/8898)(贡献者:[An-DJ](https://github.com/An-DJ)) + +- [增加 `degraphql` 插件,允许用户通过配置将请求映射至固定的 GraphQL 查询](https://github.com/apache/apisix/pull/8959)(贡献者:[spacewander](https://github.com/spacewander)) + +### Apache APISIX Ingress Controller + +- 为 APISIX Ingress 的自定义资源增加 IngressClass 支持,允许同一集群中同时部署多套 Ingress controller 并使用自定义资源。贡献者:[AlinsRan](https://github.com/AlinsRan),[lingsamuel](https://github.com/lingsamuel),[Donghui0](https://github.com/Donghui0),相关 PR: + +- [feat: make multiple controllers handle different ApisixRoute CRDs](https://github.com/apache/apisix/pull/8696) Review Comment: ```suggestion - [feat: make multiple controllers handle different ApisixRoute CRDs](https://github.com/apache/apisix-ingress-controller/pull/593) ``` -- 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]
