Skip to content

Commit 397c0cb

Browse files
authored
feat: release 3.0.1 (apache#2781)
1 parent 4cabd32 commit 397c0cb

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-5
lines changed

CHANGELOG.md

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

2020
# Table of Contents
2121

22+
- [3.0.1](#301)
2223
- [3.0.0](#300)
2324
- [2.15.0](#2150)
2425
- [2.14.0](#2140)
@@ -43,6 +44,32 @@
4344
- [1.5.0](#150)
4445
- [1.0.0](#100)
4546

47+
## 3.0.1
48+
49+
### Core
50+
51+
- feat: add search functionality for ID, host, and description fields [#2750](https://github.com/apache/apisix-dashboard/pull/2750)
52+
- feat: support ipv6 in upstream nodes [#2766](https://github.com/apache/apisix-dashboard/pull/2766)
53+
54+
### Bugfix
55+
56+
- fix: plugins display in list of routes [#2704](https://github.com/apache/apisix-dashboard/pull/2704)
57+
- fix: plugin config page error [#2739](https://github.com/apache/apisix-dashboard/pull/2739)
58+
- fix: Plugin disable invalid in API /plugin?all=true [#2737](https://github.com/apache/apisix-dashboard/pull/2737)
59+
- fix: update URL of the online playground [#2760](https://github.com/apache/apisix-dashboard/pull/2760)
60+
- fix: remove route name length limit [#2759](https://github.com/apache/apisix-dashboard/pull/2759)
61+
- fix: change regex template to optional in proxy write [#2762](https://github.com/apache/apisix-dashboard/pull/2762)
62+
- fix: ssl table expiration time display [#2763](https://github.com/apache/apisix-dashboard/pull/2763)
63+
- fix: disable global plugin invalid [#2757](https://github.com/apache/apisix-dashboard/pull/2757)
64+
- fix: upstream nodes metadata miss [#2773](https://github.com/apache/apisix-dashboard/pull/2773)
65+
- fix: remove ssl check in redirect https [#2770](https://github.com/apache/apisix-dashboard/pull/2770)
66+
67+
### Chore
68+
69+
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /web [#2730](https://github.com/apache/apisix-dashboard/pull/2730)
70+
- chore: update dependency [#2752](https://github.com/apache/apisix-dashboard/pull/2752)
71+
- chore: update the year in the NOTICE [#2726](https://github.com/apache/apisix-dashboard/pull/2726)
72+
4673
## 3.0.0
4774

4875
### Core

README.md

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

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

36-
- The latest released version is [3.0.0](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 3.0.x](https://apisix.apache.org/downloads/).
36+
- The latest released version is [3.0.1](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 3.0.x](https://apisix.apache.org/downloads/).
3737

3838
## What's Apache APISIX Dashboard
3939

api/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.0.1

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": "3.0.0",
2+
"version": "3.0.1",
33
"sidebar": [
44
{
55
"type": "category",

docs/en/latest/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Please replace `<CONFIG_FILE>` to your configure file path.
4848

4949
```shell
5050
# 1. install RPM package
51-
sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v3.0.0/apisix-dashboard-3.0.0-0.el7.x86_64.rpm
51+
sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v3.0.1/apisix-dashboard-3.0.1-0.el7.x86_64.rpm
5252
```
5353

5454
### Launch

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": "3.0.0",
3+
"version": "3.0.1",
44
"private": true,
55
"description": "Dashboard for Apache APISIX",
66
"scripts": {

0 commit comments

Comments
 (0)