chore(deps): update dependency messagepack to v3 #297
Merged
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.192->3.0.308Release Notes
MessagePack-CSharp/MessagePack-CSharp (MessagePack)
v3.0.300Fixed version, release notes see v3.0.3.
v3.0.3See our migration guide.
What's new
mpcis 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.DynamicObjectResolversupported.[MessagePackObject]types can serialize private members without the application having to switch toDynamicObjectResolverAllowPrivate.[ExcludeFormatterFromSourceGeneratedResolverAttribute].CompositeResolverAttributeoffers a faster runtime alternative to theCompositeResolverclass.Unity
.unitypackageWhat'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/1680longtointtruncation 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/1754ExcludeFormatterFromSourceGeneratedResolverAttributeby @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1824#ifregions 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/1859partialmodifier 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/1901ExcludeFormatterFromSourceGeneratedResolverAttributeby suppressing certain warnings by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1907MessagePackSerializer.Typeless.Deserializeoverload that takesReadOnlyMemory<byte>by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1959CompositeResolverAttributemuch more useful by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1968partialrequirements by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/2002scopedmodifier toinparameters ofref structby @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/2021IMessagePackFormatter<T>by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/2022MsgPack003on use ofCollection<T>by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/2037ImmutableArray<T>.Builderduring deserialization by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/2044MessagePackPrimitivesclass by @AArnott in https://github.com/MessagePack-CSharp/MessagePack-CSharp/pull/1986New Contributors
Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v2.5.108...v3.0.3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.