We have recently made some additions and improvements to specific features within Apache APISIX. The updates include the newly added includereq_body option for some log-related plugins, supporting one-click compilation and installation of apisix and apisix-runtime from source code, the
response-rewrite
plugin supporting Brotli compression when using the filters.regex option, and supporting the uri_param variable when using the radixtree_uri_with_parameter routing engine. For additional information, please consult the bi-weekly 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 'Many hands make light work' rings true in our way, made possible by the collective dedication of our community.
From 01.01 to 01.14, a total of 20 contributors made 32 commits to Apache APISIX. We sincerely appreciate your contributions to Apache APISIX.
We have recently added and enhanced several plugins, and here is a summary of the updates:
Newly added include_req_body option for some log-related plugins
Support one-click compilation and installation of apisix and apisix-runtime from source code
The
response-rewrite
plugin supports Brotli compression when using the filters.regex optionSupport the uriparam variable when using the radixtree_uri_with_parameter routing engine
Our bi-weekly Apache APISIX community report is your window into the project's weekly developments. It is a tool to facilitate your seamless integration into the Apache APISIX community, ensuring that you stay well-informed and actively involved.
Contributor Statistics
Highlight of Recent Feature
Newly added include_req_body option for some log-related plugins (Contributor: smileby)
Support one-click compilation and installation of apisix and apisix-runtime from source code (Contributor: Vacant2333)
The
response-rewrite
plugin supports Brotli compression when using the filters.regex option (Contributor: yuweizzz)Support the uriparam variable when using the radixtree_uri_with_parameter routing engine (Contributor: boekkooi-lengoo)
Recent Blog Recommendations
We are glad to present Apache APISIX 3.8.0 with exciting new features, bug fixes, and other improvements to user experiences.
Enhancing Security and Performance: DataVisor's Dynamic Use of APISIX
Author: Xiaobiao Zhao, DataVisor Senior Architect, Apache Kvrocks Committer, OpenResty and Apache APISIX Contributor. This article is based on a presentation given by Xiaobiao Zhao at the APISIX Shanghai Meetup in November 2023.
Apache APISIX plugin priority, a leaky abstraction?
Apache APISIX builds upon the OpenResty reverse-proxy to offer a plugin-based architecture. The main benefit of such an architecture is that it brings structure to the configuration of routes. It's a help at scale, when managing hundreds or thousands of routes.
A wealth of documentation tutorials and experience has been accumulated on the Apache APISIX official website and GitHub. If you encounter problems, you can look into the documentation, search keywords in the issues, or participate in the discussion on the issues, proposing your own ideas and practical experience.