|
| 1 | +shadowsocks-rust (1.7.0) unstable; urgency=medium |
| 2 | + |
| 3 | + ## Refactors |
| 4 | + * #141 Build with Rust 2018. |
| 5 | + * #100 Migrated to Tokio Runtime. |
| 6 | + * #139 Refactor for using as a library. Move signal monitor outside of shadowsocks library. |
| 7 | + |
| 8 | + ## Dependencies |
| 9 | + * Replaced `ToSocketAddrs` with `trust-dns` |
| 10 | + * #111 Upgrade rand to v0.5 and use `ThreadRng` |
| 11 | + * #132 Feature gate RC4 cipher |
| 12 | + * `--feature miscreant` is now can be built with stable. |
| 13 | + |
| 14 | + ## Configurations |
| 15 | + * Support timeout key in the outer object in configuration ( `{ "timeout": 30 }` ) |
| 16 | + * UDP relay sets timeout with separated key `udp_timeout` |
| 17 | + * #123 `set_nodelay` and `set_keepalive`, `no_delay` is configurable in configuration |
| 18 | + * [Breaking] Replace `enable_udp` with `mode`, possible values are: `tcp_and_udp`, `tcp_only`, `udp_only`. |
| 19 | + |
| 20 | + ## Bugfix |
| 21 | + * [BUG-FIXED] #105 Fixed "Too many open files" in UDP relay. |
| 22 | + * [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. |
| 23 | + * [BUG-FIXED] #106 Server should not panic if accepted socket closed right after `accept()`. |
| 24 | + * Implemented a new `ssdns` server, which can serve as a DNS server and proxy DNS queries via ShadowSocks' UDP relay. |
| 25 | + * [FIXED-BUG] #118 #122 Fixed DNS resolving issue. It may failed to resolve remote server's address if you haven't configured any IP addresses in forbidden_ip section. |
| 26 | + |
| 27 | + ## New features |
| 28 | + * Uses `impl Trait` for functions |
| 29 | + * #113 Supported `xchacha20-ietf-poly1305` encrypt method |
| 30 | + * Removed all global states in client and servers, which will allow starting multiple ShadowSocks instances in one process. |
| 31 | + * Uses `json5` to parse config file. |
| 32 | + * #85 Support `ss-manager` report protocol. (Can co-operate with `ss-manager`) |
| 33 | + |
| 34 | + -- Y. T. Chung <zonyitoo@gmail.com> Wed, 20 Jan 2019 01:14:55 +0800 |
| 35 | + |
1 | 36 | shadowsocks-rust (1.6.11) unstable; urgency=medium |
2 | 37 |
|
3 | 38 | * Updated dependencies |
|
0 commit comments