yzeng25 commented on code in PR #1950: URL: https://github.com/apache/apisix-website/pull/1950#discussion_r2311851447
########## blog/en/blog/2025/08/31/2025-august-monthly-report.md: ########## @@ -0,0 +1,119 @@ +--- +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 31, 16 contributors made 56 commits to Apache APISIX. We sincerely appreciate your contributions to Apache APISIX. Review Comment: ```suggestion From August 1st to August 31st, 16 contributors made 56 commits to Apache APISIX. We sincerely appreciate your contributions to Apache APISIX. ``` ########## blog/en/blog/2025/08/31/2025-august-monthly-report.md: ########## @@ -0,0 +1,119 @@ +--- +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 31, 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: + +1. refactors and improves the chunk decoding from the LLM backend into a separate sse.lua. + +2. 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. + +3. modifies the ai-request-rewrite plugin to leverage the `lua_body_filter` for writing the response. + +### 2. Allow Environment Variables in openid-connect Plugin + +PR: https://github.com/apache/apisix/pull/11451 + +Contributor: [darkSheep404](https://github.com/darkSheep404) + +### 3. Add Healthcheck Support for ai-proxy-multi Plugin + +PR: https://github.com/apache/apisix/pull/12509 + +Contributor: [Revolyssup](https://github.com/Revolyssup) + +This PR introduces health check support for the ai-proxy-multi plugin, ensuring traffic is routed to live, healthy AI backends. Healthcheck manager has been modified with the capability to use dynamically created upstreams via the resource key. Review Comment: ```suggestion This PR introduces health check support for the `ai-proxy-multi` plugin, ensuring traffic is routed to live, healthy AI backends. Healthcheck manager has been modified with the capability to use dynamically created upstreams via the resource key. ``` -- 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]
