Skip to content

v2.5.94

Compare
Choose a tag to compare
@AArnott AArnott released this 13 Mar 01:31
f08b6fe

What's Changed

  • MessagePack.Generator RollForward to Major by @neuecc in #1445
  • Drop net5.0 runtime targets by @AArnott in #1448
  • Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /benchmark/SerializerBenchmark by @dependabot in #1453
  • Bump Newtonsoft.Json from 10.0.3 to 13.0.1 in /sandbox/Sandbox by @dependabot in #1452
  • Add StringInterningFormatter.cs.meta for Unity by @neuecc in #1455
  • Add option to avoid large buffer allocations by @AArnott in #1457
  • Skip type collection if property has MessagePackFormatterAttribute by @gllebede in #1462
  • Fix for "System.NotImplementedException: byref delegate" by @MaximMikhisor in #1461
  • Add non-generic serialize/deserialize perf tests by @AArnott in #1478
  • Fix OverflowException in SafeBitConverter.ToInt64 by @ValkaVales in #1481
  • removing extra double quotation mark by @ImanNavidi in #1490
  • Enable SPAN_BUILTIN code for Unity 2021.2+ by @MichalPetryka in #1486
  • ASP.NET Core improvements by @vzabrodin in #1512
  • fix duplicate registration of named tuples by @honda-tatsuya in #1464
  • Fix null param check in StaticCompositeResolver by @AArnott in #1527
  • Update Microsoft.NET.StringTools dependency to 17.4.0 by @AArnott in #1515
  • Improve error messages in exceptions thrown from PrimitiveObjectFormatter by @AArnott in #1499
  • Add incremental build support to MessagePack.MSBuild.Tasks by @AArnott in #1528
  • Remove dead constant by @AArnott in #1529
  • Switch from Azure Pipelines to GitHub Actions for unity build by @AArnott in #1543
  • Merge master to develop by @AArnott in #1544
  • Fixed issue with generics formatters generation in #1534
  • Fixes Typo "paramterType" -> "parameterType" by @gfs in #1547
  • Fix unity+android code for reading an Int64 from memory by @AArnott in #1548
  • Hide Microsoft.NET.StringTools from compilation of downstream projects by @AArnott in #1549
  • Add CustomFormatter instanciator for StringKeyFormatterTemplate by @gepa21 in #1557
  • Remove author info by @AArnott in #1564
  • Show details of errors occurred when the generator opens a project by @mayuki in #1558
  • Fix MessagePack CodeGen Unity spelling/grammar by @Valerionn in #1561
  • Fixed issue with Union formatter generator by @Scormave in #1553
  • Fixed nullable embedded types are being added to generated resolver by @Scormave in #1556
  • Added sandbox tests for nested generic types by @Scormave in #1555
  • Merge latest Library.Template by @AArnott in #1566
  • Merge master to develop by @AArnott in #1567
  • Fix wrong data length written in UnsafeBlitFormatter by @lynzrand in #1551

New Contributors

Full Changelog: v2.5.64-alpha...v2.5.94