v0.5.3
- Fallback to the next resolved proxy address when connecting to a SOCKS proxy. (#67)
- Added to_string and Display methods for TargetAddr. (#63)
v0.5.2
- Added SOCKS4
BINDandCONNECTsupport. (@RoKu1) tokiobecomes an optional dependency andfutures-iotraits are supported through thefutures-iofeature. (@Congyuwang)
v0.4.0
-
Return error if authorization is required but credentials are not present (#24)
-
Upgrade tokio to 0.3 (#27)
v0.3.0
- Allow to take arbitrary socket instead of address to establish connections to proxy (#20)