MessagePack for C# (.NET, .NET Core, Unity, Xamarin) v2.1.143 Release Notes

Release Date: 2020-06-18 // almost 4 years ago
  • ๐Ÿ”„ Changes:

    ๐Ÿ›  Fixes:

    • #924: Attempted to read past the end of the stream when using LZ4ArrayCompression
    • #931: il2cpp - MemoryMarshal.Cast can cause SIGBUS on ARMv7

    โœจ Enhancements:

    • #935: Allow analyzer VSIX to install on VS 2019
    • ๐Ÿ‘ #902: Add support generic MessagePackFormatterAttribute
    • ๐Ÿ“ฆ #913: Make MessagePack.MSBuild.Task package a dev dependency

    Others:

    • #946: Fix MessagePackStreamReader reading when string or binary headers are incomplete
    • #945: Document that formatters must write exactly one object ๐Ÿ‘€ See More
    • #932: Avoid using MemoryMarshal.Cast<byte, _> on Android
    • #940: Fix deserialization of big files
    • ๐Ÿ”€ #936: Merge v1.x to master
    • #748: Unity & Messagepack v2.x Error on some Android devices.
    • #923: Reworked anonymous type check.
    • ๐Ÿ“ฆ #921: [mpc]: Ignore missing Include attribute in PackageReference tag
    • ๐Ÿ“„ #915: Improve docs
    • #891: [mpc] Fix collecting closed type generics
    • #885: Allow serialize completely private constructor
    • #883: add Table of Contents to ReadMe
    • #881: Fix invalid bge-emit on string-key dynamic code gen
    • #882: Normalize End-of-Lines
    • #866: MPC. Fix double include of MessagePackObjectAttribute data

    ๐Ÿš€ This list of changes was auto generated.