SerializationBenchmarks icon indicating copy to clipboard operation
SerializationBenchmarks copied to clipboard

chore(deps): update all dependencies

Open renovate[bot] opened this issue 1 year ago • 0 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
AvroConvert (source) 3.4.10 -> 3.4.15 age adoption passing confidence
Bogus 35.6.1 -> 35.6.3 age adoption passing confidence
MemoryPack 1.21.3 -> 1.21.4 age adoption passing confidence
MessagePack 2.5.192 -> 3.1.3 age adoption passing confidence
ServiceStack.Text 8.4.0 -> 8.8.0 age adoption passing confidence
bebop 3.0.14 -> 3.1.3 age adoption passing confidence
bebop-tools 3.0.14 -> 3.1.3 age adoption passing confidence
protobuf-net 3.2.45 -> 3.2.52 age adoption passing confidence

Release Notes

bchavez/Bogus (Bogus)

v35.6.3

Release Date: 2025-04-12

  • Issue 601: Fixes Internet.Avatar() URL generation. Moves from Cloudflare IPFS to IPFS.io.
  • Fixed broken checksum calculation test in BelgianExtensionTests.
  • .NET SDK 9 now required for builds. Various C# improvements and modernizations. Thanks @​SimonCropp!

v35.6.2

Release Date: 2025-02-20

  • PR 584: Pack LICENSE file with NuGet package. Also, use ProjectIcon.
  • Issue 581: Fix Randomizer.ULong() arithmetic overflow. Thanks @​reuterma24!
  • PR 586: Use .NET 9 SDK build tooling. Thanks @​SimonCropp!
  • PR 587: Fix CS1584 incorrect use of cref in XML doc comment. Thanks @​SimonCropp!
  • PR 589: Unlock ability to use any .NET SDK build tooling on AppVeyor. Thanks @​SimonCropp!
Cysharp/MemoryPack (MemoryPack)

v1.21.4: Ver.1.21.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/Cysharp/MemoryPack/compare/1.21.3...1.21.4

MessagePack-CSharp/MessagePack-CSharp (MessagePack)

v3.1.3

What's Changed

Full Changelog: https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v3.1.2...v3.1.3

v3.1.2

What's Changed

New Contributors

Full Changelog: https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v3.1.1...v3.1.2

v3.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v3.1.0...v3.1.1

v3.1.0

What's Changed

Full Changelog: https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/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: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

renovate[bot] avatar Mar 19 '24 14:03 renovate[bot]