Skip to content

Commit 2c563dc

Browse files
authored
feat: release 2.11.0 (#2361)
1 parent eb51353 commit 2c563dc

File tree

7 files changed

+36
-6
lines changed

7 files changed

+36
-6
lines changed

CHANGELOG.md

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

2020
# Table of Contents
2121

22+
- [2.11.0](#2110)
2223
- [2.10.1](#2101)
2324
- [2.10.0](#2100)
2425
- [2.9.0](#290)
@@ -37,6 +38,35 @@
3738
- [1.5.0](#150)
3839
- [1.0.0](#100)
3940

41+
# 2.11.0
42+
43+
This release contains some features and bugfixes, and all the existing functionalities are compatible with Apache APISIX 2.12.1.
44+
45+
### Core
46+
47+
feat: add data loader framework [#2371](https://github.com/apache/apisix-dashboard/pull/2371)
48+
feat: support protobuf on Web [#2320](https://github.com/apache/apisix-dashboard/pull/2320)
49+
feat: basic support Apache APISIX 2.12.1 [#2315](https://github.com/apache/apisix-dashboard/pull/2315)
50+
feat: Add more fields to limit-count plugin [#2322](https://github.com/apache/apisix-dashboard/pull/2322)
51+
feat: support APISIX_PROFILE for env-specific configuration [#2293](https://github.com/apache/apisix-dashboard/pull/2293)
52+
feat(upstream): add upstream priority field [#2271](https://github.com/apache/apisix-dashboard/pull/2271)
53+
feat(route): show route id in list and edit views [#2269](https://github.com/apache/apisix-dashboard/pull/2269)
54+
feat(route): remove key-auth plugin tip [#2261](https://github.com/apache/apisix-dashboard/pull/2261)
55+
feat: add rejected_msg field to limit-count plugin form [#2328](https://github.com/apache/apisix-dashboard/pull/2328)
56+
feat: add rejected_msg field to limit-req plugin form [#2312](https://github.com/apache/apisix-dashboard/pull/2312)
57+
chore: Create route form optimization [#2336](https://github.com/apache/apisix-dashboard/pull/2336)
58+
chore: add loading in route page [#2287](https://github.com/apache/apisix-dashboard/pull/2287)
59+
chore(upstream): remove default port for upstream health check [#2278](https://github.com/apache/apisix-dashboard/pull/2278)
60+
style: add ellipsis for route table [#2317](https://github.com/apache/apisix-dashboard/pull/2317)
61+
62+
### Bugfix
63+
64+
fix: ! (reverse) operator not handled correctly [#2364](https://github.com/apache/apisix-dashboard/pull/2364)
65+
fix: idle_timeout filed to support set zero value [#2296](https://github.com/apache/apisix-dashboard/pull/2296)
66+
fix: retries field to support zero value [#2298](https://github.com/apache/apisix-dashboard/pull/2298)
67+
fix: get current dir error [#2283](https://github.com/apache/apisix-dashboard/pull/2283)
68+
style: remove extra margin value [#2300](https://github.com/apache/apisix-dashboard/pull/2300)
69+
4070
# 2.10.1
4171

4272
This release contains bugfix, and all the existing functionalities are compatible with Apache APISIX 2.11.0.

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.10.1](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 2.11.0](https://apisix.apache.org/downloads/).
35+
- The latest released version is [2.11.0](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 2.12.1](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.10.1
1+
2.11.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.10.1",
2+
"version": "2.11.0",
33
"sidebar": [
44
{
55
"type": "category",

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.10.1 https://github.com/apache/apisix-dashboard.git
33+
$ git clone -b release/2.11.0 https://github.com/apache/apisix-dashboard.git
3434
```
3535

3636
## Start developing

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/v2.10.1/apisix-dashboard-2.10.1-0.el7.x86_64.rpm
51+
sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.11.0/apisix-dashboard-2.11.0-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": "2.10.1",
3+
"version": "2.11.0",
44
"private": true,
55
"description": "Dashboard for Apache APISIX",
66
"scripts": {

0 commit comments

Comments
 (0)