Skip to content

Commit d518b47

Browse files
authored
doc: add changelog for v2.3 (apache#1235)
1 parent ce47759 commit d518b47

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,38 @@
1919

2020
# Table of Contents
2121

22+
- [2.3.0](#230)
2223
- [2.2.0](#220)
2324
- [2.1.1](#211)
2425
- [2.1.0](#210)
2526
- [2.0.0](#200)
2627
- [1.5.0](#150)
2728
- [1.0.0](#100)
2829

30+
# 2.3.0
31+
32+
### Core
33+
34+
* Support to use absolute path in conf.WebDir. [#1055](https://github.com/apache/apisix-dashboard/pull/1055)
35+
* Support to search route by label. [#1061](https://github.com/apache/apisix-dashboard/pull/1061)
36+
* Support server info preview. [#958](https://github.com/apache/apisix-dashboard/pull/958) [#949](https://github.com/apache/apisix-dashboard/pull/949)
37+
* Support search route by labels. [#1061](https://github.com/apache/apisix-dashboard/pull/1061)
38+
* Support custom port for Upstream module. [#1078](https://github.com/apache/apisix-dashboard/pull/1078)
39+
* Support to show plugin type and other properties [#1111](https://github.com/apache/apisix-dashboard/pull/1111)
40+
* Support websocket for Route module. [#1079](https://github.com/apache/apisix-dashboard/pull/1079)
41+
* Support Service module on the frontend. [#1089](https://github.com/apache/apisix-dashboard/pull/1089)
42+
* Support group for Route module. [#999](https://github.com/apache/apisix-dashboard/pull/999)
43+
* Support Global Plugin. [#1057](https://github.com/apache/apisix-dashboard/pull/1057) [#1106](https://github.com/apache/apisix-dashboard/pull/1106)
44+
* Support Version Manager. [#1157](https://github.com/apache/apisix-dashboard/pull/1157)
45+
* Use Cobra as the cli scafford. [#773](https://github.com/apache/apisix-dashboard/pull/773)
46+
* Remove Lua dependency. [#1083](https://github.com/apache/apisix-dashboard/pull/1083)
47+
* Improve E2E testcases for the backend. [#1012](https://github.com/apache/apisix-dashboard/pull/1012), [#1123](https://github.com/apache/apisix-dashboard/pull/1123)
48+
* Improve E2E testcases for the frontend. [#1074](https://github.com/apache/apisix-dashboard/pull/1074)
49+
* Improve online debug. [#979](https://github.com/apache/apisix-dashboard/pull/979)
50+
* Improve Route publish/offline. [#1081](https://github.com/apache/apisix-dashboard/pull/1081) [#991](https://github.com/apache/apisix-dashboard/pull/991)
51+
* Improve plugin module for the frontend. [#1047](https://github.com/apache/apisix-dashboard/pull/1047) [#978](https://github.com/apache/apisix-dashboard/pull/978)
52+
* Fix error occurred when enable or disable existing SSL [#1064](https://github.com/apache/apisix-dashboard/pull/1064)
53+
* Fix the problem that route created by Admin API (without ID) cannot be shown in Manager API. [#1063](https://github.com/apache/apisix-dashboard/pull/1063)
2954

3055
# 2.2.0
3156

0 commit comments

Comments
 (0)