Skip to content

Commit 0302a1e

Browse files
authored
feat: release 2.8.0 (#2121)
1 parent fc89bc4 commit 0302a1e

File tree

7 files changed

+37
-6
lines changed

7 files changed

+37
-6
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
# Table of Contents
2121

22+
- [2.8.0](#280)
2223
- [2.7.1](#271)
2324
- [2.7.0](#270)
2425
- [2.6.1](#261)
@@ -33,6 +34,36 @@
3334
- [1.5.0](#150)
3435
- [1.0.0](#100)
3536

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+
3667
# 2.7.1
3768

3869
This release contains some features and bugfixes, and all the existing functionalities are compatible with Apache APISIX 2.7.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
- The master version should be used with Apache APISIX master version.
3434

35-
- The latest released version is [2.7.1](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 2.7](https://apisix.apache.org/downloads/).
35+
- The latest released version is [2.8.0](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 2.9](https://apisix.apache.org/downloads/).
3636

3737
## What's Apache APISIX Dashboard
3838

api/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.1
1+
2.8.0

docs/en/latest/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 2.7,
2+
"version": 2.8,
33
"sidebar": [
44
{
55
"type": "category",

docs/en/latest/deploy-with-rpm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ title: Deploy with RPM
2626
## Install from RPM
2727

2828
```sh
29-
$ sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.7.1/apisix-dashboard-2.7.1-0.x86_64.rpm
29+
$ sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.8.0/apisix-dashboard-2.8.0-0.x86_64.rpm
3030
```
3131

3232
## Run

docs/en/latest/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Before development, refer to this [guide](./deploy.md) to install dependencies.
3030
## Clone the project
3131

3232
```sh
33-
$ git clone -b release/2.7.1 https://github.com/apache/apisix-dashboard.git
33+
$ git clone -b release/2.8 https://github.com/apache/apisix-dashboard.git
3434
```
3535

3636
## Start developing

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apisix-dashboard",
3-
"version": "2.7.1",
3+
"version": "2.8.0",
44
"private": true,
55
"description": "Dashboard for Apache APISIX",
66
"scripts": {

0 commit comments

Comments
 (0)