Skip to content

Releases: MengJiangProject/redproxy-rs

v0.5.1-fix

12 Sep 08:16
823dd01
Compare
Choose a tag to compare

fixes building failure on windows

v0.5.1

12 Sep 05:44
d4f3fda
Compare
Choose a tag to compare
  • d07f99a add loadbalance connector
  • 6daa7ab add connect addresses into context
  • 11cb0be access_log: add script formater
  • 84e59d3 add embedded-ui to default features
  • 55ae6f7 milu: add template string, bump version 0.2.1
  • b83e476 milu: add strcat function

v0.5.0

08 Sep 07:22
72aa595
Compare
Choose a tag to compare
  • bump version 0.5.0
  • allow rules to be reconfigured via restapi (/api/rules)
  • add prometheus metrics interface (/api/metrics)
  • add reverse proxy listener
  • tls: enable tls1.3 0rtt handshake by default

v0.4.2

07 Sep 03:19
930a16d
Compare
Choose a tag to compare

fixes a bug may causes quic listener stops working

v0.4.1

06 Sep 09:48
ac8da27
Compare
Choose a tag to compare

We now have a working WebUI bundled in the single binary \o/

WebUI is enabled by default, to disable, see metrics section in config.yaml

v0.4.0

04 Sep 06:21
b18be04
Compare
Choose a tag to compare

Add metrics api

  • /contexts : List all live connections
  • /history : List last 100 terminated connections

v0.3.2

30 Aug 14:18
b098f5c
Compare
Choose a tag to compare

fixes http listener failed to handle TLS connections

v0.3.1

29 Aug 11:08
fa17897
Compare
Choose a tag to compare

Better error messages.

v0.3.0

29 Aug 04:48
282fda0
Compare
Choose a tag to compare

Added HTTP CONNECT over QUIC support
Fixed bug in milu that causes dead loops
Bump version 0.3.0

v0.2.0

27 Aug 05:01
cfe8308
Compare
Choose a tag to compare

Add Socks protocol v4,v4a and v5 support with tls