Skip to content

Releases: simdsoft/yasio

v3.39.5

29 Dec 10:14
98a2595
Compare
Choose a tag to compare

Fix no callback after dns resolve failed with system getaddrinfo

v3.39.4

11 Apr 01:59
00c8490
Compare
Choose a tag to compare
Update yasio.pc

v3.39.3

23 Feb 06:35
Compare
Choose a tag to compare
  1. Improve byte_buffer stl compatible
  2. Add option YOPT_C_UNPACK_NO_BSWAP
  3. Add urlEncode/urlDecode to extension yasio_http
  4. Improve extension yasio_http as unreal engine plugin
  5. Fix missing retrun statement in cxx17::string_view hasher template
  6. Change lua script io_event.packet(bool) to io_event:packet(bufferType)
    • yasio.BUFFER_DEFAULT: take packet as native yasio::ibstream
    • yasio.BUFFER_NO_BSWAP: take packet as natvie yasio::fast_ibstream without byte order convert
    • yasio.BUFFER_RAW: take packet as lua string
  7. CMake: Set default ssl backend to mbedtls

v3.39.2

17 Dec 07:23
Compare
Choose a tag to compare

CHANGELOG

  • Use byte_buffer instead std::vector<char>
  • Add extension yasio_http implementation
  • Fix name query will defunct when name server dirty

All users should update immediately.

yasio-3.39.1

12 Dec 02:03
Compare
Choose a tag to compare

CHANGELOG

  • Don't output transport object address

yasio-3.39.0

23 Nov 08:19
55fd012
Compare
Choose a tag to compare

CHANGELOG

  1. Improve binary reader and writer, the push/pop API was broken, use -DYASIO_OBS_BUILTIN_STACK=1 for compatible with previous releease
  2. Improve stop flow, always try do stop at io_service destructor

yasio-3.37.8

19 Nov 10:17
Compare
Choose a tag to compare

CHANGELOG

  1. Fix trasnport reuse problem
  2. Unify transport address print format

All users should update immediately.

yasio-3.37.7

08 Nov 07:21
0446733
Compare
Choose a tag to compare

CHANGELOG

  1. Fix connnect maybe always failed with error -26 when last domain name resolving failed
  2. Fix xxsocket::strerror incorrect for MinGW
  3. Add UWP ci
  4. Improve io_service::stop flow, thanks to @koobin
  5. Other code improvements

yasio-3.37.6

03 Nov 09:33
d561951
Compare
Choose a tag to compare
  1. Add option YOPT_S_DNS_LIST to set custom dns servers build with c-ares
  2. Add OpenSSL 3.0.0 support
  3. Add better API ip::endpoint::format_to to format socket address to string
  4. Add API ip::endpoint::scope_id to set or get ipv6 scope_id
  5. Improve ip::endpoint::as_xx for parsing scope_id from ipv6 string
  6. Add MinGW build support
  7. Fix compile issue when build inside unreal engine with module TraceAnalysis
  8. Fix timer queue not sort when same timer's expire time was modified, thanks to @koobin
  9. Fix the len of ip::endpoint not set when update endpoint ip with ip::endpoint::ip, will cause error 10014 on windows
  10. Make ibstream_view can construct with basic_obstream_view
  11. Improve xxsocket::disconnect platform compatible for BSD-like systems and windows
  12. Imporve multicast support, and the test case works on windows,linux,macOS, thanks to @wzhengsen
  13. Add option YOPT_C_MCAST_IF to set multicast interface, on BSD-like system, it's required for ipv6
  14. Improve io_service::stop flow, thanks to @koobin

yasio-3.37.5

09 Sep 10:39
Compare
Choose a tag to compare