v0.55.0
版本发布时间: 2024-03-12 17:12:08
fatedier/frp最新发布版本:v0.61.0(2024-10-17 17:36:20)
Notable Changes
- The minimum supported Go version has been updated to
1.22
. In the new version of Go, the default minimum supported TLS version has been changed toTLS 1.2
. - The default value of
--strict-config
has been changed fromfalse
totrue
. If your configuration file uses a non-existent configuration item or has a spelling error, the application will throw an error. This startup parameter was introduced in versionv0.53.0
. If you wish to continue using the old behavior, you need to explicitly set--strict-config=false
.
Features
- Proxy supports configuring annotations, which will be displayed in the frps dashboard.
Changes
- Removed dependencies on the forked version of kcp-go and beego log, kcp-go now uses the upstream version, and golib/log replaces beego log.