v0.69.1
eosphoros-ai/DB-GPTv0.69.1Jun 1, 2026by fatedier
AI Summary
Updates wire protocol v2 to apply to UDP-based proxy payloads and improves SUDP compatibility.
Key Highlights
- Wire protocol v2 for UDP payloads
- SUDP compatibility in mixed deployments
- XTCP NatHoleSid messages follow wire protocol
Breaking Changes
- Enabling transport.wireProtocol = 'v2' for SUDP requires simultaneous upgrade of proxy and visitor instances
New Features
- Wire protocol v2 application to UDP
- SUDP compatibility
- XTCP NatHoleSid updates
Full Release Notes
## 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`. ## Compatibility Notes * 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.