File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 更新日志
2
2
3
+ ## v0.13.0
4
+
5
+ ### 新功能
6
+
7
+ + 支持 Strict DNS Cluster [ @dengqian ] ( https://github.com/dengqian )
8
+ + 支持 GZip 处理的 Stream Filter [ @wangfakang ] ( https://github.com/wangfakang )
9
+ + Dubbo 服务发现完成 Beta 版本 [ @cch123 ] ( https://github.com/cch123 )
10
+ + 支持单机故障隔离的 Stream Filter [ @NeGnail ] ( https://github.com/NeGnail )
11
+ + 集成 Sentinel 限流能力 [ @ansiz ] ( https://github.com/ansiz )
12
+
13
+ ### 优化
14
+
15
+ + 优化 EDF LB 的实现,使用 EDF 重新实现 WRR LB [ @CodingSinger ] ( https://github.com/CodingSinger )
16
+ + 配置获取 ADMIN API 优化,新增 Features 和环境变量相关 ADMIN API [ @nejisama ] ( https://github.com/nejisama )
17
+ + 更新 Host 时触发健康检查的更新从异步模式修改为同步模式 [ @nejisama ] ( https://github.com/nejisama )
18
+ + 更新了 Dubbo 库,优化了 Dubbo Decode 的性能 [ @zonghaishang ] ( https://github.com/zonghaishang )
19
+ + 优化 Metrics 在 Promuthes 中的输出,使用正则过滤非法的 Key [ @nejisama ] ( https://github.com/nejisama )
20
+ + 优化 MOSN 的返回状态码 [ @wangfakang ] ( https://github.com/wangfakang )
21
+
22
+ ### Bug 修复
23
+
24
+ + 修复健康检查注册回调函数时的并发冲突问题 [ @nejisama ] ( https://github.com/nejisama )
25
+ + 修复配置持久化函数没有正确处理空配置的错误 [ @nejisama ] ( https://github.com/nejisama )
26
+ + 修复 ClusterName/RouterName 过长时,以文件形式 DUMP 会失败的问题 [ @nejisama ] ( https://github.com/nejisama )
27
+ + 修复获取 XProtocol 协议时,无法正确获取协议的问题 [ @wangfakang ] ( https://github.com/wangfakang )
28
+ + 修复创建 StreamFilter 时,获取的 context 错误的问题 [ @wangfakang ] ( https://github.com/wangfakang )
29
+
30
+
3
31
## v0.12.0
4
32
5
33
### 新功能
Original file line number Diff line number Diff line change 1
- v0.12 .0
1
+ v0.13 .0
You can’t perform that action at this time.
0 commit comments