Skip to content

Releases: sorz/moproxy

v0.2.5

18 Dec 13:35
v0.2.5
61c24d5
Compare
Choose a tag to compare
  • Feature: allow to reload server list via SIGHUP
  • Hyper (the HTTP server) becomes optional
  • Reuse the TCP connection with Graphite server

v0.2.4

20 Nov 06:23
v0.2.4
5c24477
Compare
Choose a tag to compare
  • Add connection statistics to graphite
  • Fix mirror errors

v0.2.3

15 Aug 10:22
v0.2.3
2de7191
Compare
Choose a tag to compare
  • Feature: IPv6 support on local listener
  • Feature: send metrics (delay, scores, and thoughputs) to Graphite

v0.2.2

13 May 09:10
v0.2.2
59b2e0c
Compare
Choose a tag to compare
  • Update dependences, compatible with Rust 1.26

v0.2.1

09 Feb 12:26
v0.2.1
f2490b1
Compare
Choose a tag to compare
  • Feature: show throughput for each single server
  • Feature: allow to set TCP congestion control algorithm for local connections

v0.2.0

19 Jan 07:06
v0.2.0
30551b8
Compare
Choose a tag to compare
  • Remove --systemd
  • Improved logs
  • Other minor changes

v0.1.7

29 Dec 21:10
v0.1.7
818942c
Compare
Choose a tag to compare
  • Feature: web server can listen on UNIX domain socket.
  • Feature: show uptime on status page.
  • Fix: waiting too long on delay test sometimes.

v0.1.6

20 Dec 17:49
v0.1.6
cd98cce
Compare
Choose a tag to compare
  • Add systemd startup nofity support
  • Add example configuartion

Mainly for packaging, not need to update to this version if you are using v0.1.5.

v0.1.5

19 Dec 11:15
v0.1.5
5b4fb2e
Compare
Choose a tag to compare
  • Feature: throughput on status page.
  • Fix connection error in some cases with TLS support enabled.
  • Other minor improvement.

v0.1.4

15 Dec 19:14
v0.1.4
60820da
Compare
Choose a tag to compare
  • Better web console: improved traffic statistics, auto refresh, and no JS library anymore.
  • Some refactors…