You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,37 @@
1
1
# Changelog
2
2
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)
0 commit comments