v0.70.0
eosphoros-ai/DB-GPTv0.70.0Jul 11, 2026by fatedier
AI Summary
Release focused on dashboard API v2 migration and fixes for WebSocket/WSS binary frame handling.
Key Highlights
- Expanded frps dashboard API v2 migration with pagination and search.
- WebSocket and WSS tunnel payloads now sent as binary frames.
- tls2raw client plugin now writes proxy protocol header.
- frpc now rejects duplicate proxy and visitor names.
New Features
- Dashboard API v2 features (users, clients, proxies, traffic history)
- Binary frame support for WebSocket/WSS
- Proxy protocol header support for tls2raw
- Duplicate proxy name rejection in config files
Full Release Notes
## Features * Expanded the frps dashboard API v2 migration across Clients, Proxies, Server Overview, Client Detail, and Proxy Detail, covering paginated users/clients/proxies, detail data, proxy traffic history, server system info, offline proxy statistics pruning, server-side pagination, search, and proxy type filtering. ## Fixes * 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. * frpc now rejects duplicate proxy and visitor names in config files instead of silently overwriting earlier entries.