kayx23 commented on code in PR #1950: URL: https://github.com/apache/apisix-website/pull/1950#discussion_r2312974036
########## blog/en/blog/2025/08/31/2025-august-monthly-report.md: ########## @@ -0,0 +1,113 @@ +--- +title: "2025 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.api7.ai/uploads/2025/08/29/dfR8DC8m_aug-monthly-report-cover-en.webp +--- + +> Recently, we've introduced and updated some new features, including adding ai-aliyun-content-moderation plugin and allowing environment variables in openid-connect plugin, etc. 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 August 1st to August 31st, 16 contributors made 56 commits to Apache APISIX. We sincerely appreciate your contributions to Apache APISIX. + +## Contributor Statistics + + + + + +## Feature Highlights + +### 1. Add `ai-aliyun-content-moderation` Plugin + +PR: https://github.com/apache/apisix/pull/12530 + +Contributor: [Revolyssup](https://github.com/Revolyssup) + +This PR introduces `ai-aliyun-content-moderation` plugin to perform content moderation on request and responses returned by LLM backends via aliyun. + +### 2. Refactor Chunk Decoding with `sse.lua` + +PR: https://github.com/apache/apisix/pull/12530 + +Contributor: [Revolyssup](https://github.com/Revolyssup) + +This PR also refactors and improves the chunk decoding from the LLM backend into a separate `sse.lua`. It introduces `lua_response_filter` to run `lua_body_filter` as defined by each plugin, because `lua_body_filter` can't be processed directly in AI responses, which are managed by APISIX. It also modifies the `ai-request-rewrite` plugin to leverage the `lua_body_filter` for writing the response. + +### 3. Allow Environment Variables in `openid-connect` Plugin + +PR: https://github.com/apache/apisix/pull/11451 + +Contributor: [darkSheep404](https://github.com/darkSheep404) Review Comment: No description for this section? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
