|
| 1 | +# 0.0.8 (December 27, 2018) |
| 2 | + |
| 3 | +* Update the onion proposal link (#292) |
| 4 | +* Use assert_eq and assert_ne whenever possible (#290) |
| 5 | +* Use impl Future instead of IoFuture (#291) |
| 6 | +* Fix clippy warnings (#288) |
| 7 | +* Add crypto_init() to all tests (#281) |
| 8 | +* Add ConnectionId for TCP packets as separate type (#287) |
| 9 | +* Handle reconnections inside tcp_server correctly (#286) |
| 10 | +* Remove unused variable is_hole_punching_enabled (#282) |
| 11 | +* Update GitlabCI to use new libsodium (#283) |
| 12 | +* Use O(1) links in tcp_client (#280) |
| 13 | +* Index server links with O(1) (#261) |
| 14 | +* Add ServerExt for running DHT server on UdpSocket (#278) |
| 15 | +* Implement congestion control for net_crypto (#271) |
| 16 | +* Use bounded stream instead of unbounded (#277) |
| 17 | +* Add zerho.info to copyrights (#275, #276, #284) |
| 18 | +* Remove all unsafe code from sodiumoxide (#274) |
| 19 | +* Implement a core for TCP client (#255) |
| 20 | +* Fix 'Address already in use' in tests (#272, #273) |
| 21 | +* Update sodiumoxide to v0.2 (#160) |
| 22 | +* Speed up TravisCI (remove cache) (#269) |
| 23 | +* Add counters for TCP and UDP packets (#268) |
| 24 | +* Use crate failure (#265, #270, #267, #289) |
| 25 | +* Add tox-rs logo to the documentation (#263) |
| 26 | +* Use PrecomputedCache to speed up crypto (#257) |
| 27 | +* fix verifing commit message script for Travis-CI on Github (#260) |
| 28 | +* Change kpp AppveyorCI to org:tox-rs/tox (#262) |
| 29 | +* Fix unlinking TCP clients in server on shutdown (#258) |
| 30 | +* Fix NLL warnings (#256) |
| 31 | + |
1 | 32 | # 0.0.7 (October 27, 2018)
|
2 | 33 |
|
3 | 34 | * Fix connection_id verification in tcp_server (#253)
|
|
0 commit comments