This is an automated email from the ASF dual-hosted git repository.
traky 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 c54643cb809 blog: add 2026 March monthly report (#2014)
c54643cb809 is described below
commit c54643cb809b7fbe33b663e8dd5dbd63cef93ccb
Author: Yilia Lin <[email protected]>
AuthorDate: Thu Apr 9 11:36:04 2026 +0800
blog: add 2026 March monthly report (#2014)
* blog: add 2026 March monthly report
* update
* Update blog/zh/blog/2026/03/31/2026-mar-monthly-report.md
Co-authored-by: Copilot <[email protected]>
* Update blog/zh/blog/2026/03/31/2026-mar-monthly-report.md
Co-authored-by: Copilot <[email protected]>
* Update blog/en/blog/2026/03/31/2026-mar-monthly-report.md
Co-authored-by: Copilot <[email protected]>
* Update blog/zh/blog/2026/03/31/2026-mar-monthly-report.md
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>
---
blog/en/blog/2026/03/31/2026-mar-monthly-report.md | 63 ++++++++++++++++++++++
blog/zh/blog/2026/03/31/2026-mar-monthly-report.md | 63 ++++++++++++++++++++++
2 files changed, 126 insertions(+)
diff --git a/blog/en/blog/2026/03/31/2026-mar-monthly-report.md
b/blog/en/blog/2026/03/31/2026-mar-monthly-report.md
new file mode 100644
index 00000000000..2bf12203ed1
--- /dev/null
+++ b/blog/en/blog/2026/03/31/2026-mar-monthly-report.md
@@ -0,0 +1,63 @@
+---
+title: "2026 Monthly Report (March 01 - March 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.api7.ai/uploads/2026/04/09/nfqoLi8d_2026-03-monthly-report-cover-en.webp
+---
+
+> Recently, we've introduced and updated some new features, including
rejecting unknown plugin configurations in standalone mode, adding
`max_body_bytes` and `resp_body_bytes` attributes to logger plugins, and
supporting secrets in `clickhouse-logger` plugin. For more details, please read
this month's newsletter.
+
+<!--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 March 1st to March 31st, 14 contributors made 32 commits to Apache
APISIX. We sincerely appreciate your contributions to Apache APISIX.
+
+## Contributor Statistics
+
+
+
+
+
+## Good First Issue
+
+### Issue #13108
+
+**Link**: https://github.com/apache/apisix/issues/13108
+
+**Description**: The `config.yaml.example` file is missing some AI plugins
(`ai-request-rewrite` and `ai-aliyun-content-moderation`) and has incorrect
priority ordering in the AI plugins section. For example, `ai-prompt-guard`
(priority 1072) is listed after `ai-prompt-template` (priority 1071), which
breaks the expected descending priority order.
+
+**Expected Behavior**: All AI plugins registered in `apisix/cli/config.lua`
should be listed in `config.yaml.example`, and they should be sorted in
descending order by priority.
+
+## Feature Highlights
+
+### 1. Reject Configurations with Unknown Plugins in Standalone Mode
+
+PR: https://github.com/apache/apisix/pull/13046
+
+Contributor: [shreemaan-abhishek](https://github.com/shreemaan-abhishek)
+
+This PR adds validation in APISIX's standalone mode to reject configurations
that reference unknown or unregistered plugins. Previously, configuring an
unknown plugin in `apisix.yaml` would not trigger any error, potentially
leading to silent misconfigurations. Now APISIX will explicitly reject such
configurations, helping users catch typos or misconfigured plugin names early.
+
+### 2. Add `max_body_bytes` and `resp_body_bytes` Attributes to Logger Plugins
+
+PR: https://github.com/apache/apisix/pull/13034
+
+Contributor: [janiussyafiq](https://github.com/janiussyafiq)
+
+This PR synchronizes the `max_body_bytes` and `resp_body_bytes` attributes
across multiple logger plugins, including `http-logger`, `skywalking-logger`,
`tcp-logger`, `rocketmq-logger`, `udp-logger`, `clickhouse-logger`, `syslog`,
`sls-logger`, `file-logger`, `loggly`, `elasticsearch-logger`,
`tencent-cloud-cls`, and `loki-logger`. These attributes allow users to control
the maximum size of request and response bodies captured in logs, improving
consistency across all logger plugins.
+
+### 3. Support Secrets in `clickhouse-logger` Plugin
+
+PR: https://github.com/apache/apisix/pull/12951
+
+Contributor: [vlad-vinogradov-47](https://github.com/vlad-vinogradov-47)
+
+This PR adds secrets management support to the `clickhouse-logger` plugin,
allowing users to store sensitive credential information (such as username and
password) in environment variables or HashiCorp Vault instead of hardcoding
them in the plugin configuration. This enhances security by keeping credentials
out of configuration files.
+
+## 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/2026/03/31/2026-mar-monthly-report.md
b/blog/zh/blog/2026/03/31/2026-mar-monthly-report.md
new file mode 100644
index 00000000000..08449185014
--- /dev/null
+++ b/blog/zh/blog/2026/03/31/2026-mar-monthly-report.md
@@ -0,0 +1,63 @@
+---
+title: "2026 社区月报 (03.01 - 03.31)"
+keywords: ["Apache APISIX", "API 网关", "社区月报", "贡献者"]
+description: Apache APISIX 社区的月报旨在帮助社区成员更全面地了解社区的最新动态,方便大家参与到 Apache APISIX
社区中来。
+tags: [Community]
+image:
https://static.api7.ai/uploads/2026/04/09/U5gntpTT_2026-03-monthly-report-cover-cn.webp
+---
+
+> 最近,我们引入并更新了一些新功能,包括在 Standalone 模式下拒绝配置未知插件、为日志插件添加 `max_body_bytes` 和
`resp_body_bytes` 属性,以及在 `clickhouse-logger` 插件中支持使用密钥管理等。有关更多细节,请阅读本期月报。
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 项目始终秉承着开源社区协作的精神,自问世起便崭露头角,如今已经成为全球最活跃的开源 API
网关项目之一。正如谚语所言,“众人拾柴火焰高”,这一辉煌成就,得益于整个社区伙伴的协同努力。
+
+从 2026.03.01 至 2026.03.31,有 14 名开发者提交了 32 个 commits,为 Apache APISIX
做出了重要贡献。感谢这些伙伴们对 Apache APISIX 的无私支持!正是因为你们的付出,才能让 Apache APISIX 项目不断改进、提升和壮大。
+
+## 贡献者统计
+
+
+
+
+
+## Good First Issue
+
+### Issue #13108
+
+**链接**:https://github.com/apache/apisix/issues/13108
+
+**问题描述**:`config.yaml.example` 文件中缺少部分 AI 插件(`ai-request-rewrite` 和
`ai-aliyun-content-moderation`),且 AI 插件部分的优先级排序不正确。例如,`ai-prompt-guard`(优先级
1072)被排在了 `ai-prompt-template`(优先级 1071)之后,不符合预期的降序排列。
+
+**预期结果**:所有在 `apisix/cli/config.lua` 中注册的 AI 插件都应列入
`config.yaml.example`,并按优先级降序排列。
+
+## 近期亮点功能
+
+### 1. 在 Standalone 模式下拒绝配置未知插件
+
+相关 PR:https://github.com/apache/apisix/pull/13046
+
+贡献者:[shreemaan-abhishek](https://github.com/shreemaan-abhishek)
+
+本 PR 为 APISIX 的 Standalone 模式新增校验逻辑,当配置中引用了未知或未注册的插件时将直接拒绝该配置。此前在
`apisix.yaml` 中配置未知插件不会触发任何错误,可能导致静默的配置错误。现在 APISIX
会明确拒绝此类配置,帮助用户尽早发现插件名拼写错误或配置异常。
+
+### 2. 为日志插件添加 `max_body_bytes` 和 `resp_body_bytes` 属性
+
+相关 PR:https://github.com/apache/apisix/pull/13034
+
+贡献者:[janiussyafiq](https://github.com/janiussyafiq)
+
+本 PR 将 `max_body_bytes` 和 `resp_body_bytes` 属性同步至多个日志插件,包括
`http-logger`、`skywalking-logger`、`tcp-logger`、`rocketmq-logger`、`udp-logger`、`clickhouse-logger`、`syslog`、`sls-logger`、`file-logger`、`loggly`、`elasticsearch-logger`、`tencent-cloud-cls`
和 `loki-logger`。这些属性允许用户控制日志中捕获的请求和响应体的最大大小,提升了所有日志插件的配置一致性。
+
+### 3. `clickhouse-logger` 插件支持使用密钥管理
+
+相关 PR:https://github.com/apache/apisix/pull/12951
+
+贡献者:[vlad-vinogradov-47](https://github.com/vlad-vinogradov-47)
+
+本 PR 为 `clickhouse-logger` 插件新增密钥管理支持,允许用户将敏感的凭证信息(如用户名和密码)存储在环境变量或 HashiCorp
Vault 中,而无需在插件配置中硬编码。这一改进增强了安全性,避免凭证信息暴露在配置文件中。
+
+## 结语
+
+Apache APISIX 的项目[官网](https://apisix.apache.org/zh/)和 GitHub 上的
[Issues](https://github.com/apache/apisix/issues)
上已经积累了比较丰富的文档教程和使用经验,如果您遇到问题可以翻阅文档,用关键词在 Issues 中搜索,也可以参与 Issues
上的讨论,提出自己的想法和实践经验。