We have recently added some new features within Apache APISIX, including the
ai-proxy-multiplugin that proxies to multiple LLM targets and_meta.pre_functionthat executes custom logic before the execution of each phase. For detailed information, please read the 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 January 27 to February 28, 14 contributors made 39 commits to Apache APISIX. We sincerely appreciate your contributions to Apache APISIX.
Contributor Statistics


Recent Feature Highlight
- Support
_meta.pre_functionto execute custom logic before execution of each phase (Contributor: Revolyssup)
Add pre_function to _meta of the plugin to allow some personalized code to run before all plugins run. For example, register personalized variables so that these temporary variables can be referenced and used in the plugin.
- Support
ai-proxy-multiPlugin (Contributor: shreemaan-abhishek)
The ai-proxy-multi plugin allows configuring multiple LLM targets for load balancing and retries.
Conclusion
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.