This is an automated email from the ASF dual-hosted git repository. young 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 ff7e48d594e docs:Add biweekly report (#1644) ff7e48d594e is described below commit ff7e48d594ec6972358048465634a7e48af8aec1 Author: Qizeng-api7 <129834194+qizeng-a...@users.noreply.github.com> AuthorDate: Thu Jul 20 11:18:42 2023 +0800 docs:Add biweekly report (#1644) Co-authored-by: Yilia <114121331+yilial...@users.noreply.github.com> --- blog/en/blog/2023/07/18/weekly-report.md | 67 ++++++++++++++++++++++++++++++++ blog/zh/blog/2023/07/18/weekly-report.md | 63 ++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+) diff --git a/blog/en/blog/2023/07/18/weekly-report.md b/blog/en/blog/2023/07/18/weekly-report.md new file mode 100644 index 00000000000..2ba27cb626f --- /dev/null +++ b/blog/en/blog/2023/07/18/weekly-report.md @@ -0,0 +1,67 @@ +--- +title: "Biweekly Report (July 03 - July 16)" +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/17/shxmVhkq_%E8%8B%B1%E6%96%87%E5%A4%B4%E5%9B%BE.png +--- + +> We have recently fixed and improved some features of Apache APISIX, including updates to the mock plugin which now supports adding headers, resolution of an error in the limit-count plugin when using the http variable in stream mode, fixing a cache key conflict issue in the etcd watch implementation, and the addition of a new feature to the admin API that allows forceful deletion of resources using the "force" parameter. Meanwhile, We are pleased to present Apache APISIX 3.4.0 with exc [...] + +<!--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.03 to 7.16, 21 contributors submitted 45 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. The mock plugin now supports adding headers. + +2. Fixed an issue in the limit-count plugin where using the http variable in stream mode caused errors. + +3. Fixed a cache key conflict issue in the etcd watch implementation. + +4. Added a new feature to the admin API that allows forceful deletion of resources using the "force" parameter. + +"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 + +- [Mock plugin now supports adding headers](https://github.com/apache/apisix/pull/9720) (Contributor: [shreemaan-abhishek](https://github.com/shreemaan-abhishek)) + +- [Fixed the issue of using the http variable in stream mode causing errors in the limit-count plugin](https://github.com/apache/apisix/pull/9816) (Contributor: [Sn0rt](https://github.com/Sn0rt)) + +- [Fixed the conflict issue of update_count in etcd watch implementation](https://github.com/apache/apisix/pull/9811) (Contributor: [kingluo](https://github.com/kingluo)) + +- [Added the ability to force delete resources through the admin API](https://github.com/apache/apisix/pull/9810) (Contributor: [lingsamuel](https://github.com/lingsamuel)) + +## Recent Blog Recommendations + +- [Accelerating API Gateway Excellence: Apache APISIX Community Meetup in Malaysia](https://apisix.apache.org/blog/2023/07/11/2023-apisix-meetup-malaysia/) + + Kuala Lumpur, the capital of Malaysia, witnessed the success of the 2023 APISIX open-source Community Meetup on July 4th. + +- [Release Apache APISIX 3.4.0](https://apisix.apache.org/blog/2023/06/30/release-apache-apisix-3.4.0/) + + This release provides a new plugin loki-logger to forward logs to Grafana 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. + +- [Connecting IoT Devices to the Cloud with APISIX MQTT Proxy](https://apisix.apache.org/blog/2023/06/30/apisix-mqtt-proxy/) + + APISIX's support for stream routes and, in extension, the MQTT protocol is often overlooked. Let's change this by looking at an end-to-end example of how APISIX can act as an MQTT proxy. + +A wealth of documentation tutorials and experience has been accumulated on the Apache APISIX official website and GitHub. If you encounter problems, you can look into the documentation, search keywords in the issues, or participate in the discussion on the issues, proposing your own ideas and practical experience. diff --git a/blog/zh/blog/2023/07/18/weekly-report.md b/blog/zh/blog/2023/07/18/weekly-report.md new file mode 100644 index 00000000000..fddfaa3ed4f --- /dev/null +++ b/blog/zh/blog/2023/07/18/weekly-report.md @@ -0,0 +1,63 @@ +--- +title: "社区双周报 (7.03 - 7.16)" +keywords: +- Apache APISIX +- API 网关 +- 社区周报 +- 贡献者 +description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 +tags: [Community] +image: https://static.apiseven.com/uploads/2023/07/17/shxmVhkq_%E8%8B%B1%E6%96%87%E5%A4%B4%E5%9B%BE.png +--- + +> 我们近期对 Apache APISIX 的部分功能进行了修复或改善,包括优化 mock 插件、修复 limit-count 插件、解决缓存键冲突、增加通过 force 参数进行强制删除的功能,详情请阅读本期双周报。与此同时,我们还发布了 Apache APISIX 3.4.0。它的功能更加强大,性能更加优越。 + +<!--truncate--> + +## 导语 + +Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。 + +从 2023.7.03 - 2023.7.16,有 21 位开发者为 Apache APISIX 提交了 45 个 commit。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好! + +我们近期对部分功能进行了修复或改善,更新内容汇总如下: + +1. mock 插件支持添加 header + +2. 修复 limit-count 插件在 stream 代理模式下使用 http 模式变量报错问题 + +3. 修复 update_count 重置导致的缓存键冲突问题 + +4. admin API 增加通过 force 参数强制删除资源特性 + +“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。 + +## 贡献者统计 + + + + + +## 近期亮点功能 + +### Apache APISIX + +- [mock 插件支持添加 header](https://github.com/apache/apisix/pull/9720)(贡献者:[shreemaan-abhishek](https://github.com/shreemaan-abhishek)) + +- [修复 limit-count 插件在 stream 代理模式下使用 http 模式变量报错问题](https://github.com/apache/apisix/pull/9816)(贡献者:[Sn0rt](https://github.com/Sn0rt)) + +- [修复 update_count 重置导致的缓存键冲突问题](https://github.com/apache/apisix/pull/9811)(贡献者:[kingluo](https://github.com/kingluo)) + +- [admin API 增加通过 force 参数强制删除资源特性](https://github.com/apache/apisix/pull/9810)(贡献者:[lingsamuel](https://github.com/lingsamuel)) + +## 最新博客速览 + +- [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 的使用体验。 + +Apache APISIX 的项目官网和 Github 上的 Issue 上已经积累了比较丰富的文档教程和使用经验,如果您遇到问题可以翻阅文档,用关键词在 Issue 中搜索,也可以参与 Issue 上的讨论,提出自己的想法和实践经验。