github msgpack/msgpack-c cpp-7.0.0
7.0.0 C++

18 hours ago

2024-11-02 version 7.0.0

<< breaking changes >>

  • Revert double and fload packing behavior (#1144)
    • If below decimal point is zero (e.g. 2.00),
      • Before: pack as int format family 0x02
      • After : pack as float format family 0xcb 0x40 0x00 0x00 0x00 0x00 0x00 0x00 0x00

Don't miss a new msgpack-c release

NewReleases is sending notifications on new releases.