Releases: ldcsaa/HP-Socket
Releases · ldcsaa/HP-Socket
v6.0.7
v6.0.6
v6.0.5
Major Upadate
- Bug fix: (Linux) Code defects of method Trim()/TrimLeft() at class CString.
- Bug fix: (Linux) Server components may disconnect unexpectedly.
- Small scale code optimization.
Third-party library Upadate
- openssl upgrade to version 3.0.17.
- mimalloc upgrade to version 2.2.4.
v6.0.4
Major Upadate
- When the client component (Client/Agent) does not manually bind the local address, it will automatically bind the local IPv4 or IPv6 address according to the remote address of the connection.
Third-party library Upadate
- openssl upgrade to version 3.0.16.
- llhttp upgrade to version 9.3.0.
- mimalloc upgrade to version 2.2.3.
v5.9.6
v6.0.3
v6.0.2
Major Upadate
- Supports scheduled garbage memory recovery and passive garbage memory recovery (by default, scheduled recovery is used with a recovery interval of 15 seconds).
Third-party library Upadate
- openssl upgrade to version 3.0.14.
- llhttp upgrade to version 9.2.1.
- mimalloc upgrade to version 2.1.7.
v6.0.1
Major Upadate
- Optimize epoll multiplexing event processing to avoid the "shock group" problem.
- Automatically set unique thread names for HP-Socket worker threads to facilitate tracking and debugging.
- When TCP Client/Agent connects to the server synchronously, it supports setting the connection timeout through
SetSyncConnectTimeout().
Third-party library Upadate
- openssl upgrade to version 3.0.13.
- zlib upgrade to version 1.3.1.