Skip to content

Releases: MessagePack-CSharp/MessagePack-CSharp

Ver 1.4.3

20 Jul 06:56
Compare
Choose a tag to compare
  • Add LZ4MessagePackSerializer.Deserialize<T>(ArraySegment) #85, thanks @LeeCampbell
  • Fix ToJson float Precision #80
  • Unity package Supports UWP platform
  • Improve Performance for NonGeneric Methods #79
  • Improve Performance for JIT Optimization

Ver 1.4.2

03 Jul 10:34
Compare
Choose a tag to compare

Support Unity 2017 .NET Framework 4.6 #75
Support Union attribute for abstract class #44

ver 1.4.1

29 Jun 07:42
Compare
Choose a tag to compare

Improve: MessagePackFormatterAttribute supports object[] arguments
Improve: supports [DataContract] and [DataMember] instead of [MessagePackObject] and [Key]

ver 1.4.0

27 Jun 07:06
Compare
Choose a tag to compare

new typeless APIs, thanks @avtc

Add (LZ4)MessagePackSerializer.Typeless API
Add TypelessObjectFormatter
Add TyplessObjectResolver
Add TypelessContractlessStandardResolver

Ver 1.3.3

26 Jun 14:39
Compare
Choose a tag to compare

Add Stream overload for Primitive API and High-level API.

Add MessagePackBinary.ReadMessageBlockFromStramUnsafe
Add MessagePackBinary.Read/Write***(Stream stream)
Add (LZ4)MessagePackSerializer(.NonGeneric).Deserialize(Stream stream, bool readStrict)
Add (LZ4)MessagePackSerializer(.NonGeneric).Deserialize(Stream stream, IFormatterResolver resolver, bool readStrict)

Ver 1.3.2

23 Jun 09:00
Compare
Choose a tag to compare

Improve: float/double can decode integer msgpack binary

Ver 1.3.1

22 Jun 14:09
Compare
Choose a tag to compare

Add MessagePackSerializer.FromJson
Add MessagePackBinary.WriteMapHeaderForceMap32Block, WriteArrayHeaderForceArray32Block
Add DynamicObjectTypeFallbackResolver
Breaking Changes, ContractlessStandardResolver uses DynamicObjectTypeFallbackResolverinstead of PrimitiveObjectResolver #61
Improve StringKey serialization performance #62

Ver 1.3.1.1(on NuGet)
assembly was signed.

Ver 1.3.0

08 Jun 07:44
Compare
Choose a tag to compare

Add MessagePackFormatterAttribute
Fix UrlFormatter #55, thanks @lostmsu
Fix mpc.exe, support generates two/three/four dimentional array

Ver 1.2.3

24 May 05:49
Compare
Choose a tag to compare

fix mpc.exe, generate invalid code when type is in global namespace
fix mpc.exe, union key is not sequential from zero

Ver 1.2.1

03 May 14:45
Compare
Choose a tag to compare

add .NET Framework4.7 depenendencies on NuGet.
add .NET Framework4.6.1 depenendencies on NuGet.