From 9d45a557200fcbc6a4598b5ee0d75c405299c521 Mon Sep 17 00:00:00 2001 From: fatedier Date: Thu, 30 Jul 2026 14:40:54 +0800 Subject: [PATCH] docs: add release note for #5456 (#5458) --- Release.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Release.md b/Release.md index 6f209a78..803ef5e4 100644 --- a/Release.md +++ b/Release.md @@ -1,5 +1,3 @@ -## Fixes +## Features -* HTTP vhost servers no longer support HTTP/1.1 `Upgrade: h2c` requests. Cleartext HTTP/2 prior-knowledge remains supported. -* Fixed control-session replacement leaks when frpc reconnects through a half-open TCP multiplexed connection. -* Fixed an SSH tunnel gateway panic when handling malformed exec requests. +* Ordinary UDP proxy payloads now use a dedicated binary codec when frpc and frps successfully negotiate the capability under wire protocol v2, reducing frame size and encoding/decoding overhead. Wire protocol v1 and SUDP remain unchanged; wire protocol v2 falls back to JSON `UDPPacket` when the peer does not support or did not negotiate the capability.