v0.70.0

parruda/swarmv0.70.0Jul 11, 2026by fatedier

AI Summary

A major update migrating the dashboard API to v2 and changing WebSocket payloads to binary frames to improve compatibility.

Key Highlights

  • Migrates dashboard API v2 across Clients, Proxies, and Server Overview
  • WebSocket and WSS payloads now sent as binary frames to avoid UTF-8 validation issues
  • Rejects duplicate proxy and visitor names in config files

Breaking Changes

  • WebSocket and WSS tunnel payloads changed from text to binary frames

New Features

  • Dashboard API v2 migration
  • Server-side pagination and search
  • Native ObjectStore for S3 optimization

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.