Recently, we've introduced a new feature that adds a validate API to standalone mode. For more details, please read this month's newsletter.
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 November 1st to November 30th, 15 contributors made 41 commits to Apache APISIX. We sincerely appreciate your contributions to Apache APISIX.
Contributor Statistics


Feature Highlight
Add Validate API to Standalone Mode
PR: https://github.com/apache/apisix/pull/12718
Contributor: Revolyssup
This PR introduces a validate API to standalone mode. The validate API checks the configuration input without saving it to memory. It allows the APISIX Ingress Controller to verify the CRD-converted plugin configurations before applying them, preventing runtime failures.
Recommended Blogs
We are glad to release Apache APISIX 3.14.1 with a bug fix to improve user experiences.
This release introduces several new features, including new AI proxy variables for logging, support for AI/ML API providers in AI plugins, route matching based on the request body, support for the KSUID algorithm in the
request-idplugin, and more.