mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-03 12:37:36 +08:00
1.9 KiB
1.9 KiB
Table of Contents
[0.6.0]
Released on 2019/08/05
This release brings many new features such as health check and circuit breaker, debug mode, opentracing and JWT auth. And add built-in dashboard.
Core
- 🌅 Health Check and Circuit Breaker: Enable health check on the upstream node, and will automatically filter unhealthy nodes during load balancing to ensure system stability. #249
- Anti-ReDoS(Regular expression Denial of Service). #252
- supported debug mode. #319
- allowed to use different router. #364
- supported to match route by host + uri. #325
- allowed plugins to handler balance phase. #299
- added desc for upstream and service in schema. #289
Plugins
- 🌅 OpenTracing: support Zipkin and Apache SkyWalking. #304
- JWT auth. #303
CLI
- support multiple ips of
allow
. 340 - supported real_ip configure in nginx.conf and added functions to get ip and remote ip. #236
Dashboard
- 🌅 add built-in dashboard. #327