sticnarf/tokio-socks
 Watch   
 Star   
 Fork   
2026-05-29 23:45:55
tokio-socks

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)
2024-07-28 00:12:17
tokio-socks

v0.5.2

  • Added SOCKS4 BIND and CONNECT support. (@RoKu1)
  • tokio becomes an optional dependency and futures-io traits are supported through the futures-io feature. (@Congyuwang)
2020-12-26 23:13:58
tokio-socks

v0.5.1

  • Reduce dependencies on futures crate (#30)
2020-12-24 11:07:09
tokio-socks

v0.5.0

  • Upgrade tokio to 1.0 (#28)
2020-10-28 00:35:10
tokio-socks

v0.4.0

  • Return error if authorization is required but credentials are not present (#24)

  • Upgrade tokio to 0.3 (#27)

2020-07-15 22:25:16
tokio-socks

v0.3.0

  • Allow to take arbitrary socket instead of address to establish connections to proxy (#20)
2020-03-27 23:48:36
tokio-socks

v0.2.2

Replace failure with thiserror (#17)

2020-01-01 21:42:50
tokio-socks

v0.2.0

  • Support tokio 0.2 (#10)
2019-09-05 11:35:09
tokio-socks

v0.1.3

  • Implement IntoTargetAddr<'static> for String (#8)
2019-04-30 21:49:47
tokio-socks

0.1.2

Fixes #1