Releases: fatedier/frp
Releases · fatedier/frp
v0.48.0
08 Mar 03:52
Compare
Sorry, something went wrong.
No results found
New
The httpconnect type in tcpmux now supports authentication through the parameters http_user and http_pwd.
Improved
The web framework has been upgraded to vue3 + element-plus, and the dashboard has added some information display and supports dark mode.
The e2e testing has been switched to ginkgo v2.
v0.47.0
09 Feb 17:23
Compare
Sorry, something went wrong.
No results found
New
Added config bandwidth_limit_mode in frpc, default value is client which is current behavior. Optional value is server, to enable bandwidth limit in server. The major aim is to let server plugin has the ability to modify bandwidth limit for each proxy.
Improve
dns_server supports ipv6.
frpc supports graceful shutdown for protocol quic.
v0.46.1
10 Jan 02:39
Compare
Sorry, something went wrong.
No results found
Fix
Server Plugin sends incorrect op name for NewWorkConn.
QUIC stream leak.
v0.46.0
18 Dec 11:41
Compare
Sorry, something went wrong.
No results found
New
Add oidc_scope parameter to frpc when authentication_method = oidc.
Support quic protocol between frpc and frps.
Improve
Upgrade oidc and oauth2 package which is forward compatible.
v0.45.0
26 Oct 15:30
Compare
Sorry, something went wrong.
No results found
Improve
Adjust http group load balancing to forward requests to each frpc proxy round robin. Previous behavior is always forwarding requests to a single proxy in the case of single concurrency.
v0.44.0
10 Jul 16:20
Compare
Sorry, something went wrong.
No results found
New
Use auto generated certificates if plugin_key_path and plugin_crt_path are empty for plugin https2https and https2http.
Server dashboard supports TLS configs.
Fix
xtcp error with IPv6 address.
v0.43.0
27 May 08:35
Compare
Sorry, something went wrong.
No results found
New
Added route_by_http_user in http and tcpmux proxy to support routing 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.
v0.42.0
22 Apr 03:42
Compare
Sorry, something went wrong.
No results found
New
Added new parameter config_dir in frpc to run multiple client instances in one process. (Not all features can be supported in this mode )
Fix
Equal sign in environment variables causes parsing error.
v0.41.0
23 Mar 13:30
Compare
Sorry, something went wrong.
No results found
New
Improve
Change underlying TCP connection keepalive interval to 2 hours.
Create new connection to server for sudp visitor when needed, to avoid frequent reconnections.
v0.40.0
11 Mar 12:00
Compare
Sorry, something went wrong.
No results found
New
Added dial_server_timeout in frpc to specify connecting timeout to frps.
Additional EndpointParams can be set for OIDC.
Added CloseProxy operation in server plugin.
Improve
Added some randomness in reconnect delay.
Fix
TLS server name is ignored when tls_trusted_ca_file isn’t set.
You can’t perform that action at this time.