Skip to content

Releases: shadowsocks/shadowsocks-rust

v1.7.0-alpha

08 May 23:54

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

Choose a tag to compare

  • #96 Do not panic if peer_addr() failed after accept.

v1.6.11

20 Jan 12:52

Choose a tag to compare

  • Updated dependencies
  • Renamed dummy cipher to plain

v1.6.10

02 Dec 15:56

Choose a tag to compare

  • Check AEAD packet length before actually reading it.

v1.6.9

26 Nov 11:19

Choose a tag to compare

  • Fixed increase_nonce without libsodium #84

v1.6.8

29 Oct 10:22

Choose a tag to compare

  • sslocal supports passing SIP002 URL as server address

v1.6.7

15 Oct 15:18

Choose a tag to compare

  • Optimize TCP connecting logic
  • #75 Lower CONNECT and Connecting log level

v1.6.6

14 Oct 02:18

Choose a tag to compare

  • Remove aes-128-ctr cipher, because libsodium has removed it in release 1.0.15

  • Enable LTO in release build

  • Add necessary files for building .deb package for Debian based systems

  • Properly handle exit signals with exit(0), and also handle CTRL_C and CTRL_BREAK on Windows

  • Replace DNS local cache with default DNS resolver. Linux, OS X and Windows all have global DNS cache solution

  • Allow logging without time prefix. Adding --log-without-time argument for sslocal and ssserver

  • Optimize build release packaging script, removed ._sslocal, ._ssserver and ._ssurl

v1.6.5

31 Aug 16:22

Choose a tag to compare

  • #65 Renamed chacha20-poly1305 to chacha20-ietf-poly1305

v1.6.4

31 Aug 14:18

Choose a tag to compare

  • Add missing sodium_init call before any other sodium cipher functions
  • Replace nonce increment method with sodium_increment for AEAD ciphers (v1.6.3)