v4.0.0
CHANGELOG
- IMPORTANT: Rename
YOPT_S_DEFERRED_EVENT
toYOPT_S_NO_DISPATCH
, and the default event dispatch behavior was changed,
by default, the network thread will always dispatch events at end of event loop. you must setYOPT_S_NO_DISPATCH
to1
to
ensure the dispatch behavior match with previous releases - The
YOPT_S_DEFER_EVENT_CB
return check changed, returntrue
to tell io_service the event already processed, io_service will
skipprocessed
event, previous releases should returnfalse
- Improve kcp transport, fix data retention problem(caused by interval too large) and update kcp to git 1.7-f2aa30e
- Add support forward packet on both send and recv stages
- Rename preprocessors
YASIO_HAVE_
toYASIO_ENABLE_XXX
,YASIO_HAVE_CARES
toYASIO_USE_CARES
- Refactor non-blocking io mode, add
epoll/wepoll
,kqueue
,evport
support byYASIO_ENABLE_HPERF_IO
, by default not enabled - Remove namespace
yasio::gc
- Improve
object_pool
andsingleton
- Migrate build scripts to powershell runs on windows,linux,macos
- Rename cmake feature options:
YASIO_BUILD_WITH_LUA
-->YASIO_ENABLE_LUA
YASIO_BUILD_WITH_CCLUA
-->YASIO_ENABLE_CCLUA
YAISO_BUILD_NI
-->YASIO_ENABLE_NI
- Auto disable
YASIO_BUILD_TESTS
andYASIO_BUILD_LUA_EXAMPLE
whenyasio
not in root directory of cmake project - Move public headers to
yasio/
which are allow include directly, likeyasio/xxx.hpp
, private header toyasio/impl/
which don't allow been included
What's Changed
- Complete YOPT_C_UNPACK_NO_BSWAP for yasio_set_option() by @Y-way in #399
- Bump thirdparty from
408fe14
to1f49f40
by @dependabot in #401 - Merge 4.x in to dev by @halx99 in #402
- Improve ci ndk setup by @halx99 in #404
- Add solaris-ci by @halx99 in #405
- Improve object_pool.hpp code style by @halx99 in #409
- Bump thirdparty from
ea30362
tof87ebde
by @dependabot in #410 - powershell for all by @halx99 in #415
- Improve source structure and io multiplexing by @halx99 in #418
- Bump thirdparty from
b99edc8
to1ee8315
by @dependabot in #420
Full Changelog: v3.39.7...v4.0.0