Skip to content

Releases: Cysharp/MemoryPack

Ver.1.9.7

20 Dec 08:43
Compare
Choose a tag to compare
  • Fix generator throws ArgumentNullException when VersionTorleant/CircularReference has skipped order and parameter constructor

Ver.1.9.6

14 Dec 17:13
Compare
Choose a tag to compare
  • Fixed fixed-size-memorypackable optimization on .NET 7 does not work after 1.8.13
  • Improve .NET 7 serialization performance

Full Changelog: 1.9.5...1.9.6

Ver.1.9.5

12 Dec 15:53
Compare
Choose a tag to compare
  • Fix internal state does not reused using MemoryPack.Streaming

Full Changelog: 1.9.4...1.9.5

Ver.1.9.4

12 Dec 12:36
Compare
Choose a tag to compare
  • Fix MemoryPackSerializer.SerializeAsync(Type, Stream, object value) does not work correctly

Full Changelog: 1.9.3...1.9.4

Ver.1.9.3

11 Dec 16:56
Compare
Choose a tag to compare
  • Fix incorrect work of MemoryPackReader.PeekIsNull

Full Changelog: 1.9.2...1.9.3

Ver.1.9.2

11 Dec 14:55
Compare
Choose a tag to compare
  • Add MemoryPackReader.PeekIsNull, TryPeekObjectHeader, TryPeekUnionHeader, TryPeekCollectionHeader

Full Changelog: 1.9.1...1.9.2

Ver.1.9.1

09 Dec 03:37
Compare
Choose a tag to compare
  • Add MemoryPackSerializerOptions.ServiceProvider
  • Add MemoryPackWriter.Options
  • Add MemoryPackReader.Options
  • MemoryPackSerializerOptions support with expression

Full Changelog: 1.9.0...1.9.1

Ver.1.9.0

08 Dec 10:50
Compare
Choose a tag to compare

What's Changed

  • Fix some typos in README by @hankovich in #92
  • Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /sandbox/SandboxConsoleApp by @dependabot in #95
  • make the README file more consistent by @MihailsKuzmins in #94
  • Fix fail BrotliCompress when compressed data is larger than BrotliEncoder.GetMaxCompressedLength(this is bug of dotnet/runtime, fix code using workaround)
  • Add Serialization callbacks receive ref MemoryPackReader/Writer, ref T value

New Contributors

Full Changelog: 1.8.14...1.9.0

Ver.1.8.14

05 Dec 08:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.13...1.8.14

Ver.1.8.13

02 Dec 11:03
Compare
Choose a tag to compare
  • Generator supports *.MemoryPack namespace
  • Generator supports union record #86

Full Changelog: 1.8.12...1.8.13