CommunityRelease Apache APISIX 3.2.2We are pleased to present Apache APISIX 3.2.2 with a list of fixes and optimizations.
CommunityRelease Apache APISIX 3.4.1We are pleased to present Apache APISIX 3.4.1 with a security patch for JWT.
PluginsCreating a Custom Data Mask PluginCreating a custom plugin for APISIX in Lua might be trivial or daunting, depending on your level of expertise in APISIX+OpenResty+Nginx. In this article, we will look at how you can create and run a c...
CommunityBiweekly Report (July 03 - July 16)We have recently fixed and improved some features of Apache APISIX, including updates to the mock plugin which now supports adding headers, resolution of an error in the limit-count plugin when using ...
CommunityAccelerating API Gateway Excellence: Apache APISIX Community Meetup in MalaysiaKuala Lumpur, the capital of Malaysia, witnessed the success of the 2023 APISIX open-source Community Meetup on July 4th.
EcosystemHow to Use Vault to Manage Certificates in APISIXThis article takes configuring HTTPS communication between the downstream client and APISIX as an example to introduce how APISIX integrates Vault to implement SSL certificate management.
PluginsA "Tiny" APISIX PluginIn this article, we will write a "tiny" Go plugin for APISIX, compile it to a Wasm binary, run it in APISIX, and learn how it all works. We will also compare the benefits and costs of using Wasm plugi...
CommunityBiweekly Report (June 19 - July 02)We have recently fixed and improved some features of Apache APISIX, including optimizing the use of Prometheus, fixing the body-transformer and log-rotate plugins, and adding an annotation to allow re...
PluginsConnecting IoT Devices to the Cloud with APISIX MQTT ProxyAPISIX's support for stream routes and, in extension, the MQTT protocol is often overlooked. Let's change this by looking at an end-to-end example of how APISIX can act as an MQTT proxy.