Skip to content

v0.2.2 Release

Compare
Choose a tag to compare
@poor-circle poor-circle released this 04 Aug 07:20
· 275 commits to main since this release
0acb5e3

support C++17 for struct_pack,struct_json,struct_yaml,struct_xml.

[struct_pack]:

  1. bugfix for incorrect serialize when the struct only contain compatible object with non-zero version number.

[coro_http] :

  1. bugfix for websocket async callback response after client destruct cause heap use after free.