|
19 | 19 |
|
20 | 20 | # Table of Contents |
21 | 21 |
|
| 22 | +- [2.8.0](#280) |
22 | 23 | - [2.7.1](#271) |
23 | 24 | - [2.7.0](#270) |
24 | 25 | - [2.6.1](#261) |
|
33 | 34 | - [1.5.0](#150) |
34 | 35 | - [1.0.0](#100) |
35 | 36 |
|
| 37 | +# 2.8.0 |
| 38 | + |
| 39 | +This release contains some features and bugfixes, and all the existing functionalities are compatible with Apache APISIX 2.9. |
| 40 | + |
| 41 | +### Core |
| 42 | + |
| 43 | +- feat: add new route matching param position [#1984](https://github.com/apache/apisix-dashboard/pull/1984) |
| 44 | +- feat: add redis-cluster policy tips for limit-count [#2058](https://github.com/apache/apisix-dashboard/pull/2058) |
| 45 | +- feat: add service discovery config [#2081](https://github.com/apache/apisix-dashboard/pull/2081) |
| 46 | +- feat: Use build-tools v2.0.0 instead of master [#2083](https://github.com/apache/apisix-dashboard/pull/2083) |
| 47 | +- feat: basic support Apache APISIX 2.9 [#2117](https://github.com/apache/apisix-dashboard/pull/2117) |
| 48 | +- feat: upstream support FQDN [#2118](https://github.com/apache/apisix-dashboard/commit/1a0b12bf70489104cd996848ded19ad3bdc6902f) |
| 49 | +- feat: allowing api-breaker to dynamically adapt to the BE rules [#1974](https://github.com/apache/apisix-dashboard/pull/1974) |
| 50 | +- feat: allowing cors to dynamically adapt to the BE rules [#1994](https://github.com/apache/apisix-dashboard/pull/1994) |
| 51 | +- feat: allowing limit-count to dynamically adapt to the BE rules [#1998](https://github.com/apache/apisix-dashboard/pull/1998) |
| 52 | +- feat: allowing proxy-mirror to dynamically adapt to the BE rules [#2000](https://github.com/apache/apisix-dashboard/pull/2000) |
| 53 | +- feat: add cors method option [#2103](https://github.com/apache/apisix-dashboard/pull/2103) |
| 54 | +- feat: add el7 in package name [#2074](https://github.com/apache/apisix-dashboard/pull/2074) |
| 55 | +- feat: Bump apisix-build-tools to v2.1.0 [#2101](https://github.com/apache/apisix-dashboard/pull/2101) |
| 56 | + |
| 57 | +### Bugfix |
| 58 | + |
| 59 | +- fix: avoid nil pointer dereference in route export [#2061](https://github.com/apache/apisix-dashboard/pull/2061) |
| 60 | +- fix: after enable redirect HTTPS, websocket form field disappeared [#2115](https://github.com/apache/apisix-dashboard/pull/2115) |
| 61 | +- fix: make route name validate rules in Apisix Dashboard the same as Admin API [#2085](https://github.com/apache/apisix-dashboard/pull/2085) |
| 62 | + |
| 63 | +### Docs |
| 64 | + |
| 65 | +- docs: add how to integrate with grafana preview link [#1697](https://github.com/apache/apisix-dashboard/pull/1697) |
| 66 | + |
36 | 67 | # 2.7.1 |
37 | 68 |
|
38 | 69 | This release contains some features and bugfixes, and all the existing functionalities are compatible with Apache APISIX 2.7. |
|
0 commit comments