Skip to content

Release 0.6.1

Latest

Choose a tag to compare

@poor-circle poor-circle released this 29 Apr 06:31
· 9 commits to main since this release
8c1f2ea

What's Changed

  • [struct_pack] fix c++17 add std::array to continuous_container to match C++20 behavior by @songqing in #1164
  • [struct_pack] fix c++17 enable_if missing ::type and wrong std::string_view type in user_defined_serialization_imp by @songqing in #1163
  • Optimize ibverbs: batch CQ polling, eliminate heap allocation, fix branch hints, and correct gid_to_string off-by-one. by @power-more in #1162
  • [coro_io] fix segmentation fault caused by reconnection after client pool has been destroyed (#1165) by @NUABO in #1166
  • [struct_pack] fix incorrect template parameter for deserialization co… by @poor-circle in #1168
  • [easylog]some improvement by @qicosmos in #1161
  • fix compile error, add header file in C++23 by @poor-circle in #1171
  • feat: add RSA mutual authentication support for RPC and HTTP by @poor-circle in #1173
  • [ibverbs] fix incorrect error msg by @poor-circle in #1174

New Contributors

Full Changelog: 0.6.0...0.6.1