mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
bump version
This commit is contained in:
parent
f1a51eba18
commit
85aa3df256
11
Release.md
11
Release.md
@ -1,5 +1,8 @@
|
|||||||
### Fix
|
### New
|
||||||
|
|
||||||
* Plugin `https2https` not work.
|
* Add `/healthz` API.
|
||||||
* `context canceled` problem for `http_proxy` plugin when multiple requests reuse same connection.
|
* frpc support `disable_custom_tls_first_byte` .If set true, frpc will not send custom header byte.
|
||||||
* In some cases, frps can't get server name for `https` proxy.
|
|
||||||
|
### Improve
|
||||||
|
|
||||||
|
* Use go standard embed package instead of statik.
|
||||||
|
@ -19,7 +19,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
var version string = "0.37.1"
|
var version string = "0.38.0"
|
||||||
|
|
||||||
func Full() string {
|
func Full() string {
|
||||||
return version
|
return version
|
||||||
|
Loading…
Reference in New Issue
Block a user