Skip to main content

Release Apache APISIX Dashboard 2.8

This release contains some features and bugfixes, and all the existing functionalities are compatible with Apache APISIX 2.9.

Core#

  • feat: add new route matching param position #1984
  • feat: add redis-cluster policy tips for limit-count #2058
  • feat: add service discovery config #2081
  • feat: Use build-tools v2.0.0 instead of master #2083
  • feat: basic support Apache APISIX 2.9 #2117
  • feat: upstream support FQDN #2118
  • feat: allowing api-breaker to dynamically adapt to the BE rules #1974
  • feat: allowing cors to dynamically adapt to the BE rules #1994
  • feat: allowing limit-count to dynamically adapt to the BE rules #1998
  • feat: allowing proxy-mirror to dynamically adapt to the BE rules #2000
  • feat: add cors method option #2103
  • feat: add el7 in package name #2074
  • feat: Bump apisix-build-tools to v2.1.0 #2101

Bugfix#

  • fix: avoid nil pointer dereference in route export #2061
  • fix: after enable redirect HTTPS, websocket form field disappeared #2115
  • fix: make route name validate rules in Apisix Dashboard the same as Admin API #2085

Docs#

  • docs: add how to integrate with grafana preview link #1697