Skip to content

v1.11.2

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 04:22
· 1236 commits to master since this release
f35762c

Features

  • #570 Multi-architecture Docker image for release
  • Replaced futures::future::abortable with tokio's builtin tokio::task::JoinHandle::abort
  • Define binaries' exit code with standard in sysexits.h
  • HTTP local listener supports TCP_NODELAY, SO_KEEPALIVE and dual-stack

Bug Fixed

  • #577 ssmanager and ssserver command line argument -u should overwrite mode to be Mode::UdpOnly
  • #566 Exit with error code instead of panic! when loading ACL fails
  • #555 Properly handling EINPROGRESS for TFO connect when falling backs
  • #557 Properly killing UDP associations, which may cause Future (memory) leaks

Security

  • #556 Remove slient dropping when replay was detected