Skip to content

Commit 0711295

Browse files
authored
release note for v0.43.0 (fatedier#2954)
1 parent 4af85da commit 0711295

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
### New
12

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.

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

2424
func Full() string {
2525
return version

0 commit comments

Comments
 (0)