Release Apache APISIX Dashboard 2.5
This release mainly improves basic features, bugfix and adds test cases.
Manager API
2.5 should be used with Apache APISIX 2.4. It is not recommended to use with other Apache APISIX versions.
#
Core- Feat: add rawDataEditor for route, consumer, upstream and service #1505
- Feat: online debugging supports file transfer #1465
- Feat: support etcd prefix as apisix does #1477
- Feat: support changing number of executing cpu cores for manager api #1569
- Feat: support plugin template config feature #1540
- Feat: improve UI and UE (#1491, #1481, #1479, #1472, #1604, #1603, #1589, #1538, #1580, #1651, #1634, #1641)
- Feat: support yaml to config plugin in plugin config page #1490
#
Bugfix- Fix: check name exists when creating or updating a resource #1606
- Fix: cannot unmarshal array into go value of type #1527
- Fix: change the appended Content-type data to overlay to ensure that the Content-type is unique #1619
#
Test Case- Test: add the create and delete plugin in drawer #1597
- Test: write backend e2e with ginkgo (#1501, #1502, #1504, #1518, #1526, #1545, #1550, #1556, #1560, #1561, #1570, #1582, #1593, #1613)
#
Doc- Docs: Updating docs for backend tests #1625