This is an automated email from the ASF dual-hosted git repository.

guoqi 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 bf729b78a2c docs: add bi-weekly report (1218-1231) (#1753)
bf729b78a2c is described below

commit bf729b78a2c50a0950bfea4c79c99b713633792c
Author: Jing Yan <[email protected]>
AuthorDate: Thu Jan 4 16:21:17 2024 +0800

    docs: add bi-weekly report (1218-1231) (#1753)
---
 blog/en/blog/2024/01/03/bi-weekly-report.md | 55 +++++++++++++++++++++++++++++
 blog/zh/blog/2024/01/03/bi-weekly-report.md | 54 ++++++++++++++++++++++++++++
 2 files changed, 109 insertions(+)

diff --git a/blog/en/blog/2024/01/03/bi-weekly-report.md 
b/blog/en/blog/2024/01/03/bi-weekly-report.md
new file mode 100644
index 00000000000..dceeba49a12
--- /dev/null
+++ b/blog/en/blog/2024/01/03/bi-weekly-report.md
@@ -0,0 +1,55 @@
+---
+title: "Biweekly Report (December 18 - December 31)"
+keywords: ["Apache APISIX", "API Gateway", "Weekly Report", "Contributor"]
+description: Our bi-weekly Apache APISIX community report is your window into 
the project's weekly developments. It is a tool to facilitate your seamless 
integration into the Apache APISIX community, ensuring that you stay 
well-informed and actively involved.
+tags: [Community]
+image: https://static.apiseven.com/uploads/2024/01/03/7NwLI3ky_ENG.png
+---
+
+> We have recently made some additions and improvements to specific features 
within Apache APISIX. The updates include the `limit-count` plugin 
configuration supporting environment variables, the `response-rewrite` plugin 
supporting gzip when using the filters.regex option, and upgrading OpenSSL 
1.1.1 to OpenSSL 3.0 version. For additional information, please consult the 
bi-weekly report.
+<!--truncate-->
+## Introduction
+
+From its inception, the Apache APISIX project has embraced the ethos of 
open-source community collaboration, propelling it into the ranks of the most 
active global open-source API gateway projects. The proverbial wisdom of 'Many 
hands make light work' rings true in our way, made possible by the collective 
dedication of our community.
+
+From 12.18 to 12.31, a total of 18 contributors made 32 commits to Apache 
APISIX. We sincerely appreciate your contributions to Apache APISIX.
+
+We have recently added and enhanced several plugins, and here is a summary of 
the updates:
+
+1. The `limit-count` plugin configuration supports environment variables
+
+2. The `response-rewrite` plugin supports gzip when using the filters.regex 
option
+
+3. Upgrade OpenSSL 1.1.1 to OpenSSL 3.0 version
+
+Our bi-weekly Apache APISIX community report is your window into the project's 
weekly developments. It is a tool to facilitate your seamless integration into 
the Apache APISIX community, ensuring that you stay well-informed and actively 
involved.
+
+## Contributor Statistics
+
+![Apache APISIX Contributors 
List](https://static.apiseven.com/uploads/2024/01/03/CPoS8MJV_Con.png)
+
+![Apache APISIX New 
Contributors](https://static.apiseven.com/uploads/2024/01/03/Cs8W4P1U_New.png)
+
+## Highlight of Recent Feature
+
+- [The `limit-count` plugin configuration supports environment 
variables](https://github.com/apache/apisix/pull/10607) (Contributor: 
[ikatlinsky](https://github.com/ikatlinsky))
+
+- [The `response-rewrite` plugin supports gzip when using the filters.regex 
option](https://github.com/apache/apisix/pull/10637) (Contributor: 
[yuweizzz](https://github.com/yuweizzz))
+
+- [Upgrade OpenSSL 1.1.1 to OpenSSL 3.0 
version](https://github.com/apache/apisix/pull/10724) (Contributor: 
[AlinsRan](https://github.com/AlinsRan))
+
+## Recent Blog Recommendations
+
+- [Enhancing Security and Performance: DataVisor's Dynamic Use of 
APISIX](https://apisix.apache.org/blog/2023/12/19/datavisor-uses-apisix/)
+
+  Author: Xiaobiao Zhao, DataVisor Senior Architect, Apache Kvrocks Committer, 
OpenResty and Apache APISIX Contributor. This article is based on a 
presentation given by Xiaobiao Zhao at the APISIX Shanghai Meetup in November 
2023.
+  
+- [Apache APISIX plugin priority, a leaky 
abstraction?](https://apisix.apache.org/blog/2023/12/14/apisix-plugins-priority-leaky-abstraction/)
+
+  Apache APISIX builds upon the OpenResty reverse-proxy to offer a 
plugin-based architecture. The main benefit of such an architecture is that it 
brings structure to the configuration of routes. It's a help at scale, when 
managing hundreds or thousands of routes.
+
+- [How to Supercharge Large-Scale Video Operations with 
APISIX](https://apisix.apache.org/blog/2023/12/14/migu-video-adopts-apisix/)
+
+  Author: Yu Xia, Senior DevOps Engineer at Migu Video Construction and 
Operation Center. This article is based on a presentation given by Yu Xia at 
the APISIX Shanghai Meetup in November 2023.
+
+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/2024/01/03/bi-weekly-report.md 
b/blog/zh/blog/2024/01/03/bi-weekly-report.md
new file mode 100644
index 00000000000..08af45dd705
--- /dev/null
+++ b/blog/zh/blog/2024/01/03/bi-weekly-report.md
@@ -0,0 +1,54 @@
+---
+title: "社区双周报 (12.18 - 12.31)"
+keywords: ["Apache APISIX", "API 网关", "社区周报", "贡献者"]
+description: Apache APISIX 社区的双周报旨在帮助社区成员更全面地了解社区的最新动态,方便大家参与到 Apache APISIX 
社区中来。
+tags: [Community]
+image: https://static.apiseven.com/uploads/2024/01/03/pvWf13vV_CHN.png
+---
+> 最近,我们新增并改进了 Apache APISIX 的部分功能,如 `limit-count` 
插件配置支持环境变量、`response-rewrite` 插件在使用 filters.regex 选项时支持 gzip、升级 OpenSSL 1.1.1 至 
OpenSSL 3.0 版本。详情请阅读本期双周报。
+<!--truncate-->
+## 导语
+
+Apache APISIX 项目始终秉承着开源社区协作的精神,自问世起便崭露头角,如今已经成为全球最活跃的开源 API 
网关项目之一。正如谚语所言,“众人拾柴火焰高”,这一辉煌成就,得益于整个社区伙伴的协同努力。
+
+从 2023.12.18 至 2023.12.31,有 18 名开发者提交了 32 个 commit,为 Apache APISIX 
做出了重要贡献。感谢这些伙伴们对 Apache APISIX 的无私支持!正是因为你们的付出,才能让 Apache APISIX 项目不断改进、提升和壮大。
+
+最近,我们对一些功能进行了新增和改进,更新内容总结如下:
+
+1. `limit-count` 插件配置支持环境变量
+
+2. `response-rewrite` 插件在使用 filters.regex 选项时支持 gzip
+
+3. 升级 OpenSSL 1.1.1 至 OpenSSL 3.0 版本
+
+Apache APISIX 社区的双周报旨在帮助社区成员更全面地了解社区的最新动态,方便大家参与到 Apache APISIX 社区中来。
+
+## 贡献者统计
+
+![贡献者名单](https://static.apiseven.com/uploads/2024/01/03/CPoS8MJV_Con.png)
+
+![新晋贡献者](https://static.apiseven.com/uploads/2024/01/03/Cs8W4P1U_New.png)
+
+## 近期亮点功能
+
+- [`limit-count` 
插件配置支持环境变量](https://github.com/apache/apisix/pull/10607)(贡献者:[ikatlinsky](https://github.com/ikatlinsky))
+
+- [`response-rewrite` 插件在使用 filters.regex 选项时支持 
gzip](https://github.com/apache/apisix/pull/10637)(贡献者:[yuweizzz](https://github.com/yuweizzz))
+
+- [升级 OpenSSL 1.1.1 至 OpenSSL 3.0 
版本](https://github.com/apache/apisix/pull/10724)(贡献者:[AlinsRan](https://github.com/AlinsRan))
+
+## 最新博客速览
+
+- [借力 APISIX 
的高可用,实现企业亿级流量](https://apisix.apache.org/zh/blog/2023/12/15/high-availability-of-apisix-and-api7/)
+
+  作者:王院生,支流科技联合创始人兼 CTO,Apache APISIX PMC 成员,《Apache APISIX 实战》作者。本文整理自 2023 年 
11 月王院生在 APISIX 上海 Meetup 的演讲。
+  
+- [政采云 APISIX 优化跨网 RPC 
性能实践](https://apisix.apache.org/zh/blog/2023/12/08/zhengcaiyun-uses-apisix/)
+
+  为解决数据跨网问题,政采云搭建了一条基于 Dubbo 的“高速公路”,同时采用了 APISIX 
作为中心网关,为网络路由、公共特性提供支持。本文将重点介绍政采云“高速公路”工程建设中如何优化网关和协议的性能以应对挑战。
+
+- [API 网关 APISIX 在 DataVisor 
的应用与实践](https://apisix.apache.org/zh/blog/2023/12/01/datavisor-uses-apisix/)
+
+  作者:赵晓彪,DataVisor 高级架构师,Apache Kvrocks Committer,OpenResty 及 Apache APISIX 
Contributor。本文整理自 2023 年 11 月赵晓彪在 APISIX 上海 Meetup 的演讲。
+
+Apache APISIX 的项目官网和 Github 上的 Issue 上已经积累了比较丰富的文档教程和使用经验,如果您遇到问题可以翻阅文档,用关键词在 
Issue 中搜索,也可以参与 Issue 上的讨论,提出自己的想法和实践经验。

Reply via email to