CommunityRelease Apache APISIX 3.11.0We are glad to present Apache APISIX 3.11.0 with exciting new features, bug fixes, and other improvements to user experiences.
CommunityBi-Monthly Report (October 01 - November 30)We have recently made some additions and improvements to specific features within Apache APISIX. The main improvements include the addition of ai-content-moderation and ai-rag plugins, and a total request panel in the Grafana dashboard among other enhancements. For detailed information, please read the bi-monthly report.
EcosystemAnnouncing Integration between Apache APISIX and open-appsec WAFWe are excited to announce a new integration between Apache APISIX and open-appsec WAF, combining the power of a dynamic API gateway with cutting-edge application security.
EcosystemFree tier API with Apache APISIXLots of service providers offer a free tier of their service. The idea is to let you kick their service's tires freely. If you need to go above the free tier at any point, you'll likely stay on the service and pay. In this day and age, most services are online and accessible via an API. Today, we will implement a free tier with Apache APISIX.
EcosystemDifferentiating rate limits in Apache APISIXIn my talk Evolving your APIs, I mention that an API Gateway is a Reverse Proxy "on steroids". One key difference between the former and the latter is that the API Gateway is not unfriendly to business logic. The poster child is rate-limiting.
EcosystemAdvanced URL rewriting with Apache APISIXI spoke at Swiss PgDay in Switzerland in late June. The talk was about how to create a no-code API with the famous PostgreSQL database, the related PostgREST, and Apache APISIX, of course. I already wrote about the idea in a previous post. However, I wanted to improve it, if only slightly.PostgREST offers a powerful SELECT mechanism. To list all entities with a column equal to a value, you need the following command:
Case StudiesBuilding a Robust 'Highway' with APISIX: Gateway and Protocol Performance OptimizationAuthor: Xiaobin Wang, Apache Dubbo Committer, Senior Development Engineer at Zhengcaiyun. This article is based on a presentation given by Xiaobin Wang at the APISIX Shanghai Meetup in November 2023.
CommunityBi-Monthly Report (October 01 - November 30)We have recently made some additions and improvements to specific features within Apache APISIX. The main improvements include the addition of ai-content-moderation and ai-rag plugins, and a total request panel in the Grafana dashboard among other enhancements. For detailed information, please read the bi-monthly report.
EcosystemAnnouncing Integration between Apache APISIX and open-appsec WAFWe are excited to announce a new integration between Apache APISIX and open-appsec WAF, combining the power of a dynamic API gateway with cutting-edge application security.
CommunityRelease Apache APISIX 3.11.0We are glad to present Apache APISIX 3.11.0 with exciting new features, bug fixes, and other improvements to user experiences.
CommunityMonthly Report (September 01 - September 30)We have recently made some additions and improvements to specific features within Apache APISIX. The main improvements include the addition of attach-consumer-label, ai-prompt-decorator, and ai-proxy plugins, as well as support for GCP Secret Manager, among other enhancements. For detailed information, please read the monthly report.
CommunityMonthly Report (August 01 - August 31)We have recently made some additions and improvements to specific features within Apache APISIX. The main improvements include adding ai-prompt-template plugin and supporting AWS Secrets Manager. For ...
CommunityRelease Apache APISIX 3.10.0We are glad to present Apache APISIX 3.10.0 with exciting new features, bug fixes, and other improvements to user experiences.
EcosystemFree tier API with Apache APISIXLots of service providers offer a free tier of their service. The idea is to let you kick their service's tires freely. If you need to go above the free tier at any point, you'll likely stay on the service and pay. In this day and age, most services are online and accessible via an API. Today, we will implement a free tier with Apache APISIX.
CommunityMonthly Report (July 01 - July 31)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.
EcosystemDifferentiating rate limits in Apache APISIXIn my talk Evolving your APIs, I mention that an API Gateway is a Reverse Proxy "on steroids". One key difference between the former and the latter is that the API Gateway is not unfriendly to busines...