Skip to content

v0.2.6 Release

Compare
Choose a tag to compare
@poor-circle poor-circle released this 27 Oct 07:04
· 214 commits to main since this release
9fd6b9a

What's Changed

  • [easylog][fix]treat the same with WARN/WARNING and CRITICAL/FATAL by @qicosmos in #439
  • [struct_json][fix]fix json by @qicosmos in #440
  • [easylog] [improve]优化日志级别的使用 by @siriuslzx in #441
  • [easylog][ut]add ut for easylog severity by @qicosmos in #442
  • [struct_pack][bugfix] add inline keyword for STRUCT_PACK_REFL helper … by @poor-circle in #446
  • [coro_http_client][feat]async_upload_chunked support iostream/filestream by @qicosmos in #448
  • [coro_http_client][feat]support out buf when request by @qicosmos in #450
  • [coro_io][fix]add currentThreadInExecutor and currentContextId by @qicosmos in #452
  • [struct_pack][feat] add support for user_defined type id by @poor-circle in #453
  • [struct_pack][doc] fix document about struct_pack::type_info_config by @poor-circle in #455
  • [easylog][fix] roll files by @qicosmos in #456
  • [struct_pack][feat] support deserialize derived class by @poor-circle in #459
  • [struct_pack] remove concept of trivial_class_t/non_trivial_class_t by @poor-circle in #461
  • [struct_pack] simply detail::get_types_code by @poor-circle in #462
  • [struct_pack][feat] add derived class into struct_pack type system by @poor-circle in #463
  • [struct_pack] refactor code by @poor-circle in #464
  • [struct_pack] fix marco warning by @poor-circle in #466
  • [coro_io] add more output to test by @poor-circle in #467
  • [coro_http_client][feat]add set get http headers by @qicosmos in #469
  • [string_resize][fix]resize compatible with gcc4.x string by @qicosmos in #470
  • [struct_pack] add test for cross_platform by @poor-circle in #471
  • [struct_pack] Add support for big-endian platform by @poor-circle in #474
  • [new lib]coro_http_server by @qicosmos in #475
  • [coro_http][fix and improve]do some update; add a check for client by @qicosmos in #476
  • [coro_http_server][fix]add missed header by @qicosmos in #477

New Contributors

Full Changelog: v0.2.5...v0.2.6