diff --git a/Release.md b/Release.md index 2549a736..7e9befa0 100644 --- a/Release.md +++ b/Release.md @@ -1,9 +1,9 @@ ## Features -* `transport.wireProtocol = "v2"` now also applies to UDP-based proxy payloads, including ordinary UDP and SUDP, so their payload framing is consistent with the selected wire protocol. -* Improved SUDP compatibility during mixed `transport.wireProtocol` deployments, allowing frps to bridge payloads between v1/default and v2 SUDP clients. -* XTCP work connection `NatHoleSid` messages now follow the selected `transport.wireProtocol`. +* Added dashboard API v2 pagination endpoints for users, clients, and proxies. +* The frps dashboard Clients and Proxies pages now use API v2 pagination and server-side search, including proxy type filtering and searchable proxy spec fields such as remote ports, custom domains, and subdomains. -## Compatibility Notes +## Fixes -* When enabling `transport.wireProtocol = "v2"` for SUDP, upgrade both the proxy and visitor frpc instances first, or keep them on `v1` until both sides are upgraded. +* WebSocket and WSS tunnel payloads are now sent as binary frames, avoiding disconnects through RFC-compliant intermediaries that validate text frames as UTF-8. +* The `tls2raw` client plugin now writes the proxy protocol header to the local raw connection when proxy protocol is enabled.