Releases: GF-Huang/Socklient
Releases · GF-Huang/Socklient
4.1.2
14 Dec 16:38
Compare
Sorry, something went wrong.
No results found
Fix potential out-of-bounds.
4.1.0
24 May 00:50
Compare
Sorry, something went wrong.
No results found
Add ShouldIgnoreBoundAddressCallback and DomainAddressBehavior properties for compatible with some strange SOCKS5 server implementations.
4.0.0
22 May 22:04
Compare
Sorry, something went wrong.
No results found
4.0.0-alpha
09 Feb 18:41
Compare
Sorry, something went wrong.
No results found
Breaking Change!!!
Rename namespace SocklientDotNet to Socklient.
Rename class Socklient to SocksClient.
Huge refactoring for high performance and minimal allocation using Memory<T> and ArrayPool<T>.
Remove all sync methods, make all the things async.
3.0.0
23 Apr 16:08
Compare
Sorry, something went wrong.
No results found
Breaking Change !!!
Delete some unnecessary methods.
Significant changes have taken place in UdpAssociate and UdpAssociateAsync. Please check the method's comments.