Msgpack-Cli v1.0.0-rc1 Release Notes

Release Date: 2017-12-17 // over 6 years ago
  • ๐Ÿš€ 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.