v0.12.0
fatedier/frpv0.12.0Jun 19, 2017by fatedier
AI Summary
The update brings KCP protocol support to improve network stability and adds a 404 page for virtual host domains. Significant fixes address memory leaks and connection closure issues when using encryption and compression.
Key Highlights
- Support for KCP protocol as under transport
- Return 404 for non-existent vhost domains
- Fixed abnormal memory usage with encryption/compression
- Fixed connection close problems with encryption/compression
New Features
- Support kcp protocol as under transport.
- Return 404 Not Found page if vhost domain doesn't exist.
Full Release Notes
### New - Support kcp protocol as under transport. #99 ### Improvement - Return 404 Not Found page if vhost domain doesn't exist. #175 ### Fix - Fix connections close problem when encryption and compression are enabled. #322 - Fix abnormal memory usage when encryption and compression are enabled. #345 - Http proxy plugin can't use encryption and compression.