Skip to main content

Monthly Report (July 01 - July 31)

· 2 min read

We have recently made some additions and improvements to specific features within Apache APISIX. The main improvement is moving the default values from config-default.yaml to a hardcoded Lua file. 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 July 1 to June 31, a total of 13 contributors made 21 commits to Apache APISIX. We sincerely appreciate your contributions to Apache APISIX.

Contributor Statistics

Apache APISIX Contributors List
Click to Preview

Apache APISIX New Contributors
Click to Preview

Recent Feature Highlight

  • Move config-default.yaml default values to hardcoded Lua file(Contributor: bzp2010)

    Apache APISIX has two configuration files: config.yaml which can be modified by users and config-default.yaml, the default configuration file. When APISIX starts, it reads these two configuration files and merges and overwrites the user configuration file with the default configuration to create the configuration that is used at runtime.

    However, in actual use, users are often unclear on how to modify custom configurations. To simplify the configuration process and avoid unintended issues from modifying the default file, we moved the default configuration values to a hardcoded Lua file. This allows users to focus on customizing the config.yaml file without the risk of accidentally changing the default settings.

Recent Blog Recommendations

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.