Skip to content

Releases: shadowsocks/shadowsocks-libev

v3.0.4

16 Mar 06:23
Compare
Choose a tag to compare

v3.0.3

24 Feb 04:18
Compare
Choose a tag to compare

Replace nonce cache with a ping-pong bloom filter.

v3.0.2

13 Feb 01:14
Compare
Choose a tag to compare
v3.0.2 Pre-release
Pre-release

Add session key for AEAD. (SIP007)

v3.0.1

07 Feb 05:32
Compare
Choose a tag to compare
v3.0.1 Pre-release
Pre-release
  • Fix a crashe when using stream ciphers.
  • Fix a protocol bug in AEAD ciphers. (SIP004)
  • Allow setting keys directly. (SIP006)

v3.0.0

01 Feb 11:22
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release
  • Drop dependencies of OpenSSL and PolarSSL.
  • Deprecate OTA (One-Time-Auth).
  • Add new ciphers for SIP004: aes-128-gcm, aes-192-gcm, aes-256-gcm,
    chacha20-poly1305 and chacha20-ietf-poly1305.
  • Refine SIP003 to support standalone mode of obfsproxy.

v2.6.3

24 Jan 12:48
Compare
Choose a tag to compare
  • Refine the project structure.

v2.6.2

16 Jan 02:23
Compare
Choose a tag to compare
v2.6.2 Pre-release
Pre-release
  • Refine SIP003 plugin support.

v2.6.1

08 Jan 08:33
Compare
Choose a tag to compare
v2.6.1 Pre-release
Pre-release
  • Deprecate HTTP/TLS obfuscating.
  • Add SIP003 plugin support.

v2.6.0

27 Dec 08:54
Compare
Choose a tag to compare
v2.6.0 Pre-release
Pre-release

Add experimental HTTP/TLS obfuscating as an optional extension of shadowsocks protocol.

More discussions can be found here: shadowsocks/shadowsocks-org#26

As this feature is still a SIP (Shadowsocks Improvement Proposal), it's very unstable and experimental. So,

  1. Don't enable it unless you know what it is.
  2. Be very careful when using it in production environment.

v2.5.6

01 Nov 01:57
Compare
Choose a tag to compare
  • Add outbound ACL for server by @kimw.
  • Refine log format by @kimw.