Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: leslie <59061168+leslie-tsang@users.noreply.github.com>
  • Loading branch information
spacewander and leslie-tsang authored May 22, 2022
1 parent 2606e97 commit ea7f186
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ title: Changelog
- [#6960](https://github.com/apache/apisix/pull/6960)
- [#6965](https://github.com/apache/apisix/pull/6965)
- [#7040](https://github.com/apache/apisix/pull/7040)
- Now we support adding delay according to the command & key during proxying Redistraffic, which is built above xRPC:
- Now we support adding delay according to the command & key during proxying Redis traffic, which is built above xRPC:
- [#6999](https://github.com/apache/apisix/pull/6999)
- Introduce an experimental support to configure APISIX via xDS:
- [#6614](https://github.com/apache/apisix/pull/6614)
- [#6759](https://github.com/apache/apisix/pull/6759)
- Add an option to normalize uri like servlet: [#6984](https://github.com/apache/apisix/pull/6984)
- Add `normalize_uri_like_servlet` option to normalize uri like servlet: [#6984](https://github.com/apache/apisix/pull/6984)
- Zookeeper service discovery via apisix-seed: [#6751](https://github.com/apache/apisix/pull/6751)

### Plugin
Expand Down
8 changes: 4 additions & 4 deletions docs/zh/latest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,17 @@ title: CHANGELOG
- [#6960](https://github.com/apache/apisix/pull/6960)
- [#6965](https://github.com/apache/apisix/pull/6965)
- [#7040](https://github.com/apache/apisix/pull/7040)
- 现在我们支持在代理 Redistraffic 过程中根据命令和键添加延迟,它建立在 xRPC 之上。
- 现在我们支持在代理 Redis traffic 过程中根据命令和键添加延迟,它建立在 xRPC 之上。
- [#6999](https://github.com/apache/apisix/pull/6999)
- 引入实验性支持,通过 xDS 配置 APISIX。
- [#6614](https://github.com/apache/apisix/pull/6614)
- [#6759](https://github.com/apache/apisix/pull/6759)
- 增加一个选项,像 servlet 一样规范化 URI。[#6984](https://github.com/apache/apisix/pull/6984)
- 增加 `normalize_uri_like_servlet` 配置选项,像 servlet 一样规范化 URI。[#6984](https://github.com/apache/apisix/pull/6984)
- 通过 apisix-seed 实现 Zookeeper 服务发现:[#6751](https://github.com/apache/apisix/pull/6751)

### Plugin

- real-ip 插件支持像`real_ip_recursive`那样的递归 IP 搜索。[#6988](https://github.com/apache/apisix/pull/6988)
- real-ip 插件支持像 `real_ip_recursive` 那样的递归 IP 搜索。[#6988](https://github.com/apache/apisix/pull/6988)
- api-breaker 插件允许配置响应。[#6949](https://github.com/apache/apisix/pull/6949)
- response-rewrite 插件支持正文过滤器。[#6750](https://github.com/apache/apisix/pull/6750)
- request-id 插件增加了 nanoid 算法来生成 ID:[#6779](https://github.com/apache/apisix/pull/6779)
Expand All @@ -107,7 +107,7 @@ title: CHANGELOG
- grpc-web 插件不会在响应中覆盖 Access-Control-Allow-Origin 头。[#6842](https://github.com/apache/apisix/pull/6842)
- syslog 插件的默认超时已被纠正。[#6807](https://github.com/apache/apisix/pull/6807)
- 修复 authz-keycloak 插件的 `access_denied_redirect_uri` 的设置有时不生效的问题。[#6794](https://github.com/apache/apisix/pull/6794)
- 正确处理`USR2`信号。[#6758](https://github.com/apache/apisix/pull/6758)
- 正确处理 `USR2` 信号。[#6758](https://github.com/apache/apisix/pull/6758)
- 重定向插件在将 HTTP 重定向到 HTTPS 时设置了正确的端口。
- [#7065](https://github.com/apache/apisix/pull/7065)
- [#6686](https://github.com/apache/apisix/pull/6686)
Expand Down

0 comments on commit ea7f186

Please sign in to comment.