We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeea760 commit 1f88a7aCopy full SHA for 1f88a7a
Release.md
@@ -1,3 +1,13 @@
1
+### New
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.
6
7
+### Improve
8
9
+* Added some randomness in reconnect delay.
10
11
### Fix
12
-* Fixed IPv6 address parse issue.
13
+* TLS server name is ignored when `tls_trusted_ca_file` isn’t set.
pkg/util/version/version.go
@@ -19,7 +19,7 @@ import (
19
"strings"
20
)
21
22
-var version string = "0.39.1"
+var version string = "0.40.0"
23
24
func Full() string {
25
return version
0 commit comments