[deps]: Update MessagePack to v3 #771
Open
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.5.187
->3.1.0
Release Notes
MessagePack-CSharp/MessagePack-CSharp (MessagePack)
v3.1.0
What's Changed
Int128
,UInt128
,Rune
.OrderedDictionary<T, V>
.ReadOnlySet<T>
serialization supportFull Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.0.301...v3.1.0
v3.0.300
Fixed version, release notes see v3.0.3.
v3.0.3
See our migration guide.
What's new
mpc
is no longer available. Dynamic formatters still exist (for runtimes that support them), but code that compiles against v3 are unlikely to need them, resulting in better startup performance and improved debugging experience.DynamicObjectResolver
supported.[MessagePackObject]
types can serialize private members without the application having to switch toDynamicObjectResolverAllowPrivate
.[ExcludeFormatterFromSourceGeneratedResolverAttribute]
.CompositeResolverAttribute
offers a faster runtime alternative to theCompositeResolver
class.Unity
.unitypackage
What's Changed
ILookup<TKey, TElement>
deserialized behavior by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1623[MessagePackFormatter]
on parameters by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1678[MessagePackFormatter]
on parameters" by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1679[MessagePackFormatter]
on parameters and return values by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1680long
toint
truncation of stream position by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1685[CompositeResolver]
attribute that triggers source generation by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1754ExcludeFormatterFromSourceGeneratedResolverAttribute
by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1824#if
regions related to unity by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1825[MessagePackObject]
attribute for generic types by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1859partial
modifier required by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1893[MessagePackFormatter]
on parameters and return values by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1901ExcludeFormatterFromSourceGeneratedResolverAttribute
by suppressing certain warnings by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1907MessagePackSerializer.Typeless.Deserialize
overload that takesReadOnlyMemory<byte>
by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1959CompositeResolverAttribute
much more useful by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1968partial
requirements by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/2002scoped
modifier toin
parameters ofref struct
by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/2021IMessagePackFormatter<T>
by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/2022MsgPack003
on use ofCollection<T>
by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/2037ImmutableArray<T>.Builder
during deserialization by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/2044MessagePackPrimitives
class by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1986New Contributors
Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.