File tree Expand file tree Collapse file tree 6 files changed +32
-5
lines changed Expand file tree Collapse file tree 6 files changed +32
-5
lines changed Original file line number Diff line number Diff line change 19
19
20
20
# Table of Contents
21
21
22
+ - [ 3.0.1] ( #301 )
22
23
- [ 3.0.0] ( #300 )
23
24
- [ 2.15.0] ( #2150 )
24
25
- [ 2.14.0] ( #2140 )
43
44
- [ 1.5.0] ( #150 )
44
45
- [ 1.0.0] ( #100 )
45
46
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
+
46
73
## 3.0.0
47
74
48
75
### Core
Original file line number Diff line number Diff line change 33
33
34
34
- The master version should be used with Apache APISIX master version.
35
35
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/ ) .
37
37
38
38
## What's Apache APISIX Dashboard
39
39
Original file line number Diff line number Diff line change 1
- 3.0.0
1
+ 3.0.1
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.0.0 " ,
2
+ "version" : " 3.0.1 " ,
3
3
"sidebar" : [
4
4
{
5
5
"type" : " category" ,
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Please replace `<CONFIG_FILE>` to your configure file path.
48
48
49
49
``` shell
50
50
# 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
52
52
```
53
53
54
54
### Launch
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apisix-dashboard" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"private" : true ,
5
5
"description" : " Dashboard for Apache APISIX" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments