v0.33.0
fatedier/frpv0.33.0Apr 27, 2020by fatedier
AI Summary
This version introduces a new proxy type for safe UDP exposure, enhances server plugin capabilities, and improves load balancing and stability.
Key Highlights
- Server plugin add `NewUserConn` interface.
- New proxy type `sudp` to provide a safe way to expose udp service.
- Support load balancing for `tcpmux`.
- Fix panic problem if accept many connections concurrently.
New Features
- Server plugin add `NewUserConn` interface
- New proxy type `sudp`
- Support load balancing for `tcpmux`
Full Release Notes
### New * Server plugin add `NewUserConn` interface. * New proxy type `sudp` to provide a safe way to expose udp service like `stcp`. * Support load balancing for `tcpmux`. ### Fix * Fix invalid of `AuthenticateNewWorkConns` in frpc. * Fix a panic problem if accept many connections concurrently.