Skip to content

Commit cd1f842

Browse files
committed
add en ver
1 parent 15ab97e commit cd1f842

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## v0.11.0
4+
5+
### New features
6+
7+
- Support the extension of Listener Filter, the transparent hijacking capability is implemented based on Listener Filter [@wangfakang](https://github.com/wangfakang)
8+
- New Set method for variable mechanism [@pxzero](https://github.com/pxzero)
9+
- Added automatic retry and exception handling when SDS Client fails [@taoyuanyuan](https://github.com/taoyuanyuan)
10+
- Improve TraceLog and support injecting context [@nejisama](https://github.com/nejisama)
11+
12+
### Refactoring
13+
14+
- Refactored XProtocol Engine and reimplemented SOFARPC protocol [@neverhook](https://github.com/neverhook)
15+
- Removed SOFARPC Healthcheck filter and changed to xprotocol's built-in heartbeat implementation
16+
- Removed the original protocol conversion (protocol conv) support of the SOFARPC protocol, and added a new protocol conversion extension implementation capability based on stream filter
17+
- xprotocol adds idle free and keepalive
18+
- Protocol analysis and optimization
19+
- Modify the Encode method parameters of HTTP2 protocol [@taoyuanyuan](https://github.com/taoyuanyuan)
20+
- Streamlined LDS interface parameters [@nejisama](https://github.com/nejisama)
21+
- Modified the routing configuration model, abandoned `connection_manager` [@nejisama](https://github.com/nejisama)
22+
23+
### Optimization
24+
25+
- Optimize Upstream dynamic domain name resolution mechanism [@wangfakang](https://github.com/wangfakang)
26+
- Optimized TLS encapsulation, added error log, and modified timeout period in compatibility mode [@nejisama](https://github.com/nejisama)
27+
- Optimize timeout setting, use variable mechanism to set timeout [@neverhook](https://github.com/neverhook)
28+
- Dubbo parsing library dependency upgraded to 1.5.0 [@cch123](https://github.com/cch123)
29+
- Reference path migration script adds OS adaptation [@taomaree](https://github.com/taomaree)
30+
31+
### Bug fix
32+
33+
- Fix the problem of losing query string during HTTP2 protocol forwarding [@champly](https://github.com/champly)
34+
335
## v0.10.0
436

537
### New features

CHANGELOG_ZH.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
### 新功能
66

77
- 支持 Listener Filter 的扩展,透明劫持能力基于 Listener Filter 实现 [@wangfakang](https://github.com/wangfakang)
8-
- 变量机制新增 Set 方法 [@neverhook]((https://github.com/neverhook)
8+
- 变量机制新增 Set 方法 [@neverhook](https://github.com/neverhook)
99
- 新增 SDS Client 失败时自动重试和异常处理 [@pxzero](https://github.com/pxzero)
1010
- 完善 TraceLog,支持注入 context[@taoyuanyuan](https://github.com/taoyuanyuan)
1111
- 新增 FeatureGate `auto_config`,当开启该Feature以后动态更新的配置会保存到启动配置中 [@nejisama](https://github.com/nejisama)
1212

1313
### 重构
1414

15-
- 重构 XProtocol Engine,并且重新实现了 SofaRPC 协议 [@neverhook]((https://github.com/neverhook)
15+
- 重构 XProtocol Engine,并且重新实现了 SofaRPC 协议 [@neverhook](https://github.com/neverhook)
1616
- 移除了 SofaRpc Healthcheck filter,改为 xprotocol 内建的 heartbeat 实现
1717
- 移除了 SofaRpc 协议原本的协议转换 (protocol conv) 支持,新增了基于 stream filter 的的协议转换扩展实现能力
1818
- xprotocol 新增 idle free 和 keepalive
@@ -25,7 +25,7 @@
2525

2626
- 优化 Upstream 动态解析域名机制 [@wangfakang](https://github.com/wangfakang)
2727
- 优化 TLS 封装,新增了错误日志,修改了兼容模式下的超时时间 [@nejisama](https://github.com/nejisama)
28-
- 优化超时时间设置,使用变量机制设置超时时间 [@neverhook]((https://github.com/neverhook)
28+
- 优化超时时间设置,使用变量机制设置超时时间 [@neverhook](https://github.com/neverhook)
2929
- Dubbo 解析库依赖升级到 1.5.0 [@cch123](https://github.com/cch123)
3030
- 引用路径迁移脚本新增 OS 自适应 [@taomaree](https://github.com/taomaree)
3131

0 commit comments

Comments
 (0)