diff --git a/Release.md b/Release.md index 306d8b9..9be2af7 100644 --- a/Release.md +++ b/Release.md @@ -1,13 +1,8 @@ ### New -* Added `dial_server_timeout` in frpc to specify connect timeout to frps. -* Additional EndpointParams can be set for OIDC. -* Added CloseProxy operation in server plugin. +* Support go http pprof. ### Improve -* Added some randomness in reconnect delay. - -### Fix - -* TLS server name is ignored when `tls_trusted_ca_file` isn’t set. +* Change underlying TCP connection keepalive interval to 2 hours. +* Create new connection to server for `sudp` visitor when needed, to avoid frequent reconnections. diff --git a/pkg/util/version/version.go b/pkg/util/version/version.go index cb15461..07d0da2 100644 --- a/pkg/util/version/version.go +++ b/pkg/util/version/version.go @@ -19,7 +19,7 @@ import ( "strings" ) -var version string = "0.40.0" +var version string = "0.41.0" func Full() string { return version