Releases: simdsoft/yasio
Releases · simdsoft/yasio
v4.3.1
Improve comment [skip ci]
v4.3.0
Prepare release 4.3.0 (#449)
v4.2.3
CHANGELOG
- Update llvm to 17.0.6 for msvc14.40 support
- Remove logging duplicate new line
- Fix compile error on llvm-19
v4.2.2
CHANGELOG
- Fix c++23 deprecated std::aligned_storage warning
- Ensure WSAStartup before initializing user static variables
v4.2.1
CHANGELOG
- Fix #441 socket.bind always fail with EPERM when runs on macos in code signing sandbox mode
v4.2.0
CHANGELOG
- Improve kcp implementation
- Fix pure udp not handle packet forward
- Improve echo_client & echo_server
- Improve ssl handshake
- Update self-signed ssl certs for ssltest
- Fix docs ci
- Fix speedtest typo
- Fix UE5 compile error with vs2022
NOTE: 5.0 has been revoked
v4.1.3
CHANGELOG
- Enable hres timer for Windows Universal Apps
- Add
YASIO_NT_XHRES_TIMER
to control whether forcing use undocumented NT API to setup high-resolution timer
- Fix
yasio_ni
compile error
v4.1.2
CHANGELOG
- Slice sending udp data to mtu (65507) avoid send fail