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 888ed25 commit 6c65858Copy full SHA for 6c65858
Release.md
@@ -1,8 +1,7 @@
1
### New
2
3
-* Support go http pprof.
+* Added new parameter `config_dir` in frpc to run multiple client instances in one process.
4
5
-### Improve
+### Fix
6
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.
+* Equal sign in environment variables causes parsing error.
pkg/util/version/version.go
@@ -19,7 +19,7 @@ import (
19
"strings"
20
)
21
22
-var version string = "0.41.0"
+var version string = "0.42.0"
23
24
func Full() string {
25
return version
0 commit comments