Skip to content

1.0.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@yfakariya yfakariya released this 29 Oct 21:55

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.