All Versions
30
Latest Version
Avg Release Cycle
145 days
Latest Release
1754 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.3.0 Changes
June 05, 20202020-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, 20192019-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, 20192019-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.0 Changes
August 21, 20182018-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 functionmsgpack_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 -
v3.0.0 Changes
May 09, 20182018-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, 20172017-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.4 Changes
August 03, 2017