Releases: fatedier/frp
Releases · fatedier/frp
v0.35.1
v0.35.0
v0.34.3
New
- Command line parameters support
enable_prometheus
.
v0.34.2
v0.34.1
v0.34.0
v0.33.0
New
- Server plugin add
NewUserConn
interface. - New proxy type
sudp
to provide a safe way to expose udp service likestcp
. - Support load balancing for
tcpmux
.
Fix
- Fix invalid of
AuthenticateNewWorkConns
in frpc. - Fix a panic problem if accept many connections concurrently.
v0.32.1
New
- New operation
Ping
andNewWorkConn
support in Server Plugin. - Add
apiVersion
andop
params in Server Plugin HTTP request.
Improvement
- Prevent frequently relogin when connection broken after login success soon.
Fix
- Fix a memory leak problem caused by frequently relogin.
v0.32.0
New
- Support
tls_only = true
infrps.ini
to enforce frps only accept TLS connection. - Set
detailed_errors_to_client = false
infrps.ini
to hide detailed error information to client. - Support prometheus monitor.
- Optional OIDC authentication.
- New proxy type
tcpmux
. Support TCP port multiplexing over HTTP Connect tunnel.
Fix
- Bandwidth limit configure not compared correctly when reloading.
- Incorrect connection count stats.
Thanks @GuyLewin for the great contribution on this release version.