Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
Azure.Extensions.AspNetCore.DataProtection.Keys (source) 1.3.0 -> 1.6.1 age confidence
Azure.Identity (source) 1.13.2 -> 1.15.0 age confidence
Bogus 35.6.1 -> 35.6.3 age confidence
Fido2 4.0.0-beta.16 -> 4.0.0 age confidence
Fido2.AspNet 4.0.0-beta.16 -> 4.0.0 age confidence
Fido2.Models 4.0.0-beta.16 -> 4.0.0 age confidence
MailKit (source) 4.9.0 -> 4.13.0 age confidence
MartinCostello.Logging.XUnit 0.5.1 -> 0.6.0 age confidence
MessagePack 3.1.1 -> 3.1.4 age confidence
MessagePackAnalyzer 3.1.1 -> 3.1.4 age confidence
Microsoft.AspNetCore.Cryptography.KeyDerivation (source) 9.0.1 -> 9.0.9 age confidence
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (source) 9.0.1 -> 9.0.9 age confidence
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (source) 9.0.1 -> 9.0.9 age confidence
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 9.0.1 -> 9.0.9 age confidence
Microsoft.AspNetCore.Identity.UI (source) 9.0.1 -> 9.0.9 age confidence
Microsoft.AspNetCore.Mvc.Testing (source) 9.0.1 -> 9.0.9 age confidence
Microsoft.AspNetCore.OpenApi (source) 9.0.1 -> 9.0.9 age confidence
Microsoft.EntityFrameworkCore (source) 9.0.1 -> 9.0.9 age confidence
Microsoft.EntityFrameworkCore.Design (source) 9.0.1 -> 9.0.9 age confidence
Microsoft.EntityFrameworkCore.InMemory (source) 9.0.1 -> 9.0.9 age confidence
Microsoft.EntityFrameworkCore.Relational (source) 9.0.1 -> 9.0.9 age confidence
Microsoft.EntityFrameworkCore.SqlServer (source) 9.0.1 -> 9.0.9 age confidence
Microsoft.EntityFrameworkCore.Sqlite (source) 9.0.1 -> 9.0.9 age confidence
Microsoft.EntityFrameworkCore.Tools (source) 9.0.1 -> 9.0.9 age confidence
Microsoft.Extensions.Configuration.Abstractions (source) 9.0.1 -> 9.0.9 age confidence
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (source) 9.0.1 -> 9.0.9 age confidence
Microsoft.Extensions.Logging.Abstractions (source) 9.0.1 -> 9.0.9 age confidence
Microsoft.Extensions.TimeProvider.Testing (source) 9.1.0 -> 9.8.0 age confidence
Microsoft.FeatureManagement.AspNetCore 4.0.0 -> 4.3.0 age confidence
Microsoft.NET.Test.Sdk 17.12.0 -> 17.14.1 age confidence
Selenium.WebDriver (source) 4.28.0 -> 4.35.0 age confidence
Serilog.Sinks.Datadog.Logs 0.5.4 -> 0.5.6 age confidence
System.Configuration.ConfigurationManager (source) 9.0.1 -> 9.0.9 age confidence
Testcontainers.MsSql (source) 4.1.0 -> 4.7.0 age confidence
bunit (source) 1.38.5 -> 1.40.0 age confidence
xunit.runner.visualstudio 3.0.1 -> 3.1.4 age confidence

Release Notes

Azure/azure-sdk-for-net (Azure.Extensions.AspNetCore.DataProtection.Keys)

v1.6.1

Compare Source

1.6.1 (2025-06-23)

Acknowledgments

Thank you to our developer community members who helped to make the Event Hubs client libraries better with their contributions to this release:

Bugs Fixed
  • Updated ConfigureKeyManagementKeyVaultEncryptorClientOptions to ensure that its dependencies were resolved in the correct scope to prevent issues due to lifetime drift. Previously, a new scope was created to resolve AzureKeyVaultXmlEncryptor. However, AzureKeyVaultXmlEncryptor is registered as a singleton and should be resolved from the same scope in which the options are being configured. Creating a new scope introduced unnecessary overhead and potential for unexpected behavior due to differences in service lifetime management. (A community contribution, courtesy of danielmarbach)

v1.6.0

Compare Source

1.6.0 (2025-06-10)

Features Added
  • Updated service API version to use API version 2023-10-31 by default.
Breaking changes
  • Renamed tags reported on DigitalTwinsClient activities to follow OpenTelemetry attribute naming conventions:
    • digitalTwinId to az.digitaltwins.twin.id
    • componentName to az.digitaltwins.component.name
    • relationshipName to az.digitaltwins.relationship.name
    • modelId to az.digitaltwins.model.id
    • jobId to az.digitaltwins.job.id
    • query to az.digitaltwins.query
    • eventRouteId to az.digitaltwins.event_route.id
    • messageId to az.digitaltwins.message.id

v1.5.0

Compare Source

1.5.0 (2025-02-11)

