Skip to content

Releases: ludocode/msgpack-tools

msgpack-tools v0.6

22 Jan 20:12
Compare
Choose a tag to compare

New features:

  • Added msgpack2json continuous mode (-c and -C) to convert a stream of top-level objects (#4)

Bug fixes:

  • Fixed a bug that could cause a newline to be printed incorrectly in pretty-printing mode

msgpack-tools v0.5

17 Jul 00:33
Compare
Choose a tag to compare

Changes:

  • Removed top-level array/map requirement (#3)
  • Moved dependency downloading and man page generation into CMake build process (#2)
  • Added support for build .deb package (#1)
  • Fixed incorrect buffer sizes

msgpack-tools v0.4

29 May 19:17
Compare
Choose a tag to compare

Changes:

  • Fixed issues with stream parsing (e.g. piping to/from netcat)
  • Fixed man page installation directory (prefix/share/man)

msgpack-tools v0.3.1

10 Apr 15:22
Compare
Choose a tag to compare

Changes:

  • Fixed build errors on old compilers that default to C89

msgpack-tools v0.3

10 Apr 08:17
Compare
Choose a tag to compare

Changes:

  • Switched JSON parsing library to RapidJSON
  • Updated configure script to support LDFLAGS and non-bash shells

msgpack-tools v0.2

16 Nov 01:22
Compare
Choose a tag to compare

Changes:

  • Renamed project to msgpack-tools
  • Added ./configure CMake wrapper from nemequ/configure-cmake
  • Updated MPack and YAJL versions

msgpack2json v0.1

21 Sep 05:14
Compare
Choose a tag to compare
msgpack2json v0.1 Pre-release
Pre-release

Initial release