CommunityBiweekly Report (August 28 - September 10)We have recently made fixes and improvements to certain features of Apache APISIX and APISIX Ingress Controller. These include providing native JSON data structure input support for the wasm plugin, adding UNIX socket listening support for the chaitin-waf plugin, and introducing the ability to remove the etcd dependency required by APISIX within the APISIX Ingress to reduce architectural complexity. For more details, please refer to the biweekly report.
EcosystemCoraza: Elevating APISIX with Cutting-Edge WAF FeaturesThe integration of APISIX and Coraza provides reliable security protection and ensures the integrity and reliability of API services.
CommunityRelease Apache APISIX 3.5.0We are pleased to present Apache APISIX 3.5.0 with exciting new features and improvements to user experiences.
CommunityBiweekly Report (August 14 - August 27)We have recently made fixes and improvements to certain features of Apache APISIX and APISIX Ingress Controller. These include adding proxy configuration item for openid-connect plugin, fixing DNS resolution issue for tencent-cloud-cls, adding pass host configuration capability for ApisixUpstream resource, upgrading Go toolchain to v1.20, etc. For more details, please refer to the biweekly report.
EcosystemOps friendly Apache APISIXThough I always worked on the Dev side of IT, I was also interested in the Ops side. I even had a short experience being a WebSphere admin: I used it several times, helping Ops deal with the Admin con...Providing a single package that Ops can configure and deploy in different environments is very important. As a JVM developer, I've been happy using Spring Boot and its wealth of configuration options:...In this short post, I'd like to describe how you can do the same with Apache APISIX in the context of containers.
CommunityBiweekly Report (July 31 - August 13)We have recently made fixes and improvements to certain features of Apache APISIX. These include supporting the chaitin-waf plugin, configuring TLS handshake protocol for specified SNI, configuring YAML file for rendering environment variables, and ensuring that the limit-count plugin returns the correct X-RateLimit-Reset when rejecting requests. For more details, please refer to the biweekly report.
PluginsRate Limit Your APIs With Apache APISIXIn this article, we will look at examples of how we can use the rate limiting plugins in APISIX.
CommunityBiweekly Report (July 17 - July 30)We have recently fixed or improved some features of Apache APISIX, including fixing lua-resty-jwt security issues, disallowing the simultaneous configuration of allowlist and denylist in ua-restriction, fixing the configuration of the google-cloud-logging plugin, and allowing the sending of headers upstream returned by OPA server. For more details, please read this biweekly report.
EcosystemApache APISIX without etcdWhile a great database, etcd is not devoid of issues. In this post, I'll show how you can use Apache APISIX with MySQL.