Skip to content

Releases: GF-Huang/Socklient

4.1.0

24 May 00:50
Compare
Choose a tag to compare

Add ShouldIgnoreBoundAddressCallback and DomainAddressBehavior properties for compatible with some strange SOCKS5 server implementations.

4.0.0

22 May 22:04
Compare
Choose a tag to compare
更新 NuGet 版本号。

4.0.0-alpha

09 Feb 18:41
566817a
Compare
Choose a tag to compare
4.0.0-alpha Pre-release
Pre-release

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
Choose a tag to compare

Breaking Change !!!

  • Delete some unnecessary methods.
  • Significant changes have taken place in UdpAssociate and UdpAssociateAsync. Please check the method's comments.