Skip to content

Releases: yasio/yasio

v4.3.1

07 Sep 15:57
Compare
Choose a tag to compare
Improve comment [skip ci]

v4.3.0

31 Aug 09:05
a65b0af
Compare
Choose a tag to compare
Prepare release 4.3.0 (#449)

v4.2.4

26 Jul 16:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.3...v4.2.4

v4.2.3

14 Jun 17:51
Compare
Choose a tag to compare

CHANGELOG

  1. Update llvm to 17.0.6 for msvc14.40 support
  2. Remove logging duplicate new line
  3. Fix compile error on llvm-19

v4.2.2

03 Apr 12:37
Compare
Choose a tag to compare

CHANGELOG

  1. Fix c++23 deprecated std::aligned_storage warning
  2. Ensure WSAStartup before initializing user static variables

v4.2.1

13 Feb 05:17
Compare
Choose a tag to compare

CHANGELOG

  1. Fix #441 socket.bind always fail with EPERM when runs on macos in code signing sandbox mode

v4.2.0

07 Feb 11:46
Compare
Choose a tag to compare

CHANGELOG

  1. Improve kcp implementation
  2. Fix pure udp not handle packet forward
  3. Improve echo_client & echo_server
  4. Improve ssl handshake
  5. Update self-signed ssl certs for ssltest
  6. Fix docs ci
  7. Fix speedtest typo
  8. Fix UE5 compile error with vs2022

NOTE: 5.0 has been revoked

v4.1.4

28 Dec 15:26
Compare
Choose a tag to compare
Bump 4.1.4

v4.1.3

19 Dec 02:25
de70a87
Compare
Choose a tag to compare

CHANGELOG

  1. Enable hres timer for Windows Universal Apps
  2. Add YASIO_NT_XHRES_TIMER to control whether forcing use undocumented NT API to setup high-resolution timer
  3. Fix yasio_ni compile error

v4.1.2

05 Dec 14:34
Compare
Choose a tag to compare

CHANGELOG

  1. Slice sending udp data to mtu (65507) avoid send fail