MessagePack v0.5.1 Release Notes

Release Date: 2010-07-06 // almost 14 years ago
    • Add msgpack_vrefbuffer_new and msgpack_vrefbuffer_free
    • Add msgpack_sbuffer_new and msgpack_sbuffer_free
    • Add msgpack_unpacker_next and msgpack_unpack_next
    • msgpack::unpack returns void
    • Add MSGPACK_VERSION{,_MAJOR,_MINOR} macros to check header version
    • Add msgpack_version{,_major,_minor} functions to check library version
    • ./configure supports --disable-cxx option not to build C++ API