Releases: shadowsocks/shadowsocks-rust
Releases · shadowsocks/shadowsocks-rust
v1.7.0-alpha.15
- UDP relay sets timeout with separated key
udp_timeout
- #123
set_nodelay
andset_keepalive
v1.7.0-alpha.14
v1.7.0-alpha.13
trust-dns-resolver
is set to released versionv0.10.0-alpha
and remove DNS over TLS temporary (We don't need this currently).miscreant
is set tov0.4.0-beta
for #105 (Better handling different CPU models for AES support).- Built release with
rustc 1.29.0-nightly
v1.7.0-alpha.12
- Updated
ring
to0.13
release version - Kill process if any servers exited unexpectly
- Support
timeout
key in the outer object in configuration
v1.7.0-alpha.10
- Updated dependencies, especially
ring
andtrust-dns
v1.7.0-alpha.9
- #100 Migrated to Tokio Runtime.
- [BUG-FIXED] #105 Fixed "Too many open files" in UDP relay.
- [BUG-FIXED] Fixed bug while starting UDP relay. While starting server with plugins, it should not change the listening addresses for UDP relay, which are only for TCP relay.
- [BUG-FIXED] #106 Server should not panic if accepted socket closed right after
accept()
. - Implemented a new
ssdns
server, which can serve as a DNS server and proxy DNS queries via ShadowSocks' UDP relay. - Replaced
ToSocketAddrs
withtrust-dns
- Uses impl Trait for functions
- Updated dependencies and various optimization
- #111 Upgrade rand to v0.5 and use ThreadRng
- #113 Supported
xchacha20-ietf-poly1305
encrypt method
v1.7.0-alpha.8
- #100 Migrated to Tokio Runtime.
- [BUG-FIXED] #105 Fixed "Too many open files" in UDP relay.
- [BUG-FIXED] Fixed bug while starting UDP relay. While starting server with plugins, it should not change the listening addresses for UDP relay, which are only for TCP relay.
- [BUG-FIXED] #106 Server should not panic if accepted socket closed right after
accept()
. - Implemented a new
ssdns
server, which can serve as a DNS server and proxy DNS queries via ShadowSocks' UDP relay. - Replaced
ToSocketAddrs
withtrust-dns
- Uses impl Trait for functions
- Updated dependencies
- #111 Upgrade rand to v0.5 and use ThreadRng
- #113 Supported
xchacha20-ietf-poly1305
encrypt method
v1.7.0-alpha.7
- #100 Migrated to Tokio Runtime.
- [BUG-FIXED] #105 Fixed "Too many open files" in UDP relay.
- [BUG-FIXED] Fixed bug while starting UDP relay. While starting server with plugins, it should not change the listening addresses for UDP relay, which are only for TCP relay.
- [BUG-FIXED] #106 Server should not panic if accepted socket closed right after
accept()
. - Implemented a new
ssdns
server, which can serve as a DNS server and proxy DNS queries via ShadowSocks' UDP relay. - Replaced
ToSocketAddrs
withtrust-dns
- Uses impl Trait for functions
- Updated dependencies
- #111 Upgrade rand to v0.5 and use ThreadRng
v1.7.0-alpha.6
- #100 Migrated to Tokio Runtime.
- [BUG-FIXED] #105 Fixed "Too many open files" in UDP relay.
- [BUG-FIXED] Fixed bug while starting UDP relay. While starting server with plugins, it should not change the listening addresses for UDP relay, which are only for TCP relay.
- [BUG-FIXED] #106 Server should not panic if accepted socket closed right after
accept()
. - Implemented a new
ssdns
server, which can serve as a DNS server and proxy DNS queries via ShadowSocks' UDP relay. - Replaced
ToSocketAddrs
withtrust-dns
- Uses impl Trait for functions
- Updated dependencies
v1.7.0-alpha.5
- #100 Migrated to Tokio Runtime.
- [BUG-FIXED] #105 Fixed "Too many open files" in UDP relay.
- [BUG-FIXED] Fixed bug while starting UDP relay. While starting server with plugins, it should not change the listening addresses for UDP relay, which are only for TCP relay.
- Implemented a new
ssdns
server, which can serve as a DNS server and proxy DNS queries via ShadowSocks' UDP relay. - Replaced
ToSocketAddrs
withtrust-dns
- Uses impl Trait for functions
- Updated dependencies