Skip to content

Releases: fatedier/frp

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.

v0.28.2

09 Aug 05:00
134a46c
Compare
Choose a tag to compare

Fix

  • Fix a bug that health check worker may stop unexpected.

v0.28.1

08 Aug 09:34
ae08811
Compare
Choose a tag to compare

New

  • Update standard http ReverseProxy to handle more upgrade protocol.
  • Update some vendor packages.

v0.28.0

01 Aug 06:09
6451583
Compare
Choose a tag to compare

New

  • Type http support load balancing.

Fix

  • Fix a connection leak problem when login_fail_exit is false.

v0.27.1

14 Jul 12:11
e611c44
Compare
Choose a tag to compare

Fix

  • Add read timeout for TLS connection check.

v0.27.0

25 Apr 06:44
95444ea
Compare
Choose a tag to compare

New

  • Proxy Protocol support plugin unix_domain_socket.
  • frps support custom 404 page.