Skip to content

Commit

Permalink
docs: CHANGELOG.md Chinese docs lint (#9411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0rt authored May 5, 2023
1 parent 3997716 commit 20cb140
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/zh/latest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,31 +74,31 @@ title: CHANGELOG
### Change

- 默认路由从 `radixtree_uri` 修改为 `radixtree_host_uri`: [#9047](https://github.com/apache/apisix/pull/9047)
- CORS 插件将会在 `allow_origin` 不为 `*` 时默认添加 `Vary: Origin` 响应头: [#9010](https://github.com/apache/apisix/pull/9010)
- CORS 插件将会在 `allow_origin` 不为 `*` 时默认添加 `Vary: Origin` 响应头[#9010](https://github.com/apache/apisix/pull/9010)

### Core

- :sunrise: 支持将路由证书存储在 secrets manager 中: [#9247](https://github.com/apache/apisix/pull/9247)
- :sunrise: 支持通过配置绕过 Admin API 身份验证: [#9147](https://github.com/apache/apisix/pull/9147)
- :sunrise: 支持将路由证书存储在 secrets manager 中[#9247](https://github.com/apache/apisix/pull/9247)
- :sunrise: 支持通过配置绕过 Admin API 身份验证[#9147](https://github.com/apache/apisix/pull/9147)

### Plugins

- :sunrise: fault-injection 插件支持请求头注入: [#9039](https://github.com/apache/apisix/pull/9039)
- :sunrise: 提供在其他插件中引用 proxy-rewrite 插件中路由改写捕捉到的变量支持: [#9112](https://github.com/apache/apisix/pull/9112)
- :sunrise: limit-count 插件提供 `username``ssl` redis 认证方式: [#9185](https://github.com/apache/apisix/pull/9185)
- :sunrise: fault-injection 插件支持请求头注入[#9039](https://github.com/apache/apisix/pull/9039)
- :sunrise: 提供在其他插件中引用 proxy-rewrite 插件中路由改写捕捉到的变量支持[#9112](https://github.com/apache/apisix/pull/9112)
- :sunrise: limit-count 插件提供 `username``ssl` redis 认证方式[#9185](https://github.com/apache/apisix/pull/9185)

### Bugfixes

- 修复 etcd 数据同步异常: [#8493](https://github.com/apache/apisix/pull/8493)
- 修复在 `core.request.add_header` 中的无效缓存: [#8824](https://github.com/apache/apisix/pull/8824)
- 修复由健康检查引起的高 CPU 和内存占用: [#9015](https://github.com/apache/apisix/pull/9015)
- 仅当 `allow_origins_by_regex` 不为 `nil` 时生效: [#9028](https://github.com/apache/apisix/pull/9028)
- 在删除 upstream 时,检查 `traffic-split` 插件中的引用: [#9044](https://github.com/apache/apisix/pull/9044)
- 修复启动时无法连接到 etcd 的问题: [#9077](https://github.com/apache/apisix/pull/9077)
- 修复域节点的健康检查泄漏问题: [#9090](https://github.com/apache/apisix/pull/9090)
- 修复 etcd 数据同步异常[#8493](https://github.com/apache/apisix/pull/8493)
- 修复在 `core.request.add_header` 中的无效缓存[#8824](https://github.com/apache/apisix/pull/8824)
- 修复由健康检查引起的高 CPU 和内存占用[#9015](https://github.com/apache/apisix/pull/9015)
- 仅当 `allow_origins_by_regex` 不为 `nil` 时生效[#9028](https://github.com/apache/apisix/pull/9028)
- 在删除 upstream 时,检查 `traffic-split` 插件中的引用[#9044](https://github.com/apache/apisix/pull/9044)
- 修复启动时无法连接到 etcd 的问题[#9077](https://github.com/apache/apisix/pull/9077)
- 修复域节点的健康检查泄漏问题[#9090](https://github.com/apache/apisix/pull/9090)
- 禁止非 `127.0.0.0/24` 的用户在没有 admin_key 的情况下访问 Admin API: [#9146](https://github.com/apache/apisix/pull/9146)
- 确保 hold_body_chunk 函数对每个插件设置独立缓冲区,避免数据污染: [#9266](https://github.com/apache/apisix/pull/9266)
- 确保 batch-requests 插件能够在尾部响应头存在时能够正确读取: [#9289](https://github.com/apache/apisix/pull/9289)
- 确保 hold_body_chunk 函数对每个插件设置独立缓冲区,避免数据污染[#9266](https://github.com/apache/apisix/pull/9266)
- 确保 batch-requests 插件能够在尾部响应头存在时能够正确读取[#9289](https://github.com/apache/apisix/pull/9289)
- 确保 `proxy-rewrite` 改写 `ngx.var.uri`: [#9309](https://github.com/apache/apisix/pull/9309)

## 3.2.0
Expand Down

0 comments on commit 20cb140

Please sign in to comment.