Skip to content

Commit 11b1353

Browse files
authored
add release note (fatedier#2867)
1 parent 100d556 commit 11b1353

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

Release.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
### New
22

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.
64

75
### Improve
86

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.

pkg/util/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"strings"
2020
)
2121

22-
var version string = "0.40.0"
22+
var version string = "0.41.0"
2323

2424
func Full() string {
2525
return version

0 commit comments

Comments
 (0)