Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency MessagePack to v3 #192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
MessagePack 2.5.192 -> 3.1.3 age adoption passing confidence

Release Notes

MessagePack-CSharp/MessagePack-CSharp (MessagePack)

v3.1.3

What's Changed

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.1.2...v3.1.3

v3.1.2

What's Changed
New Contributors

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.1.1...v3.1.2

v3.1.1

What's Changed

New Contributors

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.1.0...v3.1.1

v3.1.0

What's Changed

Full 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.
Details blog article

What's new

  • AOT source generation of formatters by default using roslyn source generators. 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.
  • AOT source generation is hugely improved.
    • Support most or all of the data types that DynamicObjectResolver supported.
    • Support for serializing private members.
  • [MessagePackObject] types can serialize private members without the application having to switch to DynamicObjectResolverAllowPrivate.
  • Analyzers are on by default, with many new ones to help ensure your code is correct and ready for AOT source generated formatters.
  • Custom formatters are automatically used for the data types they format when defined in the same assembly, by default. No need to attribute your data types to point to the custom formatter. Opt out by attributing the formatter with [ExcludeFormatterFromSourceGeneratedResolverAttribute].
  • New CompositeResolverAttribute offers a faster runtime alternative to the CompositeResolver class.
Unity
  • Consume through NuGetForUnity and UPM instead of through .unitypackage

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/messagepack-3.x branch 2 times, most recently from f1c2fa5 to 6b44288 Compare December 12, 2024 09:10
@renovate renovate bot force-pushed the renovate/messagepack-3.x branch from 6b44288 to 65fb5b0 Compare December 17, 2024 02:09
@renovate renovate bot force-pushed the renovate/messagepack-3.x branch 3 times, most recently from d870767 to 4e9a3d5 Compare December 31, 2024 07:54
@renovate renovate bot force-pushed the renovate/messagepack-3.x branch 3 times, most recently from cbb0c2d to cea771c Compare January 15, 2025 03:16
@renovate renovate bot force-pushed the renovate/messagepack-3.x branch 2 times, most recently from ddf2947 to 1b9632a Compare January 20, 2025 10:52
@renovate renovate bot force-pushed the renovate/messagepack-3.x branch 3 times, most recently from fa6ad4c to 29c37ac Compare February 3, 2025 02:12
@renovate renovate bot force-pushed the renovate/messagepack-3.x branch 2 times, most recently from fe3b6d4 to 8bb8a54 Compare February 7, 2025 15:25
@renovate renovate bot force-pushed the renovate/messagepack-3.x branch from 8bb8a54 to e628fe3 Compare February 10, 2025 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants