|
19 | 19 |
|
20 | 20 | # Table of Contents |
21 | 21 |
|
| 22 | +- [2.7.0](#270) |
22 | 23 | - [2.6.1](#261) |
23 | 24 | - [2.6.0](#260) |
24 | 25 | - [2.5.0](#250) |
|
31 | 32 | - [1.5.0](#150) |
32 | 33 | - [1.0.0](#100) |
33 | 34 |
|
| 35 | +# 2.7.0 |
| 36 | + |
| 37 | +This release mainly improves basic features, bugfix and adds test cases. |
| 38 | + |
| 39 | +Note: `Manager API` 2.7 should be used with [Apache APISIX 2.6](https://apisix.apache.org/downloads/). It is not recommended to use it with other Apache APISIX versions. |
| 40 | + |
| 41 | +### Core |
| 42 | + |
| 43 | +- Feat: support HTTPS for Manager API [#1824](https://github.com/apache/apisix-dashboard/pull/1824) |
| 44 | +- Feat: run manager-api as an OS agnostic service [#1667](https://github.com/apache/apisix-dashboard/pull/1667) |
| 45 | +- Feat: refactor Plugin Orchestration [#1813](https://github.com/apache/apisix-dashboard/pull/1813) |
| 46 | +- Feat: add the service page upstream select option [#1633](https://github.com/apache/apisix-dashboard/pull/1633) |
| 47 | +- Feat: improve the Duplicate Route feature [#1833](https://github.com/apache/apisix-dashboard/pull/1833) |
| 48 | + |
| 49 | +### Bugfix |
| 50 | + |
| 51 | +- Fix: can not configure upstream with no nodes [#1812](https://github.com/apache/apisix-dashboard/pull/1812) |
| 52 | +- Fix: add missing label in nodes component [#1823](https://github.com/apache/apisix-dashboard/pull/1823) |
| 53 | +- Fix: use remote address instead of client ip [#1831](https://github.com/apache/apisix-dashboard/pull/1831) |
| 54 | +- 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) |
| 55 | +- Fix: default cors plugin formdata validation error [#1855](https://github.com/apache/apisix-dashboard/pull/1855) |
| 56 | +- Fix: generate a uid when post a route without id [#1883](https://github.com/apache/apisix-dashboard/pull/1883) |
| 57 | +- Fix: route page Portable [#1887](https://github.com/apache/apisix-dashboard/pull/1887) |
| 58 | +- Fix: turn off online debug [#1903](https://github.com/apache/apisix-dashboard/pull/1903) |
| 59 | +- Fix: invalid import issues [#1899](https://github.com/apache/apisix-dashboard/pull/1899) |
| 60 | +- Fix: efficient error handling in manager-api including graceful shutdown, self contained methods. [#1814](https://github.com/apache/apisix-dashboard/pull/1814) |
| 61 | + |
| 62 | +### Test Case |
| 63 | + |
| 64 | +- Test: fix unstable FE E2E test case [#1826](https://github.com/apache/apisix-dashboard/pull/1826) |
| 65 | +- CI: fix gitleaks not allowed running [#1897](https://github.com/apache/apisix-dashboard/pull/1897) |
| 66 | +- Test: refactor 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) |
| 67 | + |
34 | 68 | # 2.6.1 |
35 | 69 |
|
36 | 70 | This release mainly contains bugfixes. |
|
0 commit comments