Other Changes
  • Updated dependencies to ensure they are up-to-date with the latest targets and trimming from built-in dependencies.

v1.4.0

Compare Source

1.4.0 (2024-11-26)

Other Changes
  • Updated dependency Microsoft.Extensions.DependencyInjection to version 8.0.11
  • Updated dependency Microsoft.Bcl.AsyncInterfaces to version 8.0.0
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!
passwordless-lib/fido2-net-lib (Fido2)

v4.0.0: - At last

Compare Source

I believe it's finally time to ship a new stable version, after shipping 17 betas of the 4.0.0 branch.

4.0 contains lots of breaking changes to the API, but also contains support for modern .net features and a lot of cleanups in terms of the webauthn implementation.

We wanted to include some refreshments to our MDS implementation and use of cache -- but we're punting it to a future release.

Here's a migration guide, authored by claude ai to get you started: https://github.com/passwordless-lib/fido2-net-lib/blob/main/Documentation/migration-guide-4.0.0.md

What's Changed
New Contributors

Full Changelog: passwordless-lib/fido2-net-lib@v3.0.1...4.0.0

v4.0.0-beta9

Compare Source

What's Changed
New Contributors

Full Changelog: passwordless-lib/fido2-net-lib@4.0.0-beta8...4.0.0-beta9

v4.0.0-beta8

What's Changed

Full Changelog: passwordless-lib/fido2-net-lib@4.0.0-beta7...4.0.0-beta8

v4.0.0-beta3: 4.0.0-beta3

https://www.nuget.org/packages/Fido2/4.0.0-beta3

What's Changed
New Contributors

Full Changelog: passwordless-lib/fido2-net-lib@v4.0.0-beta2...v4.0.0-beta3

v4.0.0-beta2: v4.0.2 Beta2

https://nuget.org/packages/fido2/4.0.0-beta2

What's Changed

Full Changelog: passwordless-lib/fido2-net-lib@4.0.0-beta1...v4.0.0-beta2

v4.0.0-beta10

Compare Source

What's Changed

Full Changelog: passwordless-lib/fido2-net-lib@4.0.0-beta9...4.0.0-beta10

v4.0.0-beta1: 🌈

Compare Source

Changes

💥 Breaking change

🚀 Features and enhancements

  • Strongly type AaGuid @​iamcarbon (#​362)
  • Fixes Fido2Configuration.FullyQualifiedOrigins contains a null entry when configured from a configuration section on .NET 7 @​ghost (#​360)
  • Add Mac and Linux to test pipeline @​aseigler (#​332)
  • Implement support for apple-appattest attestation format @​aseigler (#​322)
  • added [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicFields)] annotations to generic enums [@​filipw](https://r

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.

👻 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 requested a review from a team as a code owner April 28, 2025 00:48
Copy link

codecov bot commented Apr 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 36.76%. Comparing base (e530e86) to head (7fb82cd).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #802   +/-   ##
=======================================
  Coverage   36.76%   36.76%           
=======================================
  Files         584      584           
  Lines       31447    31447           
  Branches      901      901           
=======================================
  Hits        11560    11560           
  Misses      19742    19742           
  Partials      145      145           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/nuget-minor branch 5 times, most recently from 6bfe7d9 to 8284989 Compare May 7, 2025 00:53
@renovate renovate bot force-pushed the renovate/nuget-minor branch 7 times, most recently from 00e14db to f84308a Compare May 14, 2025 21:12
@renovate renovate bot force-pushed the renovate/nuget-minor branch 7 times, most recently from 8c38722 to 13b345f Compare May 21, 2025 01:14
@renovate renovate bot force-pushed the renovate/nuget-minor branch 9 times, most recently from bfad096 to 42ef317 Compare May 29, 2025 19:54
@renovate renovate bot force-pushed the renovate/nuget-minor branch 5 times, most recently from 63b1c82 to 58f7b88 Compare August 14, 2025 19:23
@renovate renovate bot force-pushed the renovate/nuget-minor branch 5 times, most recently from ea5d1ef to 6c11e4b Compare August 20, 2025 00:49
@renovate renovate bot force-pushed the renovate/nuget-minor branch 3 times, most recently from 2f9849d to 840b038 Compare August 29, 2025 13:45
@renovate renovate bot force-pushed the renovate/nuget-minor branch 7 times, most recently from 7a69e4d to 837e4f9 Compare September 5, 2025 22:23
@renovate renovate bot force-pushed the renovate/nuget-minor branch 3 times, most recently from 5676711 to abc9487 Compare September 10, 2025 22:59
@renovate renovate bot force-pushed the renovate/nuget-minor branch from abc9487 to 4e719f8 Compare September 16, 2025 14:47
Copy link
Contributor Author

renovate bot commented Sep 16, 2025

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.

@jrmccannon jrmccannon merged commit a8a1e3c into main Sep 19, 2025
14 checks passed
@jrmccannon jrmccannon deleted the renovate/nuget-minor branch September 19, 2025 14:04
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