Skip to content

Commit d1241c3

Browse files
committed
release: new version 2.5
1 parent 02b6522 commit d1241c3

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

CHANGELOG.md

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

2020
# Table of Contents
2121

22+
- [2.5.0](#250)
2223
- [2.4.0](#240)
2324
- [2.3.0](#230)
2425
- [2.2.0](#220)
@@ -28,6 +29,37 @@
2829
- [1.5.0](#150)
2930
- [1.0.0](#100)
3031

32+
# 2.5.0
33+
34+
This release mainly improves basic features, bugfix and adds test cases.
35+
36+
`Manager API` 2.5 should be used with [Apache APISIX 2.4](https://github.com/apache/apisix/releases/tag/2.4). It is not recommended to use with other Apache APISIX versions.
37+
38+
### Core
39+
40+
- Feat: add rawDataEditor for route, consumer, upstream and service (#1505)
41+
- Feat: online debugging supports file transfer (#1465)
42+
- Feat: support etcd prefix as apisix does (#1477)
43+
- Feat: support changing number of executing cpu cores for manager api (#1569)
44+
- Feat: support plugin template config feature (#1540)
45+
- Feat: improve UI and UE (#1491, #1481, #1479, #1472, #1604, #1603, #1589, #1538, #1580, #1651, #1634, #1641)
46+
- Feat: support yaml to config plugin in plugin config page (#1490)
47+
48+
### Bugfix
49+
50+
- Fix: check name exists when creating or updating a resource (#1606)
51+
- Fix: cannot unmarshal array into go value of type (#1527)
52+
- Fix: change the appended Content-type data to overlay to ensure that the Content-type is unique (#1619)
53+
54+
### Test Case
55+
56+
- Test: add the create and delete plugin in drawer (#1597)
57+
- Test: write backend e2e with ginkgo (#1501, #1502, #1504, #1518, #1526, #1545, #1550, #1556, #1560, #1561, #1570, #1582, #1593, #1613, )
58+
59+
### Doc
60+
61+
- Docs: Updating docs for backend tests (#1625)
62+
3163
# 2.4.0
3264

3365
This release mainly improves basic features, bugfix and adds test cases.

api/internal/utils/consts/versionMap.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ package consts
2323
var VersionMap = map[string]string{
2424
"2.3": "2.2",
2525
"2.4": "2.3",
26+
"2.5": "2.4",
2627
}

0 commit comments

Comments
 (0)