Skip to content

Releases: sorz/moproxy

v0.5.1

10 Jan 10:26
Compare
Choose a tag to compare

New features

  • Proxy selection based on destiation IP/domain & listen port (example)

Bugfix

  • Support domain name resolution for proxy server (by @tperale)

Breaking changes

If you are using multiple listen ports feature, see migration guide.

Prebuilt binaries

  • mips-unknown-linux-musl is removed because MIPS targets have been dropped to tier 3 support by Rust.
  • aarch64-linux-android is temporarily disabled until cross-rs/cross#1222 get fixed.

v0.4.2

13 Mar 04:18
Compare
Choose a tag to compare
  • Fix multiple values in --socks5/--http (207b31e)

v0.4.1

03 Mar 17:33
Compare
Choose a tag to compare

Changelog:

  • Fix regression on non-Linux platforms

v0.4.0

03 Mar 09:38
Compare
Choose a tag to compare

Breaking changes:

  • CLI argument -h (short equivalent of --host) renamed to -b

Change logs:

  • Allow empty server list for --allow-direct
  • Update dependencies

Contributors:

v0.3.12

09 Jun 09:52
v0.3.12
77f94c5
Compare
Choose a tag to compare

Changelog:

  • Fix regression on 32-bit Linux

v0.3.11

09 Jun 09:28
v0.3.11
bc5debd
Compare
Choose a tag to compare

Changelog:

  • Update dependencies (incl. moproxy-web's)
  • Use structured logging w/ systemd-journald native protocol

v0.3.10

07 Dec 07:44
v0.3.10
790ec4d
Compare
Choose a tag to compare

Changelog:

  • Show status of upstream proxies on systemctl status
  • Make metrics exporter /metrics compatible with OpenMetrics 1.0.0
  • Reduce binary size

Contributors:

v0.3.9

15 Apr 06:21
v0.3.9
ad426ed
Compare
Choose a tag to compare
  • Fix some half-closed TCP may hang on forever
  • Fix build error on some non-Linux Unix platform (e.g. Android)
  • Adjust logging levels
  • Remove build-time dependency OpenSSL

v0.3.8

24 Dec 05:46
v0.3.8
1c669e0
Compare
Choose a tag to compare
  • Fix Windows build

v0.3.7

24 Dec 05:14
v0.3.7
a79bb33
Compare
Choose a tag to compare

Changelog:

  • Support upstream HTTP basic authentication (thanks @except)
  • Use larger shared buffers (may improve the forwarding performance)
  • Updated moproxy-web:
    • Persistent settings
    • htop-like colorful traffic amount
  • Other mirror changes

Contributors: