Skip to content

Releases: sticnarf/tokio-socks

v0.5.2

27 Jul 16:15
Compare
Choose a tag to compare
  • Added SOCKS4 BIND and CONNECT support. (@RoKu1)
  • tokio becomes an optional dependency and futures-io traits are supported through the futures-io feature. (@Congyuwang)

v0.5.1

26 Dec 15:14
9fdcccc
Compare
Choose a tag to compare
  • Reduce dependencies on futures crate (#30)

v0.5.0

24 Dec 03:08
23ce1bd
Compare
Choose a tag to compare
  • Upgrade tokio to 1.0 (#28)

v0.4.0

27 Oct 16:37
16aae5c
Compare
Choose a tag to compare
  • Return error if authorization is required but credentials are not present (#24)

  • Upgrade tokio to 0.3 (#27)

v0.3.0

15 Jul 14:26
32c77f9
Compare
Choose a tag to compare
  • Allow to take arbitrary socket instead of address to establish connections to proxy (#20)

v0.2.2

27 Mar 15:49
d88e7da
Compare
Choose a tag to compare

Replace failure with thiserror (#17)

v0.2.0

01 Jan 13:44
e23fadf
Compare
Choose a tag to compare
  • Support tokio 0.2 (#10)

v0.1.3

23 Nov 08:02
9529e43
Compare
Choose a tag to compare
  • Implement IntoTargetAddr<'static> for String (#8)

0.1.2

30 Apr 13:57
c7fb571
Compare
Choose a tag to compare

Fixes #1