File tree 2 files changed +15
-1
lines changed
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
+
1
5
# v0.5.1 (2022-03-03)
6
+
2
7
Fix processing of ` DOMAINNAME ` address type
3
8
4
9
# v0.5.0 (2020-12-26)
10
+
5
11
Update to tokio 1.0
6
12
7
13
# v0.4.0 (2020-10-16)
14
+
8
15
Update to tokio 0.3
9
16
` send_to ` and ` recv_from ` use ` &self ` now, so you can use something like ` Arc ` to make send and receive halves
10
17
11
18
# v0.3.2 (2020-08-04)
19
+
12
20
Add split API for ` SocksDatagram `
13
21
14
22
# v0.3.1 (2020-03-18)
23
+
15
24
Fix ` thiserror ` crate incorrectly displaying foreign errors
16
25
17
26
# v0.3.0 (2020-01-05)
27
+
18
28
Now you can use anything that implement ` AsyncRead ` and ` AsyncWrite `
19
29
20
30
# v0.2.1 (2020-01-04)
31
+
21
32
Fix futures have no ` Send ` trait
22
33
23
34
# v0.2.0 (2019-12-31)
35
+
24
36
* Rename ` TargetAddr ` to ` AddrKind `
25
37
* Implement ` From<...> ` for ` AddrKind ` and consume ` Into<AddrKind> ` in method arguments
26
38
* Update ` Error `
27
39
* ` SocksDatagram::associate ` now consume ` TcpStream ` instead of ` ToSocketAddrs ` and can access association address
28
40
* Add ` new ` method for ` Auth `
29
41
30
42
# v0.1.1 (2019-12-25)
43
+
31
44
* Increase inner buffer size when receiving UDP datagram
32
45
* Fix crate name in documentation
33
46
* Set minimum versions of dependencies
34
47
35
48
# v0.1.0 (2019-12-21)
49
+
36
50
Initial commit
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-socks5"
3
- version = " 0.5.1 "
3
+ version = " 0.6.0 "
4
4
authors = [
" Arsenii Lyashenko <[email protected] >" ,
" Temirkhan Myrzamadi <[email protected] >" ]
5
5
license = " Apache-2.0 OR MIT"
6
6
description = " An async/.await SOCKS5 implementation"
You can’t perform that action at this time.
0 commit comments