Skip to content

Commit

Permalink
release note for v0.43.0 (fatedier#2954)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier authored May 27, 2022
1 parent 4af85da commit 0711295
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Release.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
### New

* Added `route_by_http_user` in `http` and `tcpmux` proxy to support route to different clients by HTTP basic auth user.
* `CONNECT` method can be forwarded in `http` type proxy.
* Added `tcpmux_passthrough` in `tcpmux` proxy. If true, `CONNECT` request will be forwarded to frpc.
2 changes: 1 addition & 1 deletion pkg/util/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"strings"
)

var version string = "0.42.0"
var version string = "0.43.0"

func Full() string {
return version
Expand Down

0 comments on commit 0711295

Please sign in to comment.