Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 19, 2024

This PR contains the following updates:

Package Change Age Confidence
AvroConvert (source) 3.4.10 -> 3.4.16 age confidence
BenchmarkDotNet 0.14.0 -> 0.15.8 age confidence
Bogus 35.6.1 -> 35.6.5 age confidence
Dahomey.Cbor 1.24.3 -> 1.25.1 age confidence
MemoryPack 1.21.3 -> 1.21.4 age confidence
MessagePack 2.5.192 -> 3.1.4 age confidence
Newtonsoft.Json (source) 13.0.3 -> 13.0.4 age confidence
bebop 3.0.14 -> 3.2.3 age confidence
bebop-tools 3.0.14 -> 3.2.3 age confidence
protobuf-net 3.2.45 -> 3.2.56 age confidence

Release Notes

dotnet/BenchmarkDotNet (BenchmarkDotNet)

v0.15.8: BenchmarkDotNet v0.15.8

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.8.html

v0.15.7: BenchmarkDotNet v0.15.7

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.7.html

v0.15.6: BenchmarkDotNet v0.15.6

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.6.html

v0.15.5: 0.15.5

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.5.html

v0.15.4: 0.15.4

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.4.html

Highlights

Allow override method/property for ParamsSource (#​2832)

v0.15.3: 0.15.3

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.3.html

Highlights

Improvements:

  • Naot instruction set support for .NET 10+, migrate to ISA groupings in CPU summary #​2828
  • Support benchmark filtering for TestAdapter #​2662 #​2788
  • Support non-primitive external types in ArgumentsSource #​2820
  • Enable MSBuild parallel build via --nodeReuse:false #​2693 #​2814
  • Improve CPU detection #​2747 #​2749
  • Enable assembly signing for debug build #​2774

Deprecations:

Bug fixes:

  • Fix InvalidOperationException in diagnosers #​2758 #​2805
  • Fix file detection in NativeMemoryProfiler #​2794 #​2795
  • Fix long file paths issue in EtwProfiler #​2807 #​2808
  • Fix log duplications in TestAdapter #​2790
  • Fix x86 disassembler error for net462 #​2792
  • Fix IsNetCore and IsNativeAOT for single-file apps without AOT #​2799
  • Fix density plot generation in RPlotExporter for latest version of R #​2809

v0.15.2: 0.15.2

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.2.html

Highlights

  • The most significant update in this release is the enhanced accuracy of the memory diagnoser (#​2562). This improvement resolves the issue of incorrectly reported memory allocations (#​1542, #​2582).
  • We have introduced a new feature that allows users to sort benchmark jobs in numerical order (#​2768, #​2770).
  • Benchmark validation has been improved (#​2771).
  • An issue with non-persistent auto-generated JobId has been fixed (#​2777).

v0.15.1: 0.15.1

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.1.html

Highlights

v0.15.0: 0.15.0

Full changelog: https://benchmarkdotnet.org/changelog/v0.15.0.html

bchavez/Bogus (Bogus)

v35.6.5

Release Date: 2025-10-25

  • PR 622: Adds music and vehicle faker classes to parse method and unit tests. Thanks Perks-of-Being-a-Cauliflower!

v35.6.4

Release Date: 2025-09-25

  • PR 614: Adds Extension Method to generate Iranian National Numbers. THanks @​amirh-p!
  • PR 607, 617, 618, 616, 615: General code improvements. Thanks @​SimonCropp!
  • Issue 619 and PR 620: Replaced defunct Placeholder.com with placehold.co. Image.PlaceholderUrl should work again. Thanks mahmmoudkinawy!

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!
dahomey-technologies/Dahomey.Cbor (Dahomey.Cbor)

v1.25.1

Compare Source

Support serialization of collection expressions

v1.25.0

Compare Source

Breaking change: INamingConvention::GetPropertyName expect an argument of type MemberInfo instead of string.

Cysharp/MemoryPack (MemoryPack)

v1.21.4: Ver.1.21.4

Compare Source

What's Changed

New Contributors

Full Changelog: Cysharp/MemoryPack@1.21.3...1.21.4

MessagePack-CSharp/MessagePack-CSharp (MessagePack)

v3.1.4

What's Changed

New Contributors

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

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: 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 renovate bot changed the title chore(deps): update dependency memorypack to v1.20.3 chore(deps): update dependency memorypack to v1.20.4 Mar 21, 2024
@renovate renovate bot changed the title chore(deps): update dependency memorypack to v1.20.4 chore(deps): update dependency memorypack to v1.20.5 Mar 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency memorypack to v1.20.5 chore(deps): update dependency memorypack to v1.21.0 Mar 28, 2024
@renovate renovate bot changed the title chore(deps): update dependency memorypack to v1.21.0 chore(deps): update all dependencies Mar 29, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 97f908d to e7a5726 Compare April 13, 2024 01:54
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b451248 to 6f20429 Compare April 28, 2024 04:51
@renovate renovate bot force-pushed the renovate/all branch from 6f20429 to c46592f Compare May 8, 2024 08:11
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 7f41683 to 5ba479e Compare May 29, 2024 01:44
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c4017cf to f554393 Compare June 13, 2024 00:15
@renovate renovate bot force-pushed the renovate/all branch from 1bd6d2d to 0c8df45 Compare July 6, 2024 01:43
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 6806217 to d0d6209 Compare July 20, 2024 01:30
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0b081cf to 495de12 Compare July 29, 2024 21:19
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 9c879a6 to f1a0beb Compare August 6, 2024 17:37
@renovate renovate bot force-pushed the renovate/all branch from 69e3614 to f6ed5a3 Compare May 1, 2025 14:47
@renovate renovate bot force-pushed the renovate/all branch from f6ed5a3 to 5609d26 Compare May 14, 2025 16:20
@renovate renovate bot force-pushed the renovate/all branch from 5609d26 to 1cc6b37 Compare May 22, 2025 18:15
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from dcc1044 to cb56f84 Compare June 13, 2025 02:48
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4b8977f to 1886365 Compare July 31, 2025 10:10
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from fdbbf88 to 0a8f44c Compare August 22, 2025 11:56
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 772b576 to bc30554 Compare September 18, 2025 18:27
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 377ea85 to a693445 Compare September 26, 2025 05:26
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4c0602d to 747dfec Compare October 31, 2025 01:08
@coderabbitai
Copy link

coderabbitai bot commented Oct 31, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 2743296 to 32d82e0 Compare November 13, 2025 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant