Skip to content

Releases: fatedier/frp

v0.34.0

19 Sep 16:35
813c45f
Compare
Choose a tag to compare

New

  • Support TLS certificate and mutual TLS authentication.
  • Support set max UDP package size, default is 1500.
  • New e2e test framework.

Fix

  • UDP and SUDP proxy don't support compression and encrytion.
  • Call server plugins in fixed order.

v0.33.0

27 Apr 09:00
2406ecd
Compare
Choose a tag to compare

New

  • Server plugin add NewUserConn interface.
  • New proxy type sudp to provide a safe way to expose udp service like stcp.
  • Support load balancing for tcpmux.

Fix

  • Fix invalid of AuthenticateNewWorkConns in frpc.
  • Fix a panic problem if accept many connections concurrently.

v0.32.1

02 Apr 17:16
8668fef
Compare
Choose a tag to compare

New

  • New operation Ping and NewWorkConn support in Server Plugin.
  • Add apiVersion and op params in Server Plugin HTTP request.

Improvement

  • Prevent frequently relogin when connection broken after login success soon.

Fix

  • Fix a memory leak problem caused by frequently relogin.

v0.32.0

11 Mar 08:12
ea62bc5
Compare
Choose a tag to compare

New

  • Support tls_only = true in frps.ini to enforce frps only accept TLS connection.
  • Set detailed_errors_to_client = false in frps.ini to hide detailed error information to client.
  • Support prometheus monitor.
  • Optional OIDC authentication.
  • New proxy type tcpmux. Support TCP port multiplexing over HTTP Connect tunnel.

Fix

  • Bandwidth limit configure not compared correctly when reloading.
  • Incorrect connection count stats.

Thanks @GuyLewin for the great contribution on this release version.

v0.31.2

04 Feb 14:18
487c8d7
Compare
Choose a tag to compare

Fix

  • Fix not release port when client start proxy error.

v0.31.1

06 Jan 07:58
f480160
Compare
Choose a tag to compare

Fix

  • Fix panic when proxy meta data is set.

v0.31.0

03 Jan 03:48
30c246c
Compare
Choose a tag to compare

New

  • New server manage plugin to extend frp's ability.

Improvement

  • Improve xtcp's success rate in some special case.

v0.30.0

28 Nov 06:24
75f3bce
Compare
Choose a tag to compare

New

  • Support bandwidth limit for each proxy.
  • New plugin http2https, explore https service as http protocol.

v0.29.1

02 Nov 13:50
adc3adc
Compare
Choose a tag to compare

Fix

  • Fix bug when use_encryption is true for xtcp.

v0.29.0

29 Aug 13:26
e62d9a5
Compare
Choose a tag to compare

New

  • New disable_log_color configure to disable console log color.
  • Plugin https2http support attatch headers by plugin_header_ prefix.

Change

  • Provide a high-level Go API.

Fix

  • max_pool_count is invalid.
  • Judge error between IPv4 and IPv6 in proxy protocol.