Skip to content

Commit d20a6d3

Browse files
committed
update release note
1 parent 6194273 commit d20a6d3

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

Release.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
### New
2-
3-
* Added `connect_server_local_ip` in frpc to specify local IP connected to frps.
4-
* Added `tcp_mux_keepalive_interval` both in frpc and frps to set `tcp_mux` keepalive interval seconds if `tcp_mux` is enabled. After using this params, you can set `heartbeat_interval` to `-1` to disable application layer heartbeat to reduce traffic usage(Make sure frps is in the latest version).
5-
6-
### Improve
7-
8-
* Server Plugin: Added `client_address` in Login Operation.
9-
101
### Fix
112

12-
* Remove authentication for healthz api.
3+
* Fixed IPv6 address parse issue.

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.39.0"
22+
var version string = "0.39.1"
2323

2424
func Full() string {
2525
return version

0 commit comments

Comments
 (0)