Skip to content

Releases: wwqgtxx/frp

v0.51.2-ws-path

06 Aug 10:37
Compare
Choose a tag to compare

Features

  • Adds a completion command for shell completions.

Fixes

  • fix a goroutine leak issue caused by Login plugin timeout.
  • Fix an issue introduced in version 0.51.1, enabling use_compression will cause some requests to fail.

v0.46.0-ws-path

01 Jan 05:50
Compare
Choose a tag to compare

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.42.0-ws-path

16 May 02:04
Compare
Choose a tag to compare

New

  • Added new parameter config_dir in frpc to run multiple client instances in one process.

Fix

  • Equal sign in environment variables causes parsing error.

v0.40.0-ws-path

12 Mar 00:06
Compare
Choose a tag to compare

New

  • Added dial_server_timeout in frpc to specify connect 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.