Skip to content

Commit fa7c05c

Browse files
committed
release note for v0.44.0
1 parent 218b354 commit fa7c05c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Release.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### New
22

3-
* Added `route_by_http_user` in `http` and `tcpmux` proxy to support route to different clients by HTTP basic auth user.
4-
* `CONNECT` method can be forwarded in `http` type proxy.
5-
* Added `tcpmux_passthrough` in `tcpmux` proxy. If true, `CONNECT` request will be forwarded to frpc.
3+
* Use auto generated certificates if `plugin_key_path` and `plugin_crt_path` are empty for plugin `https2https` and `https2http`.
4+
* Server dashboard supports TLS configs.
5+
6+
### Fix
7+
8+
* xtcp error with IPv6 address.

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

2424
func Full() string {
2525
return version

0 commit comments

Comments
 (0)