Skip to content

Releases: msgpack/msgpack-c

6.1.1 C++

02 Apr 03:19
44c0f70
Compare
Choose a tag to compare

2024-04-02 version 6.1.1 for C++

  • Fix compilation error when std::variant has the same types (#1112)
  • Improve CI (#1090, #1110)
  • Fix to avoid common function name's (has_as::check) ambiguity/conflict with other libraries' macros (#1085)

6.0.1 C

02 Apr 05:22
5ab83b1
Compare
Choose a tag to compare

2024-04-02 version 6.0.1 for C

6.1.0 C++

08 Jul 05:02
8c602e8
Compare
Choose a tag to compare

2023-07-08 version 6.1.0 for C++

  • Remove dependency on boost in chrono.hpp (#1076)
  • Add support for std::variant behavior (#1075)
  • Fix msgpack::type::variant behavior to respect MessagePack format (#1071)
  • Add rebind allocators (#1065)

6.0.0 C++

04 Mar 13:51
Compare
Choose a tag to compare

2023-03-02 version 6.0.0 for C++

<< breaking changes >>

  • Change CMake package name of C++ library to msgpack-cxx (#1054)
    Unified all C++ package, library, cmake, tarball name become msgpack-cxx.

6.0.0 C

04 Mar 13:49
Compare
Choose a tag to compare

2023-03-02 version 6.0.0

  • Remove C++ requirement if test is disabled (#1055)

<< breaking changes >>

  • Change CMake package name of C library to msgpack-c (#1053)
    Unified all C package, library, cmake, tarball name become msgpack-c.

5.0.0 C++

10 Jan 12:45
8824c62
Compare
Choose a tag to compare

2023-01-10 version 5.0.0 for C++

  • Fix config for new MSVC preprocessor (#1040)

<< breaking changes >>

  • Change CMake package name of C++ library to msgpackc-cxx (#1045, #1048)

5.0.0 C

10 Jan 12:44
551308a
Compare
Choose a tag to compare

2023-01-10 version 5.0.0

  • Add additional address sanitizer for CI. (#1023)

<< breaking changes >>

  • Change CMake package name of C library to msgpackc (#1044, #1049)

4.1.3 C++

02 Nov 04:51
7e56a08
Compare
Choose a tag to compare

2022-11-02 version 4.1.3 for C++

  • Fix compile error that direct inclusion of chrono with MSGPACK_NO_BOOST (#1038)

4.1.2 C++

07 Sep 04:27
fb64ea0
Compare
Choose a tag to compare

2022-09-07 version 4.1.2 for C++

  • Fix noexcept on zone (#1030)
  • Improve cmake support (#1028, #1032)
  • Improve CI (#1023)
  • Improve supporting platform (#1021)
  • Refine double/float packing (#1018)
  • Refine include files dependency (#1011)

4.1.1 C++

09 Mar 12:01
63511f2
Compare
Choose a tag to compare

2022-03-09 version 4.1.1 for C++

  • Remove chrono support on MSGPACK_NO_BOOST to fix compile error.
  • Improve build system (#1003)