|
19 | 19 |
|
20 | 20 | # Table of Contents |
21 | 21 |
|
| 22 | +- [2.11.0](#2110) |
22 | 23 | - [2.10.1](#2101) |
23 | 24 | - [2.10.0](#2100) |
24 | 25 | - [2.9.0](#290) |
|
37 | 38 | - [1.5.0](#150) |
38 | 39 | - [1.0.0](#100) |
39 | 40 |
|
| 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 | + |
40 | 70 | # 2.10.1 |
41 | 71 |
|
42 | 72 | This release contains bugfix, and all the existing functionalities are compatible with Apache APISIX 2.11.0. |
|
0 commit comments