Skip to content

v1.3.84

Choose a tag to compare

@AArnott AArnott released this 26 Aug 13:18
· 24 commits to main since this release

What's Changed

Fixes

  • Fix old-spec raw headers by @AArnott in #1028
  • Fix methods referenced in xml doc comments for MessagePackSerializer by @AArnott in #996

Enhancements

  • Add safe round-tripping for unknown derived types by @AArnott in #1034
  • Add Godot MessagePack integration by @AArnott in #1025
  • Add uint variants of map and array header readers by @AArnott in #983
  • Port span-based Encoding.GetBytes to Write(string) and Write(ReadOnlySpan<char>) by @AArnott with @Copilot in #1004
  • Optimize object-as-array serialization by @eiriktsarpalis in #1014
  • Accelerate integer primitives and expand performance coverage by @AArnott in #1021
  • Specialize Dictionary converter dispatch by @AArnott with @Copilot in #1022
  • Sign released binaries with cert in Azure Key Vault by @AArnott in #1043

Full Changelog: v1.2.36...v1.3.84