We have recently made some additions and improvements to specific features within Apache APISIX. The main improvements include the addition of
ai-content-moderation
andai-rag
plugins, and a total request panel in the Grafana dashboard among other enhancements. For detailed information, please read the bi-monthly report.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 October 1 to November 30, 9 contributors made 29 commits to Apache APISIX. We sincerely appreciate your contributions to Apache APISIX.
Contributor Statistics
Recent Feature Highlights
- Refactor
google-cloud-logging
Plugin (Contributor: HuanXin-Chen)
This PR changed scope
into scopes
according to OAuth2/OIDC rules. It also replaced google-cloud-logging/oauth.lua
with utils/google-cloud-oauth.lua
.
- Add
ai-content-moderation
Plugin (Contributor: shreemaan-abhishek)
The ai-prompt-decorator
plugin simplifies access to LLM providers, such as OpenAI and Anthropic, and their models by appending or prepending prompts into the request.
- Add
ai-rag
Plugin(Contributor: shreemaan-abhishek)
Implement the ai-rag
plugin that uses RAG (Retrieval Augmented Generation), to return information about untrained events/facts from LLMs.
- Add Total Request Panel in Grafana Dashboard (Contributor: Revolyssup)
As the Grafana dashboard only has panels for RPS per status code and RPS per service/route, this PR also adds a total RPS panel for the overview of RPS changes.
- Use
setmetatable
to Set Hidden Variables without Effecting Serialisation inbody-transformer
Plugin (Contributor: Revolyssup)
Users hope to directly use the decoded body in the template of body-transformer
plugin, modify its fields, and then encode it again.
Configuring key_claim_name
in the JWT plugin is essential for specifying which claim in the JWT contains the key that identifies the secret used for validating the token.
- Suppress Error Log in Multi-Authentication When One Authentication Succeeds (Contributor: shreemaan-abhishek)
When using multiple authentication plugins, even if one authentication plugin passes verification while others fail, an error log is still recorded, which can confuse the user. This PR fixes the logic so that if any one of the authentication plugins passes, no error log will be recorded.
The official website and GitHub 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.