Explorar el Código

bump version to v0.40.0 (#2833)

fatedier hace 3 años
padre
commit
1f88a7a0b8
Se han modificado 2 ficheros con 12 adiciones y 2 borrados
  1. 11 1
      Release.md
  2. 1 1
      pkg/util/version/version.go

+ 11 - 1
Release.md

@@ -1,3 +1,13 @@
+### 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.
+
+### Improve
+
+* Added some randomness in reconnect delay.
+
 ### Fix
 
-* Fixed IPv6 address parse issue.
+* TLS server name is ignored when `tls_trusted_ca_file` isn’t set.

+ 1 - 1
pkg/util/version/version.go

@@ -19,7 +19,7 @@ import (
 	"strings"
 )
 
-var version string = "0.39.1"
+var version string = "0.40.0"
 
 func Full() string {
 	return version