|
19 | 19 |
|
20 | 20 | # Table of Contents |
21 | 21 |
|
| 22 | +- [2.13.0](#2130) |
22 | 23 | - [2.11.0](#2110) |
23 | 24 | - [2.10.1](#2101) |
24 | 25 | - [2.10.0](#2100) |
|
38 | 39 | - [1.5.0](#150) |
39 | 40 | - [1.0.0](#100) |
40 | 41 |
|
| 42 | +# 2.13.0 |
| 43 | + |
| 44 | +This release contains some features and bugfixes, and all the existing functionalities are compatible with Apache APISIX 2.13.x. |
| 45 | + |
| 46 | +Notice: Starting with this release, Apache APISIX Dashboard will use the same version number as the Apache APISIX it supports. |
| 47 | + |
| 48 | +### Core |
| 49 | + |
| 50 | +- feat: add security header [#2341](https://github.com/apache/apisix-dashboard/pull/2341) |
| 51 | +- feat: storage grafana path in to etcd [#2362](https://github.com/apache/apisix-dashboard/pull/2362) |
| 52 | +- feat: Modify plugin preview page [#2359](https://github.com/apache/apisix-dashboard/pull/2359) |
| 53 | +- feat: support Turkish Language [#2452](https://github.com/apache/apisix-dashboard/pull/2452) |
| 54 | +- feat: add page reload judgment [#2370](https://github.com/apache/apisix-dashboard/pull/2370) |
| 55 | +- feat: basic support Apache APISIX 2.13.0 [#2428](https://github.com/apache/apisix-dashboard/pull/2428) |
| 56 | +- chore: use json schema instead hard code [#2399](https://github.com/apache/apisix-dashboard/pull/2399) |
| 57 | +- chore: update README for online demo [#2404](https://github.com/apache/apisix-dashboard/pull/2404) |
| 58 | +- docs: update online playground url [#2416](https://github.com/apache/apisix-dashboard/pull/2416) |
| 59 | +- chore: update the year of copyright and fix typo [#2417](https://github.com/apache/apisix-dashboard/pull/2417) |
| 60 | + |
| 61 | +### Bugfix |
| 62 | + |
| 63 | +- fix: format error in changelog [#2378](https://github.com/apache/apisix-dashboard/pull/2378) |
| 64 | +- fix: caller location error in logs [#2367](https://github.com/apache/apisix-dashboard/pull/2367) |
| 65 | +- fix(import routes): merge route when route have the same name [#2330](https://github.com/apache/apisix-dashboard/pull/2330) |
| 66 | +- fix: consumer without plugins causes page crashes [#2437](https://github.com/apache/apisix-dashboard/pull/2437) |
| 67 | +- fix: correct data type of filed Active.checks.active.https_verify_certificate [#2422](https://github.com/apache/apisix-dashboard/pull/2422) |
| 68 | +- fix: create upstream error when pass host is node and nodes without port [#2421](https://github.com/apache/apisix-dashboard/pull/2421) |
| 69 | +- docs: fix invalid link [#2366](https://github.com/apache/apisix-dashboard/pull/2366) |
| 70 | +- docs: Remove hyperlinks from documents [#2431](https://github.com/apache/apisix-dashboard/pull/2431) |
| 71 | +- docs: Update RPM install package link [#2439](https://github.com/apache/apisix-dashboard/pull/2439) |
| 72 | + |
| 73 | +### Test |
| 74 | + |
| 75 | +- refactor: migrate id compatible tests to e2enew [#2400](https://github.com/apache/apisix-dashboard/pull/2400) |
| 76 | +- refactor: migrate route tests to e2enew [#2411](https://github.com/apache/apisix-dashboard/pull/2411) |
| 77 | + |
41 | 78 | # 2.11.0 |
42 | 79 |
|
43 | 80 | This release contains some features and bugfixes, and all the existing functionalities are compatible with Apache APISIX 2.12.1. |
|
0 commit comments