File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ # v0.6.0 (2024-02-26)
2+
3+ Set MSRV to 1.75.0 and remove ` async-trait ` dependency
4+
15# v0.5.1 (2022-03-03)
6+
27Fix processing of ` DOMAINNAME ` address type
38
49# v0.5.0 (2020-12-26)
10+
511Update to tokio 1.0
612
713# v0.4.0 (2020-10-16)
14+
815Update to tokio 0.3
916` send_to ` and ` recv_from ` use ` &self ` now, so you can use something like ` Arc ` to make send and receive halves
1017
1118# v0.3.2 (2020-08-04)
19+
1220Add split API for ` SocksDatagram `
1321
1422# v0.3.1 (2020-03-18)
23+
1524Fix ` thiserror ` crate incorrectly displaying foreign errors
1625
1726# v0.3.0 (2020-01-05)
27+
1828Now you can use anything that implement ` AsyncRead ` and ` AsyncWrite `
1929
2030# v0.2.1 (2020-01-04)
31+
2132Fix futures have no ` Send ` trait
2233
2334# v0.2.0 (2019-12-31)
35+
2436* Rename ` TargetAddr ` to ` AddrKind `
2537* Implement ` From<...> ` for ` AddrKind ` and consume ` Into<AddrKind> ` in method arguments
2638* Update ` Error `
2739* ` SocksDatagram::associate ` now consume ` TcpStream ` instead of ` ToSocketAddrs ` and can access association address
2840* Add ` new ` method for ` Auth `
2941
3042# v0.1.1 (2019-12-25)
43+
3144* Increase inner buffer size when receiving UDP datagram
3245* Fix crate name in documentation
3346* Set minimum versions of dependencies
3447
3548# v0.1.0 (2019-12-21)
49+
3650Initial commit
Original file line number Diff line number Diff line change 11[package ]
22name = " async-socks5"
3- version = " 0.5.1 "
3+ version = " 0.6.0 "
44authors = [" Arsenii Lyashenko <arsenylyashenko.3@gmail.com>" , " Temirkhan Myrzamadi <hirrolot@gmail.com>" ]
55license = " Apache-2.0 OR MIT"
66description = " An async/.await SOCKS5 implementation"
You can’t perform that action at this time.
0 commit comments