File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
1
### New
2
2
3
- * Added ` dial_server_timeout ` in frpc to specify connect timeout to frps.
4
- * Additional EndpointParams can be set for OIDC.
5
- * Added CloseProxy operation in server plugin.
3
+ * Support go http pprof.
6
4
7
5
### Improve
8
6
9
- * Added some randomness in reconnect delay.
10
-
11
- ### Fix
12
-
13
- * TLS server name is ignored when ` tls_trusted_ca_file ` isn’t set.
7
+ * Change underlying TCP connection keepalive interval to 2 hours.
8
+ * Create new connection to server for ` sudp ` visitor when needed, to avoid frequent reconnections.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
"strings"
20
20
)
21
21
22
- var version string = "0.40 .0"
22
+ var version string = "0.41 .0"
23
23
24
24
func Full () string {
25
25
return version
You can’t perform that action at this time.
0 commit comments