@@ -32,13 +40,6 @@ an API that records Zoom, Google Meet, Microsoft Teams, in-person meetings, and
-
-
-
-
- The complete IDE crafted for professional Go developers
-
-
## What is frp?
diff --git a/README_zh.md b/README_zh.md
index 600cd4fd..246ebb7a 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -14,6 +14,14 @@ frp 是一个完全开源的项目,我们的开发工作完全依靠赞助者
Gold Sponsors
+
+
+
+
+ The complete IDE crafted for professional Go developers
+
+
+
@@ -34,13 +42,6 @@ an API that records Zoom, Google Meet, Microsoft Teams, in-person meetings, and
-
-
-
-
- The complete IDE crafted for professional Go developers
-
-
## 为什么使用 frp ?
diff --git a/Release.md b/Release.md
index 33fc0aea..5199f328 100644
--- a/Release.md
+++ b/Release.md
@@ -1,9 +1,3 @@
-## Features
-
-* UDP packet payloads for ordinary UDP proxies and SUDP now use a dedicated binary codec when frpc and frps successfully negotiate the capability under wire protocol v2, using a more compact wire representation. Wire protocol v1 remains JSON; wire protocol v2 falls back to JSON `UDPPacket` when the peer does not support or did not negotiate the capability.
-
## Fixes
-* Fixed a server panic and remote denial of service caused by a client sending a negative `pool_count`. Negative values are now rejected before work-connection pool resources are allocated.
-* Fixed `frpc verify` ignoring configured `featureGates`, which caused VirtualNet configurations to be rejected even when the feature was enabled.
-* Fixed a case-insensitive validation bypass that allowed `customDomains` under the configured `subDomainHost` to be registered using mixed-case domain names.
+* Fixed VirtualNet route lifecycle issues during reconnect and shutdown, including stale route cleanup, shutdown races, and reconnect backoff overflow.