Releases: Cysharp/MemoryPack
Releases · Cysharp/MemoryPack
Ver.1.9.7
- Fix generator throws ArgumentNullException when VersionTorleant/CircularReference has skipped order and parameter constructor
Ver.1.9.6
- 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
- Fix internal state does not reused using MemoryPack.Streaming
Full Changelog: 1.9.4...1.9.5
Ver.1.9.4
- Fix MemoryPackSerializer.SerializeAsync(Type, Stream, object value) does not work correctly
Full Changelog: 1.9.3...1.9.4
Ver.1.9.3
- Fix incorrect work of MemoryPackReader.PeekIsNull
Full Changelog: 1.9.2...1.9.3
Ver.1.9.2
- Add
MemoryPackReader
.PeekIsNull
,TryPeekObjectHeader
,TryPeekUnionHeader
,TryPeekCollectionHeader
Full Changelog: 1.9.1...1.9.2
Ver.1.9.1
- 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
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
- @hankovich made their first contribution in #92
- @dependabot made their first contribution in #95
- @MihailsKuzmins made their first contribution in #94
Full Changelog: 1.8.14...1.9.0
Ver.1.8.14
What's Changed
- Spelling and grammar changes. by @TimothyMakkison in #87
- feat: use C# nullable markers to export ts nullable types by @danfma in #89
New Contributors
- @TimothyMakkison made their first contribution in #87
Full Changelog: 1.8.13...1.8.14
Ver.1.8.13
- Generator supports *.MemoryPack namespace
- Generator supports union record #86
Full Changelog: 1.8.12...1.8.13