We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f812bdb commit a06a9bfCopy full SHA for a06a9bf
1 file changed
CHANGELOG_CN.md
@@ -19,6 +19,7 @@
19
20
# Table of Contents
21
22
+- [1.3.0](#130)
23
- [1.2.0](#120)
24
- [1.1.0](#110)
25
- [1.0.0](#100)
@@ -27,6 +28,19 @@
27
28
- [0.7.0](#070)
29
- [0.6.0](#060)
30
31
+## 1.3.0
32
+
33
+1.3 版本主要带来安全更新。
34
35
+## Security
36
+- 拒绝无效的 header [#1462](https://github.com/apache/incubator-apisix/pull/1462) 并对 uri 进行安全编码 [#1461](https://github.com/apache/incubator-apisix/pull/1461)
37
+- 默认只允许本地环回地址 127.0.0.1 访问 admin API 和 dashboard. [#1458](https://github.com/apache/incubator-apisix/pull/1458)
38
39
+### Plugin
40
+- :sunrise: **新增批量请求插件**. [#1388](https://github.com/apache/incubator-apisix/pull/1388)
41
+- 实现完成 `sys logger` 插件. [#1414](https://github.com/apache/incubator-apisix/pull/1414)
42
43
44
## 1.2.0
45
1.2 版本在内核以及插件上带来了非常多的更新。
46
0 commit comments