All Versions
30
Latest Version
Avg Release Cycle
145 days
Latest Release
1413 days ago

Changelog History
Page 1

  • v3.3.0 Changes

    June 05, 2020

    2020-06-05 version 3.3.0

    • โž• Add json example for C (#870)
    • โž• Add both header and body packing functions for C (#870)
    • Set default ref_size and chunk_size to vrefbuffer (#865)
    • โž• Add examples (#861)
    • ๐Ÿ‘Œ Improve build system (#839, #842)
    • ๐Ÿ‘Œ Improve tests (#829)
    • ๐Ÿ‘Œ Improve documents (#828)
    • โœ‚ Remove some warnings (#827, #851, #871)
    • ๐Ÿ‘Œ Improve CI environment (#824, #831, #833, #834, #846, #860, 874)
  • v3.2.1 Changes

    December 10, 2019

    2019-12-10 version 3.2.1

    • ๐Ÿ›  Fix snprintf return value checking (#821)
    • โœ‚ Remove some warnings (#819)
    • ๐Ÿ›  Fix fbuffer result checking (#812)
    • ๐Ÿ›  Fix temporary object handling (#807)
    • ๐Ÿ‘Œ Improve cmake support (#804)
    • ๐Ÿ›  Fix invalid int main parameter (#800)
    • ๐Ÿ‘Œ Improve supporting platform (#797, #817)
    • ๐Ÿ›  Fix ZLIB error handling (#795)
    • โœ‚ Remove unused variable (#793)
    • ๐Ÿ‘Œ Improve integer overflow checking (#792)
  • v3.2.0 Changes

    May 27, 2019

    2019-05-27 version 3.2.0

    • ๐Ÿ›  Fix invalid include (#783)
    • โž• Add timespec support (#781)
    • ๐Ÿ›  Fix unchecked fnprintf on C (#780)
    • ๐Ÿ‘Œ Improve integer overflow checking on C (#776)
    • ๐Ÿ›  Fix warnings on -Wconversion (#770, #777, #784)
    • Fix invalid passed by value on aligned_zone_size_visitor (#764)
    • ๐Ÿ‘Œ Improve windows support (#757, #779)
    • ๐Ÿ›  Fix msgpack::object size caluclation error (#754)
    • ๐Ÿ›  Fix memory error on example code (#753)
    • ๐Ÿ›  Fix redundant memory allocation on C (#747)
    • ๐Ÿ›  Fix msgpack::type::tuple base class conversion (#743)
  • v3.1.1 Changes

    September 09, 2018

    2018-09-09 version 3.1.1

    • โž• Add force endian set functionality (#736)
    • ๐Ÿ›  Fix vrefbuffer memory management problem (#733)
    • ๐Ÿ›  Fix msvc specific problem (#731, #732)
    • โšก๏ธ Update boost from 1.61.0 to 1.68.0 (#730)
    • ๐Ÿ›  Fix msgpack_timestamp type mismatch bug (#726)
  • v3.1.0 Changes

    August 21, 2018

    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)
  • v3.0.1 Changes

    May 12, 2018

    2018-05-12 version 3.0.1

    • โž• Add fuzz directory to release tar ball (#686)
    • โž• Add include file checking for X-Code (#683)
  • v3.0.0 Changes

    May 09, 2018

    2018-05-09 version 3.0.0

    << breaking changes >>

    • โšก๏ธ Change offset parameter updating rule. If parse error is happend, offset is updated to the error position. (#639, #666)

    โšก๏ธ << other updates >>

    • ๐Ÿ‘Œ Improve cross platform configuration (#655, #677)
    • ๐Ÿ‘Œ Improve build system (#647)
    • ๐Ÿ‘Œ Improve user class adaptor (#645, #673)
    • ๐Ÿ‘Œ Improve msgpack::object visitation logic (#676)
    • โœ‚ Remove some warnings (#641, 659)
    • Add -> and * operators to object_handle (#635)
    • ๐Ÿ‘Œ Improve CI environment (#631, #634, #643, #657, #662, #668)
    • ๐Ÿ‘Œ Improve documents (#630, #661)
    • ๐Ÿ”จ Refactoring (#670)
    • โž• Add OSS-Fuzz support (#672, #674, #675, #678)
  • v2.1.5 Changes

    August 03, 2017

    2017-08-04 version 2.1.5

    • ๐Ÿ‘Œ Improve cross platform configuration (#624)
    • โž• Add boost asio examples (including zlib) (#610)
    • โœ‚ Remove some warnings (#611)
    • ๐Ÿ›  Fix unpack visitor to treat float32/64 correctly (#613)
    • ๐Ÿ‘Œ Improve documents (#616)
    • ๐Ÿ›  Fix alignment problem on some platform (#617, #518)
    • ๐Ÿ›  Fix conflict std::tuple, std::pair, and boost::fusion::sequence problem (#619)

    2017-08-03 version 2.1.4 (Invalid)

    • ๐Ÿ‘€ See #623
  • v2.1.3 Changes

    June 15, 2017
    • ๐Ÿ‘Œ Improve build system (#603)
    • โž• Add C++17 adaptors std::optional and std::string_view. (#607, #608)
    • ๐Ÿ‘Œ Improve cross platform configuration (#601)
    • โœ‚ Remove some warnings (#599, #602, #605)