Skip to main content

Release Apache APISIX Dashboard 2.2

This release mainly improve basic features, bugfix and adds test cases.

Manager API 2.2 should be used with Apache APISIX 2.1. It is not recommended to use with other Apache APISIX versions.

Core#

  • Support access log for Manager API. #994
  • Enhance error log for Manager API. #977
  • Integrate with code-mirror to have a fallback to plugins render issue. #898
  • Support priority field in Route module. #1006
  • Add etcd basic auth support #951

Test case#

  • Enhance e2e test cases for upstream. #971 #972
  • Refactor unit test for consumer handler. #840

Bugfix#

  • JSON schema verification should be performed on the original data submitted by the user. #986
  • fix PATCH method bug. #1005
  • remove husky to resolve Docker Deploy failed. #1018

For more changes, please refer to Milestone.