All Versions
10
Latest Version
Avg Release Cycle
80 days
Latest Release
1906 days ago

Changelog History

  • v1.0.1 Changes

    February 03, 2019

    ๐Ÿš€ This is bug fix release of 1.0.0. It is recommended for users who use Timestamp.

    ๐Ÿ› BUG FIXES

    • ๐Ÿ›  Fix conversion from DateTime[Offset] to Timestamp failure for before Unix epoc. #296

    ๐Ÿ‘Œ IMPROVEMENTS

    • ๐Ÿ›  Fix nuspec metadata. #306
  • v1.0.0 Changes

    June 14, 2018

    ๐Ÿš€ This release contains some bug fixes mainly related Unity stability from RC1.

    This is change list from 0.9.2 (not from 1.0-RC)

    ๐Ÿ†• 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.
    • ๐Ÿ‘ ValueTuple support. #277

    ๐Ÿ› 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.
    • ๐Ÿ›  Fix NRE in .NET Standard 1.1/1.3 build (this issue got mixed in beta2).
    • ๐Ÿ›  Fix built-in Guid/BigInteger always output raw type even if PackerCompatibilityOptions.PackBinaryAsRaw is not specified. #270
    • ๐Ÿ›  Fix MessagePackObject.UnderlyingType reports wrong type for ext types. Part of #269.
      This bug also caused misleading error message for incompatible type conversion.
    • ๐Ÿ›  Fix exceptions thrown by MessagePackObject.AsBinary()/AsString() reports internal type name. Part of #269.
    • [NonSerialized] attribute does not effect in Mono based platform including Unity.
    • ๐Ÿ›  Fix map keys order emitted by asymmetric (serialization only) serializer are inconsistent across platform.
    • ๐Ÿ›  Fix Unity build does not honor serialization related attributes correctly.
    • ๐Ÿ›  Fix internal inconsitency between serialization related attributes detection and their parameter retrieval.

    ๐Ÿ‘Œ IMPROVEMENTS

    • System.Tuple detection now ignores their declaring assemblies.
    • ๐Ÿ‘Œ Improve exception message in AOT error of Unity.
    • ๐Ÿ“ฆ .NET Standard 1.1/1.3 projects now do not depend on System.Linq.Expressions package.
  • v1.0.0-rc1 Changes

    December 17, 2017

    ๐Ÿš€ This is release candidates to 1.0!
    ๐Ÿš‘ Only critical bug fixes will be applied until 1.0 release. Please check binaries in your environment with known limitations about IL2CPP and Xamarin.iOS (essentially, you should use mpu.exe tool to generate serializer code or call MessagePackSerializer.Prepare<T>() for all types and adjust linker related configuration.)

    ๐Ÿ› BUG FIXES

    • ๐Ÿ›  Fix NRE in .NET Standard 1.1/1.3 build (this issue got mixed in beta2).
    • ๐Ÿ›  Fix built-in Guid/BigInteger always output raw type even if PackerCompatibilityOptions.PackBinaryAsRaw is not specified. #270
    • ๐Ÿ›  Fix MessagePackObject.UnderlyingType reports wrong type for ext types. Part of #269.
      This bug also caused misleading error message for incompatible type conversion.
    • ๐Ÿ›  Fix exceptions thrown by MessagePackObject.AsBinary()/AsString() reports internal type name. Part of #269.
  • v1.0.0-beta2 Changes

    October 29, 2017

    ๐Ÿ”„ CHANGES

    • ๐Ÿ— Xamarin builds are now integrated to .NET Standard 2.0.

    ๐Ÿ†• NEW FEATURES

    • ๐Ÿ‘ ValueTuple support. #277

    ๐Ÿ‘Œ IMPROVEMENTS

    • System.Tuple detection now ignores their declaring assemblies.
    • ๐Ÿ‘Œ Improve exception message in AOT error of Unity.
    • ๐Ÿ“ฆ .NET Standard 1.1/1.3 projects now do not depend on System.Linq.Expressions package.
  • v1.0.0-beta1 Changes

    October 29, 2017

    ๐Ÿ†• 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.
  • v0.9.2 Changes

    September 26, 2017

    This is packaging bug fix for UWP.

    ๐Ÿ› BUG FIXES

    • ๐Ÿ›  Fix UAP build drop does not exists in nupkg. #186
  • v0.9.1 Changes

    August 30, 2017

    ๐Ÿš€ This is bug fix release of 0.9.0.

    ๐Ÿ› BUG FIXES

    • ๐Ÿ›  Fix ByteArrayPacker throws IndexOutOfBoundException when the buffer remaining bytes is equal to packed scalar size. #252
  • v0.9.0 Changes

    August 26, 2017

    ๐Ÿš€ This including important bug fixes and some performance improvements. Following note includes features which were released in 0.9.0 previews.

    ๐Ÿ†• NEW FEATURES

    • Enum name transformation via SerializationContext.EnumSerializationOptions.NameTransformer.
      Built in transformer is placed in EnumTransoformers.
      Issue #184.
    • ๐Ÿ‘ Polymorphic attributes now supports type qualification. Issue #171.
    • โš™ Runtime type polymorphism now supports name based type verification. This feature allows to prevent loading malicious or unknown types ibefore assembly loading.
    • Asymmetric serializers. You can generate "pack only" serializer when you set SerializationContext.CompabilityOptions.AllowAsymmetricSerializer to true. #68.
    • ๐Ÿ‘ Built in serializer for System.Text.StringBuilder now supports UnpackTo.
    • โž• Add serialization to/from MessagePackObject as extension methods of MessagePackSerializer and MessagePackSerializer. Issue #90
    • ๐Ÿ‘‰ Users of serializer code generator API can specify TextWriter to output. This may improve tooling chain.
    • ๐Ÿ‘‰ Users of serializer code generator API can suppress [DebuggerNonUserCode] attribute to enable debugger step in.
    • SerializerRepository API now expose ContainsFor and GetRegisteredSerializers methods to investigate registered serializers.
    • SerializationContext.DisablePrivilegedAccess for restricted environment like Silverlight to select between granting permission or relinquish non-public access.
    • ๐Ÿ— UWP build is now included.
    • ๐Ÿ›  ByteArrayPacker/ByteArrayUnpacker. They are suitable for fixed pattern serialization/deserialization.
    • Fast mode of unpacker which omits nested collection management. This option can be disabled with setting UnpackerOptions.ValidationLevel to ValidationLevel.Collection.

    ๐Ÿ‘Œ IMPROVEMENTS

    • Byte array based serialization API now uses ByteArrayPacker/ByteArrayUnpacker, improves about 40% faster than Stream based.
    • Deserialization now uses ValidationLevel.None, improves about 30% faster than validating one.
    • ๐ŸŽ Packer/Unpacker performance improvements about 10-20%. As a result, new byte array "fast" unpacker is about 3x faster than previous unpacker.

    ๐Ÿ› BUG FIXES

    • ๐Ÿ›  Fix nuspec to prevent old NuGet clients which do not support .NET Standard TFMs. Issue #177.
    • The generated code for the type which has Tuple typed member uses old PackHelper API.
    • ๐Ÿ›  Fix struct deserialization. Issue #189. Thank you @samcragg!
    • ๐Ÿ›  Fix asynchronous packing is not be emitted correctly. Issue #201
    • ๐Ÿ›  Fix SerializerCodeGenerator does not handle collections correctly for IsRecursive = true. Issue #203
    • ๐Ÿ›  Fix extra field causes IndexOutOfBoundException when reflection based serializers are used. Issue #199
    • ๐Ÿ›  Fix some built-in serializers throws InvalidOperationException instead of SerializationException for type errors. Issue #204
    • ๐Ÿ›  Fix a combination of readonly members and collection members incorrect code generation when the type also have deserialization constructor. Issue #207.
    • ๐Ÿ›  Fix built-in collection serializers such as List serializer causes SecurityException when the program run in restricted environment like Silverlight. Issue #205.
    • ๐Ÿ›  Fix null items of complex type in List or Dictionary<TKey, TValue> will not be deserialized as null. Issue #211. (from 0.8.1)
    • ๐Ÿ›  Fix types which implement IPackable and IUnpackable but do not have any members cannot be serialized. Issue #202
    • ๐Ÿ›  Fix Windows Native build error. Issue #206.
    • ๐Ÿ›  Fix constructor deserialization fails if the constructor parameters order is not lexical. Issue #233
    • ๐Ÿ›  Fix asynchronous multi dimensional array deserialization corruption.
    • ๐Ÿ›  Fix enum serialization throws NullReferenceException in Unity. Issue #215.
    • ๐Ÿ›  Fix MessagePackSerializer.Capability does not work correctly in Unity.
    • ๐Ÿ›  Fix polymorphic serializer error in Unity.
  • v0.9.0-rc1

    August 13, 2017
  • v0.9.0-beta2

    February 12, 2017