Skip to content

Releases: fatedier/frp

v0.39.0

26 Jan 12:29
2dab5d0
Compare
Choose a tag to compare

Happy Chinese New Year! 🎉🎉🎉

New

  • Added connect_server_local_ip in frpc to specify local IP connected to frps.
  • Added tcp_mux_keepalive_interval both in frpc and frps to set tcp_mux keepalive interval seconds if tcp_mux is enabled. After using this params, you can set heartbeat_interval to -1 to disable application layer heartbeat to reduce traffic usage(Make sure frps is in the latest version).

Improve

  • Server Plugin: Added client_address in Login Operation.

Fix

  • Remove authentication for healthz api.

v0.38.0

25 Oct 13:01
1437509
Compare
Choose a tag to compare

New

  • Add /healthz API.
  • frpc support disable_custom_tls_first_byte .If set true, frpc will not send custom header byte.

Improve

  • Use go standard embed package instead of statik.

v0.37.1

03 Aug 15:25
997d406
Compare
Choose a tag to compare

Fix

  • Plugin https2https not work.
  • context canceled problem for http_proxy plugin when multiple requests reuse same connection.
  • In some cases, frps can't get server name for https proxy.

v0.37.0

02 Jun 17:06
cfd1a31
Compare
Choose a tag to compare

New

  • frpc add subcommand verify to validate configures before running.
  • frpc support includes option to split multiple proxy configs into different files.
  • Support sudp in dashboard.

Fix

  • Use empty string as default value for dashboard user and password.
  • login_fail_exit is not valid when protocol = kcp.

v0.36.2

22 Mar 07:15
c5c79e4
Compare
Choose a tag to compare

Improve

  • Support reverseproxy to dashboard with additional parts in path.

Fix

  • Fix logic error when parsing configs.

v0.36.1

18 Mar 03:16
Compare
Choose a tag to compare

Fix

  • Fix bind_udp_port listen on error port.

v0.36.0

17 Mar 03:45
Compare
Choose a tag to compare

New

  • New plugin https2https.
  • frpc supports tls_server_name to override the default value from server_addr.

Improvement

  • Increase reconnect frequency if it occurs an network error between frpc and frps.

Fix

  • Fix panic issue about xtcp.

v0.35.1

25 Jan 08:25
3bf1eb8
Compare
Choose a tag to compare

Fix

  • Reduce binary file size.

v0.35.0

19 Jan 13:35
b2ae433
Compare
Choose a tag to compare

New

  • Server Plugin supports HTTPS.

Fix

  • Fix IPv6 address parse problem.
  • HTTP type proxy can't handle websocket protocol due to error Connection header value.

v0.34.3

20 Nov 09:19
aa0a41e
Compare
Choose a tag to compare

New

  • Command line parameters support enable_prometheus.