Skip to content

Releases: shadowsocks/shadowsocks-rust

v1.7.0-alpha.4

15 May 15:53
Compare
Choose a tag to compare
v1.7.0-alpha.4 Pre-release
Pre-release
  • #100 Migrated to Tokio Runtime.
  • #105 Fixed "Too many open files" in UDP relay.
  • Implemented a new ssdns server, which can serve as a DNS server and proxy DNS queries via ShadowSocks' UDP relay.
  • Replaced ToSocketAddrs with trust-dns
  • Uses impl Trait for functions
  • Updated dependencies

v1.7.0-alpha.3

11 May 00:37
Compare
Choose a tag to compare
v1.7.0-alpha.3 Pre-release
Pre-release
  • #100 Migrated to Tokio Runtime.
  • #105 Fixed "Too many open files" in UDP relay.
  • Implemented a new ssdns server, which can serve as a DNS server and proxy DNS queries via ShadowSocks' UDP relay.

v1.7.0-alpha.2

10 May 01:33
Compare
Choose a tag to compare
v1.7.0-alpha.2 Pre-release
Pre-release
  • #100 Migrated to Tokio Runtime.
  • #105 Fixed "Too many open files" in UDP relay.

v1.7.0-alpha

08 May 23:54
Compare
Choose a tag to compare
v1.7.0-alpha Pre-release
Pre-release
  • #100 Migrated to new tokio runtime

v1.6.12

10 Feb 15:32
Compare
Choose a tag to compare
  • #96 Do not panic if peer_addr() failed after accept.

v1.6.11

20 Jan 12:52
Compare
Choose a tag to compare
  • Updated dependencies
  • Renamed dummy cipher to plain

v1.6.10

02 Dec 15:56
Compare
Choose a tag to compare
  • Check AEAD packet length before actually reading it.

v1.6.9

26 Nov 11:19
Compare
Choose a tag to compare
  • Fixed increase_nonce without libsodium #84

v1.6.8

29 Oct 10:22
Compare
Choose a tag to compare
  • sslocal supports passing SIP002 URL as server address

v1.6.7

15 Oct 15:18
Compare
Choose a tag to compare
  • Optimize TCP connecting logic
  • #75 Lower CONNECT and Connecting log level