mirror of https://github.com/fatedier/frp.git
add release note (#2867)
This commit is contained in:
parent
100d556336
commit
11b13533a0
11
Release.md
11
Release.md
|
@ -1,13 +1,8 @@
|
||||||
### New
|
### New
|
||||||
|
|
||||||
* Added `dial_server_timeout` in frpc to specify connect timeout to frps.
|
* Support go http pprof.
|
||||||
* Additional EndpointParams can be set for OIDC.
|
|
||||||
* Added CloseProxy operation in server plugin.
|
|
||||||
|
|
||||||
### Improve
|
### Improve
|
||||||
|
|
||||||
* Added some randomness in reconnect delay.
|
* Change underlying TCP connection keepalive interval to 2 hours.
|
||||||
|
* Create new connection to server for `sudp` visitor when needed, to avoid frequent reconnections.
|
||||||
### Fix
|
|
||||||
|
|
||||||
* TLS server name is ignored when `tls_trusted_ca_file` isn’t set.
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
var version string = "0.40.0"
|
var version string = "0.41.0"
|
||||||
|
|
||||||
func Full() string {
|
func Full() string {
|
||||||
return version
|
return version
|
||||||
|
|
Loading…
Reference in New Issue