MessagePack v1.1.0 Release Notes

Release Date: 2015-04-03 // about 9 years ago
  • << breaking changes >>

    • Remove msgpack_fwd.hpp
    • Improve user types adaptation mechanism (#262) Since version 1.0.0, users need to obey the correct include order. However, it is very difficult to maintain the correct order in big projects. version 1.1.0 removed this order. Users don't need to care about include order. Migration guide from 1.0.x to 1.1.0 has been written. See https://github.com/msgpack/msgpack-c/wiki

    ⚡️ << other updates >>

    • Fix vector size check (#251)
    • Fix inttypes.h inclusion on MSVC (#257)
    • Support documents generation by Doxygen (#259)
    • Remove C99 style variable declaration (#253)
    • Improve documents (https://github.com/msgpack/msgpack-c/wiki)