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

[deps]: Update MessagePack to v3 #772

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

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

Release Notes

MessagePack-CSharp/MessagePack-CSharp (MessagePackAnalyzer)

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.

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

New 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.


  • 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 requested a review from a team as a code owner December 9, 2024 00:26
@renovate renovate bot force-pushed the renovate/messagepackanalyzer-3.x branch 2 times, most recently from 5ebf6a0 to c6d2fca Compare December 12, 2024 11:06
@renovate renovate bot force-pushed the renovate/messagepackanalyzer-3.x branch 3 times, most recently from ab4bd4d to b4ad98a Compare December 20, 2024 13:33
@renovate renovate bot force-pushed the renovate/messagepackanalyzer-3.x branch from b4ad98a to 61032aa Compare December 20, 2024 13:34
jonashendrickx
jonashendrickx previously approved these changes Dec 20, 2024
@jonashendrickx jonashendrickx changed the title [deps]: Update MessagePackAnalyzer to v3 [deps]: Update MessagePack to v3 Dec 20, 2024
Copy link
Contributor Author

renovate bot commented Dec 20, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jonashendrickx jonashendrickx merged commit dc00545 into main Dec 20, 2024
14 checks passed
@jonashendrickx jonashendrickx deleted the renovate/messagepackanalyzer-3.x branch December 20, 2024 13:38
Copy link

codecov bot commented Dec 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.67%. Comparing base (74e1db4) to head (d750bd3).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #772   +/-   ##
=======================================
  Coverage   36.67%   36.67%           
=======================================
  Files         579      579           
  Lines       31292    31292           
  Branches      898      898           
=======================================
  Hits        11476    11476           
  Misses      19673    19673           
  Partials      143      143           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant