MessagePack v3.1.0 Release Notes

Release Date: 2018-08-21 // over 5 years ago
  • 2018-08-10 version 3.1.0

    • ๐Ÿ‘Œ Improve documents (#687, #718)
    • โž• Add fuzzer support (#689)
    • ๐Ÿ›  Fix msgpack::object union member access bug (#694)
    • ๐Ÿ‘Œ Improve cross platform configuration (#704)
    • ๐Ÿ›  Fix out of range dereference bug of EXT (#705)
    • Add timestamp support. std::chrono::system_clock::time_point is mapped to TIMESTAMP (#706)
    • Add minimal timestamp support for C. The type msgpack_timestamp and the function msgpack_object_to_timestamp() are introduced (#707)
    • ๐Ÿ‘Œ Improve MSGPACK_DEFINE family name confliction probability (#710)
    • Add no static-library build option (BUILD_SHARED_LIBS=ON) (#713, #717, #722)
    • โž• Add header only cmake target (#721)
    • โž• Add std::byte adaptor (#719)
    • โœ‚ Remove some warnings (#720)