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

bzp2010 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 f62ca52ed96 blog: add Feb monthly-report (#1863)
f62ca52ed96 is described below

commit f62ca52ed960ad8eb180ac69074f6d89a955267d
Author: Yilia Lin <114121331+yilial...@users.noreply.github.com>
AuthorDate: Fri Feb 28 11:48:29 2025 +0800

    blog: add Feb monthly-report (#1863)
    
    Co-authored-by: Traky Deng <trakyd...@gmail.com>
---
 blog/en/blog/2025/02/28/monthly-report.md | 36 +++++++++++++++++++++++++++++++
 blog/zh/blog/2025/02/28/monthly-report.md | 36 +++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

diff --git a/blog/en/blog/2025/02/28/monthly-report.md 
b/blog/en/blog/2025/02/28/monthly-report.md
new file mode 100644
index 00000000000..b97ca1d7403
--- /dev/null
+++ b/blog/en/blog/2025/02/28/monthly-report.md
@@ -0,0 +1,36 @@
+---
+title: "Monthly Report (January 27 - February 28)"
+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.api7.ai/uploads/2025/02/28/83pU2BtD_feb-monthly-report-cover-en.png
+---
+
+> We have recently added some new features within Apache APISIX, including the 
`ai-proxy-multi` plugin that proxies to multiple LLM targets and 
`_meta.pre_function` that executes custom logic before the execution of each 
phase. 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 January 27 to February 28, 14 contributors made 39 commits to Apache 
APISIX. We sincerely appreciate your contributions to Apache APISIX.
+
+## Contributor Statistics
+
+![Apache APISIX Contributors 
List](https://static.api7.ai/uploads/2025/02/28/JaHy54nf_feb-contributors.png)
+
+![New Contributors 
List](https://static.api7.ai/uploads/2025/02/28/5UPWs6yG_feb-new-contributors.jpg)
+
+## Recent Feature Highlight
+
+1. [Support `_meta.pre_function` to execute custom logic before execution of 
each phase](https://github.com/apache/apisix/pull/11793) (Contributor: 
[Revolyssup](https://github.com/Revolyssup))
+
+Add `pre_function` to `_meta` of the plugin to allow some personalized code to 
run before all plugins run. For example, register personalized variables so 
that these temporary variables can be referenced and used in the plugin.
+
+2. [Support `ai-proxy-multi` 
Plugin](https://github.com/apache/apisix/pull/11986) (Contributor: 
[shreemaan-abhishek](https://github.com/shreemaan-abhishek))
+
+The `ai-proxy-multi` plugin allows configuring multiple LLM targets for load 
balancing and retries.
+
+## Conclusion
+
+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/2025/02/28/monthly-report.md 
b/blog/zh/blog/2025/02/28/monthly-report.md
new file mode 100644
index 00000000000..81d8b8e1b28
--- /dev/null
+++ b/blog/zh/blog/2025/02/28/monthly-report.md
@@ -0,0 +1,36 @@
+---
+title: "社区月报 (01.27 - 02.28)"
+keywords: ["Apache APISIX", "API 网关", "社区月报", "贡献者"]
+description: Apache APISIX 社区的月报旨在帮助社区成员更全面地了解社区的最新动态,方便大家参与到 Apache APISIX 
社区中来。
+tags: [Community]
+image: 
https://static.api7.ai/uploads/2025/02/28/b84ROEay_feb-monthly-report-cover-cn.png
+---
+
+> 最近,我们新增了 Apache APISIX 的部分功能,如支持 `ai-proxy-multi` 插件,以及支持 
`_meta.pre_function` 在各个阶段前执行自定义逻辑。有关更多细节,请阅读本期月报。
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 项目始终秉承着开源社区协作的精神,自问世起便崭露头角,如今已经成为全球最活跃的开源 API 
网关项目之一。正如谚语所言,“众人拾柴火焰高”,这一辉煌成就,得益于整个社区伙伴的协同努力。
+
+从 2025.01.27 至 2025.02.28,有 14 名开发者提交了 39 个 commits,为 Apache APISIX 
做出了重要贡献。感谢这些伙伴们对 Apache APISIX 的无私支持!正是因为你们的付出,才能让 Apache APISIX 项目不断改进、提升和壮大。
+
+## 贡献者统计
+
+![贡献者名单](https://static.api7.ai/uploads/2025/02/28/JaHy54nf_feb-contributors.png)
+
+![新晋贡献者](https://static.api7.ai/uploads/2025/02/28/5UPWs6yG_feb-new-contributors.jpg)
+
+## 近期亮点功能
+
+1. [支持 `_meta.pre_function` 
在各个阶段前执行自定义逻辑](https://github.com/apache/apisix/pull/11793) 
(贡献者:[Revolyssup](https://github.com/Revolyssup))
+
+将 `pre_function` 添加到插件元数据中,以允许一些个性化代码在所有插件运行之前运行。比如注册个性化变量,以便插件中可以引用和使用这些临时变量。
+
+2. [支持 `ai-proxy-multi` 
插件](https://github.com/apache/apisix/pull/11986)(贡献者:[shreemaan-abhishek](https://github.com/shreemaan-abhishek))
+
+`ai-proxy-multi` 插件允许配置多个 LLM 目标以实现负载均衡和重试。
+
+## 结语
+
+Apache APISIX 的项目[官网](https://apisix.apache.org/zh/)和 Github 上的 
[Issues](https://github.com/apache/apisix/issues) 
上已经积累了比较丰富的文档教程和使用经验,如果您遇到问题可以翻阅文档,用关键词在 Issues 中搜索,也可以参与 Issues 
上的讨论,提出自己的想法和实践经验。

Reply via email to