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 94f0236934b blog: add Aug monthly-report (#1821)
94f0236934b is described below

commit 94f0236934b6fda568e13de9da4757f0c332dc19
Author: Yilia Lin <[email protected]>
AuthorDate: Mon Sep 2 12:00:12 2024 +0800

    blog: add Aug monthly-report (#1821)
---
 blog/en/blog/2024/08/31/monthly-report.md | 41 +++++++++++++++++++++++++++++++
 blog/zh/blog/2024/08/31/monthly-report.md | 31 +++++++++++++++++++++++
 2 files changed, 72 insertions(+)

diff --git a/blog/en/blog/2024/08/31/monthly-report.md 
b/blog/en/blog/2024/08/31/monthly-report.md
new file mode 100644
index 00000000000..6acc50ada7f
--- /dev/null
+++ b/blog/en/blog/2024/08/31/monthly-report.md
@@ -0,0 +1,41 @@
+---
+title: "Monthly Report (August 01 - August 31)"
+keywords: ["Apache APISIX", "API Gateway", "Monthly Report", "Contributor"]
+description: Our monthly Apache APISIX community report generates insights 
into the project's monthly developments. The reports provide a pathway into the 
Apache APISIX community, ensuring that you stay well-informed and actively 
involved.
+tags: [Community]
+image: https://static.apiseven.com/uploads/2024/08/30/VoTAlVBX_aug-cover-en.png
+---
+
+> We have recently made some additions and improvements to specific features 
within Apache APISIX. The main improvements include adding ai-prompt-template 
plugin and supporting AWS Secrets Manager. For detailed information, please 
read the monthly 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 
'teamwork makes the dream work' rings true in our way and is made possible by 
the collective effort of our community.
+
+From August 1 to August 31, a total of 16 contributors made 25 commits to 
Apache APISIX. We sincerely appreciate your contributions to Apache APISIX.
+
+## Contributor Statistics
+
+![Apache APISIX Contributors 
List](https://static.apiseven.com/uploads/2024/08/30/rjB3aezA_aug-cntributors.png)
+
+![Apache APISIX New 
Contributors](https://static.apiseven.com/uploads/2024/08/30/CxoRAI3y_aug-new-contributors.png)
+
+## Recent Feature Highlight
+
+- [Add ai-prompt-template 
Plugin](https://github.com/apache/apisix/pull/11517)(Contributor: 
[shreemaan-abhishek](https://github.com/shreemaan-abhishek))
+
+- [Support AWS Secrets 
Manager](https://github.com/apache/apisix/pull/11417)(Contributor: 
[HuanXin-Chen](https://github.com/HuanXin-Chen))
+
+## Recent Blog Recommendations
+
+- [Differentiating rate limits in Apache 
APISIX](https://apisix.apache.org/blog/2024/07/25/different-rate-limits-apisix/)
+
+  This post examines the implementation of rate limiting using Apache APISIX. 
The rate limit is first applied to a specific route, then transitioned to 
individual consumers, and finally to consumer groups, allowing all members of a 
group to share a common "pool."
+  
+- [Free tier API with Apache 
APISIX](https://apisix.apache.org/blog/2024/08/01/free-tier-api-apisix/)
+
+  In this day and age, most services are online and accessible via an API. A 
free tier is a must for any API service provider worth its salt. In this blog, 
a free tier with Apache APISIX is implemented.
+
+The [official website](https://apisix.apache.org/) and [GitHub 
Issues](https://github.com/apache/apisix/issues) of Apache APISIX provide a 
wealth of documentation of tutorials and real-world use cases. If you encounter 
any issues, you can refer to the documentation, search for keywords in Issues, 
or participate in discussions on Issues to share your ideas and practical 
experiences.
diff --git a/blog/zh/blog/2024/08/31/monthly-report.md 
b/blog/zh/blog/2024/08/31/monthly-report.md
new file mode 100644
index 00000000000..7bf51b0edaf
--- /dev/null
+++ b/blog/zh/blog/2024/08/31/monthly-report.md
@@ -0,0 +1,31 @@
+---
+title: "社区月报 (08.01 - 08.31)"
+keywords: ["Apache APISIX", "API 网关", "社区月报", "贡献者"]
+description: Apache APISIX 社区的月报旨在帮助社区成员更全面地了解社区的最新动态,方便大家参与到 Apache APISIX 
社区中来。
+tags: [Community]
+image: https://static.apiseven.com/uploads/2024/08/30/ocmlhcfS_aug-cover-cn.png
+---
+
+> 最近,我们新增并改进了 Apache APISIX 的部分功能,包括新增 ai-prompt-template 插件和支持 AWS Secrets 
Manager。有关更多功能新亮点,请阅读本期月报。
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 项目始终秉承着开源社区协作的精神,自问世起便崭露头角,如今已经成为全球最活跃的开源 API 
网关项目之一。正如谚语所言,“众人拾柴火焰高”,这一辉煌成就,得益于整个社区伙伴的协同努力。
+
+从 2024.08.01 至 2024.08.31,有 16 名开发者提交了 25 个 commit,为 Apache APISIX 
做出了重要贡献。感谢这些伙伴们对 Apache APISIX 的无私支持!正是因为你们的付出,才能让 Apache APISIX 项目不断改进、提升和壮大。
+
+## 贡献者统计
+
+![贡献者名单](https://static.apiseven.com/uploads/2024/08/30/rjB3aezA_aug-cntributors.png)
+
+![新晋贡献者](https://static.apiseven.com/uploads/2024/08/30/CxoRAI3y_aug-new-contributors.png)
+
+## 近期亮点功能
+
+- [新增 ai-prompt-template 
插件](https://github.com/apache/apisix/pull/11517)(贡献者:[shreemaan-abhishek](https://github.com/shreemaan-abhishek))
+
+- [支持 AWS Secrets 
Manager](https://github.com/apache/apisix/pull/11417)(贡献者:[HuanXin-Chen](https://github.com/HuanXin-Chen))
+
+Apache APISIX 的项目[官网](https://apisix.apache.org/zh/)和 Github 上的 
[Issues](https://github.com/apache/apisix/issues) 
上已经积累了比较丰富的文档教程和使用经验,如果您遇到问题可以翻阅文档,用关键词在 Issues 中搜索,也可以参与 Issues 
上的讨论,提出自己的想法和实践经验。

Reply via email to