From d20a6d3d751cd93a05467bc09b4d32f7dff3f49a Mon Sep 17 00:00:00 2001 From: fatedier Date: Wed, 9 Feb 2022 15:23:01 +0800 Subject: [PATCH] update release note --- Release.md | 11 +---------- pkg/util/version/version.go | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Release.md b/Release.md index bd57c95..11bd0d8 100644 --- a/Release.md +++ b/Release.md @@ -1,12 +1,3 @@ -### New - -* Added `connect_server_local_ip` in frpc to specify local IP connected to frps. -* 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). - -### Improve - -* Server Plugin: Added `client_address` in Login Operation. - ### Fix -* Remove authentication for healthz api. +* Fixed IPv6 address parse issue. diff --git a/pkg/util/version/version.go b/pkg/util/version/version.go index 2ab9be9..ede58f2 100644 --- a/pkg/util/version/version.go +++ b/pkg/util/version/version.go @@ -19,7 +19,7 @@ import ( "strings" ) -var version string = "0.39.0" +var version string = "0.39.1" func Full() string { return version