clone from github.com/sticnarf/tokio-socks
This commit is contained in:
49
CHANGELOG.md
Normal file
49
CHANGELOG.md
Normal file
@@ -0,0 +1,49 @@
|
||||
# 0.5.1
|
||||
|
||||
* Reduce dependencies on `futures` crate (#30)
|
||||
|
||||
# 0.5.0
|
||||
|
||||
* Upgrade tokio to 1.0 (#28)
|
||||
|
||||
# 0.4.0
|
||||
|
||||
* Return error if authorization is required but credentials are not present (#24)
|
||||
|
||||
* Upgrade tokio to 0.3 (#27)
|
||||
|
||||
# 0.3.0
|
||||
|
||||
* Allow to take arbitrary socket instead of address to establish connections to proxy (#20)
|
||||
|
||||
# 0.2.2
|
||||
|
||||
* Replace failure with thiserror (#17)
|
||||
|
||||
# 0.2.1
|
||||
|
||||
* Remove dependency derefable (#16)
|
||||
|
||||
# 0.2.0
|
||||
|
||||
* Support tokio 0.2 (#10)
|
||||
|
||||
# 0.1.3
|
||||
|
||||
* Implement `IntoTargetAddr<'static>` for `String` (#8)
|
||||
|
||||
# 0.1.2
|
||||
|
||||
* Fix ConnectFuture buffer too small (#1)
|
||||
|
||||
# 0.1.1
|
||||
|
||||
* Support SOCKS5 `BIND` command.
|
||||
|
||||
* Implement `std::net::ToSocketAddrs` for `TargetAddr`.
|
||||
|
||||
# 0.1.0
|
||||
|
||||
* Support SOCKS5 `CONNECT` command.
|
||||
|
||||
* Support username authentication.
|
||||
Reference in New Issue
Block a user