Skip to content

Releases: Jigsaw-Code/outline-ss-server

v1.7.3

07 Oct 17:15
d240aa1
Compare
Choose a tag to compare

What's Changed

  • Fix the enforcement of IPv6-only by not setting the host address. By @sbruens in #217

Full Changelog: v1.7.2...v1.7.3

v1.7.2

07 Oct 17:09
e8ec4d0
Compare
Choose a tag to compare

What's Changed

  • Fix data corruption in handling UDP packets. By @sbruens in #213

Full Changelog: v1.7.1...v1.7.2

v1.7.1

07 Oct 17:09
8ee3b79
Compare
Choose a tag to compare

What's Changed

  • Fix deadlock issue on packet listeners when reloading the config. By @sbruens in #211

Full Changelog: v1.7.0...v1.7.1

v1.7.0

07 Oct 17:12
adf8a31
Compare
Choose a tag to compare

What's Changed

  • Introduce a new "Service" config format. By @sbruens in #182
  • Don't calculate tunneltime for unauthenticated connections, which removes unnecessary warning log messages introduced in v1.5.0. By @sbruens in #209

Full Changelog: v1.6.0...v1.7.0

v1.6.0

07 Oct 17:14
55e8d0c
Compare
Choose a tag to compare

What's Changed

  • feat: add AS organization name to metrics. By @sbruens in #204

Full Changelog: v1.5.0...v1.6.0

v1.5.0

29 Mar 13:37
Compare
Choose a tag to compare

What's Changed

  • Add per-ASN metrics breakdown via the -ip_asn_db flag. By @fortuna in #156
  • Add new TunnelTime metric. By @sbruens in #171

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.5.0-beta.2

07 Jun 23:28
Compare
Choose a tag to compare
v1.5.0-beta.2 Pre-release
Pre-release

What's Changed

  • Add per-ASN metrics breakdown to outline-ss-server via the -ip_asn_db flag. By @fortuna in #156

New Contributors

Full Changelog: v1.4.0...v1.5.0-beta.2

v1.4.0

24 Oct 14:26
80a2144
Compare
Choose a tag to compare

New:

  • Significant reduction in resources used by the prometheus metrics (#123)
  • Introduced shadowsocks_data_bytes_per_location and shadowsocks_udp_packets_from_client_per_location metrics

Breaking changes:

  • Removal of the location dimension from shadowsocks_tcp_probes
  • Removal of the location and status dimensions from shadowsocks_data_bytes

Note that metrics are generally considered experimental and we don't have a commitment to preserve backwards compatibility.

Changelog

v1.3.5

12 Mar 22:18
77b265e
Compare
Choose a tag to compare

Changelog

77b265e Add RFC6598 reserved prefix (#103)

v1.3.4

29 Jan 22:22
9b1c52e
Compare
Choose a tag to compare
  • Improves support for domain-name-based connections

Changelog

c6a4dcb Make race detector happy
9b1c52e Merge pull request #101 from Jigsaw-Code/bemasc-happy-eyeballs
7bb30b3 Move expected status definition up
046dbd4 Use Dialer.Control to check IP before connection
8d6f171 Use implicit name resolution for TCP destinations