This is an automated email from the ASF dual-hosted git repository. chenjunxu pushed a commit to branch release/2.6.1 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
commit 493087e2a54e6b1189759bf953ecc3daaf4144ac Author: nic-chen <[email protected]> AuthorDate: Sat May 22 23:23:15 2021 +0800 docs: add CHANGELOG for version 2.6.1 --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6528d7d..36b0d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ # Table of Contents +- [2.6.1](#261) - [2.6.0](#260) - [2.5.0](#250) - [2.4.0](#240) @@ -30,6 +31,43 @@ - [1.5.0](#150) - [1.0.0](#100) +# 2.6.1 + +This release mainly bugfix and improves test cases for `Manager API`. + +`Manager API` 2.6.1 should be used with [Apache APISIX 2.6](https://apisix.apache.org/downloads/). It is not recommended to use with other Apache APISIX versions. + +### Core + +- Feat: support HTTPS for Manager API [#1824](https://github.com/apache/apisix-dashboard/pull/1824) +- Feat: run manager-api as an OS agnostic service [#1667](https://github.com/apache/apisix-dashboard/pull/1667) +- Feat: refactor Plugin Orchestration [#1813](https://github.com/apache/apisix-dashboard/pull/1813) + +### Feature + +- Feat: add the service page upstream select option [#1633](https://github.com/apache/apisix-dashboard/pull/1633) +- Chore: using curl command instead of wget [#1836](https://github.com/apache/apisix-dashboard/pull/1836) +- Change: improve the Duplicate Route feature [#1833](https://github.com/apache/apisix-dashboard/pull/1833) + +### Bugfix + +- Fix: can not configure upstream with no nodes [#1812](https://github.com/apache/apisix-dashboard/pull/1812) +- Fix: add missing label in nodes component [#1823](https://github.com/apache/apisix-dashboard/pull/1823) +- Fix: use remote address instead of client ip [#1831](https://github.com/apache/apisix-dashboard/pull/1831) +- Fix: when create the upstream, some properties can still be edited on the preview page bug [#1828](https://github.com/apache/apisix-dashboard/pull/1828) +- Fix: default cors plugin formdata validation error [#1855](https://github.com/apache/apisix-dashboard/pull/1855) +- Fix: generate a uid when post a route without id [#1883](https://github.com/apache/apisix-dashboard/pull/1883) +- Fix: route page Protable [#1887](https://github.com/apache/apisix-dashboard/pull/1887) +- Fix: turn off online debug [#1903](https://github.com/apache/apisix-dashboard/pull/1903) +- Fix: invalid import issues [#1899](https://github.com/apache/apisix-dashboard/pull/1899) +- Fix: efficient error handling in manager-api including graceful shutdown, self contained methods. [#1814](https://github.com/apache/apisix-dashboard/pull/1814) + +### Test Case + +- Test: fix unstable FE E2E test case [#1826](https://github.com/apache/apisix-dashboard/pull/1826) +- CI: fix gitleaks not allowed running [#1897](https://github.com/apache/apisix-dashboard/pull/1897) +- Test: refactored FE E2E test case ([#1844](https://github.com/apache/apisix-dashboard/pull/1844) to [#1878](https://github.com/apache/apisix-dashboard/pull/1878) and a series of PRs) + # 2.6.0 This release mainly improves UI and UE, bugfix and adds test cases.
