This is an automated email from the ASF dual-hosted git repository.
haiboduan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new fc35e0c [ISSUE #467] Add Chinese version introduction (#472)
fc35e0c is described below
commit fc35e0c77e9cc2065b30d3ea4f7c1867b27b97ea
Author: erdengk <[email protected]>
AuthorDate: Sun Mar 6 12:52:50 2022 +0800
[ISSUE #467] Add Chinese version introduction (#472)
* fix issue467
* fix issue467
* fix issue467
---
event/2.4.2-release.md | 4 +-
.../current/2.4.2-release.md | 68 ++++++++++++++++++++++
2 files changed, 70 insertions(+), 2 deletions(-)
diff --git a/event/2.4.2-release.md b/event/2.4.2-release.md
index f945258..406a577 100644
--- a/event/2.4.2-release.md
+++ b/event/2.4.2-release.md
@@ -22,8 +22,8 @@ description: release-notes
### API Changes
-1.Add configuration properties for HTTP synchronization data
-2.Remove'/shenyu-client/**','/configs/**','/plugin'interface from the
whitelist interface of Shenyu admin
+1. Add configuration properties for HTTP synchronization data
+2. Remove'/shenyu-client/**','/configs/**','/plugin'interface from the
whitelist interface of Shenyu admin
### Enhancement
diff --git
a/i18n/zh/docusaurus-plugin-content-docs-event/current/2.4.2-release.md
b/i18n/zh/docusaurus-plugin-content-docs-event/current/2.4.2-release.md
new file mode 100644
index 0000000..11eb7f1
--- /dev/null
+++ b/i18n/zh/docusaurus-plugin-content-docs-event/current/2.4.2-release.md
@@ -0,0 +1,68 @@
+---
+title: 2.4.2
+sidebar_position: 1
+keywords: ["release-notes"]
+description: release-notes
+---
+# 2.4.2
+
+### 新功能
+
+1. 添加 `Mqtt` 插件
+2. `Shenyu-Agent` 模块支持可观察性
+3. 在 `Shenyu-Agent` 模块上添加 `opentelemetry` 插件
+4. 在`Shenyu-Agent`模块上添加`jaeger`插件
+5. 在`Shenyu-Agent`模块上添加`zipkin`插件
+6. 支持`zookeeper`注册Shenyu实例
+7. 支持响应数据自定义格式
+8. 支持 https 进行上游检查
+9. 添加 `RpcContextPlugin` 以将标头传输到 rpc 上下文
+10. `dubbo`插件支持集群模型
+11. 支持Shenyu `ETCD` 实例注册
+
+### API 更改
+
+1. 增加HTTP同步数据的配置属性
+
+2. 从Shenyu-admin的白名单界面去掉 '/shenyu-client/' , '/configs/' , '/plugin'接口
+
+### 增强
+
+1. 优化全局错误处理程序以实现灵活处理
+2. 优化了循环中的数据库访问
+3. 优化结果媒体类型和重置响应头
+4. 增强 `crossfilter` 过滤相同的标头
+5. 优化 Shenyu context 模块数据
+6. 优化 `dubbo`插件
+7. 优化`admin db`操作
+8. 重构响应和 `Cryptor`插件
+9. 优化管理资源权限加载器
+10. `http`注册时在`Shenyu admin`上添加认证
+11. 优化网络配置。
+12. 优化资源、权限的SQL文件
+13. 为选择器和规则添加 `ExcludeOperatorJudge`
+14. 在 `Shenyu-dist` 上添加 `docker-compose`
+15. 增强`jwt`插件的能力
+
+### 重构
+
+1. 删除 `SpEL` 和 `Groovy` 插件
+2. `ExtensionLoader`优化提示
+3. 添加`http`客户端策略属性
+4. 重构 `Shenyu client`
+
+### 错误修复
+
+1. 修复 `sentinel Plugin-exception number` 无效
+2. 修复 `HttpClientProperties.javaresponseTimeout` 无法在 yaml 中配置
+3. 修复网络客户端上的对等异常重置连接
+4. 修复注册数据和 `uri` 顺序
+5. 点击添加按钮时修复`admin`
+6. 修复 `Spi` 配置
+7. 支持 `Dubbo` 插件单参数基元类型
+8. 修复使用 `etcd` 集群同步数据初始化失败的问题
+9. 修复 `Shiro` 获取白名单为空的错误
+10. 修复 `zookeeper` 同步错误处理事件的 bug
+11. 修复 `modify-response-plugin` 和 `cryptor-response-plugin` 组合使用,没有返回信息的错误
+12. 修复使用 `h2` 加密规则处理程序中缺少某些字段的错误
+