Msgpack-Cli v1.0.0-beta1 Release Notes

Release Date: 2017-10-29 // over 6 years ago
  • ๐Ÿ†• NEW FEATURES

    • ๐Ÿ‘ .NET Standard 2.0 which supports serializer source code generation on .NET Core. Note that serializer assembly generation is not supported.
    • MessagePackSerializer.UnpackMessagePackObject(byte[]) utility method.
    • ๐Ÿ‘ MessagePack timestamp type support. This includes interoperability with DateTime/DateTimeOffset as well as MsgPack.Timespan type with basic arithmatics, properties, and conversions.

    ๐Ÿ› BUG FIXES

    • ๐Ÿ›  Fix ByteArrayPacker throws IndexOutOfBoundException when the buffer remaining bytes is equal to packed scalar size. #252
    • ๐Ÿ›  Fix UAP build drop does not exists in nupkg. #186
    • ๐Ÿ›  Fix new unpacker cannot unpack reserved ext types.