Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2025

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.8 age confidence
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (source) 9.0.1 -> 9.0.8 age confidence
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (source) 9.0.1 -> 9.0.8 age confidence
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 9.0.1 -> 9.0.8 age confidence
Microsoft.AspNetCore.Identity.UI (source) 9.0.1 -> 9.0.8 age confidence
Microsoft.AspNetCore.Mvc.Testing (source) 9.0.1 -> 9.0.8 age confidence
Microsoft.AspNetCore.OpenApi (source) 9.0.1 -> 9.0.8 age confidence
Microsoft.EntityFrameworkCore (source) 9.0.1 -> 9.0.8 age confidence
Microsoft.EntityFrameworkCore.Design (source) 9.0.1 -> 9.0.8 age confidence
Microsoft.EntityFrameworkCore.InMemory (source) 9.0.1 -> 9.0.8 age confidence
Microsoft.EntityFrameworkCore.Relational (source) 9.0.1 -> 9.0.8 age confidence
Microsoft.EntityFrameworkCore.SqlServer (source) 9.0.1 -> 9.0.8 age confidence
Microsoft.EntityFrameworkCore.Sqlite (source) 9.0.1 -> 9.0.8 age confidence
Microsoft.EntityFrameworkCore.Tools (source) 9.0.1 -> 9.0.8 age confidence
Microsoft.Extensions.Configuration.Abstractions (source) 9.0.1 -> 9.0.8 age confidence
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (source) 9.0.1 -> 9.0.8 age confidence
Microsoft.Extensions.Logging.Abstractions (source) 9.0.1 -> 9.0.8 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.8 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-05-19)

Features Added
  • Overloads were added to accept a Uri-typed key identifier to all protection methods. (A community contribution, courtesy of MattKotsenas)

v1.5.0

Compare Source

1.5.0 (2025-05-06)

Acknowledgments

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

Features Added
  • An overload was added to ProtectKeysWithAzureKeyVault which allows for resolving the key identifier dynamically using IServiceProvider rather than using a static identifier. (A community contribution, courtesy of MattKotsenas)

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 (#​330)
🐛 Bug Fixes
  • Check return value from Base64.DecodeFromUtf8InPlace

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.65%. Comparing base (6bbabde) to head (736d1d1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #802   +/-   ##
=======================================
  Coverage   36.65%   36.65%           
=======================================
  Files         579      579           
  Lines       31293    31293           
  Branches      897      897           
=======================================
  Hits        11472    11472           
  Misses      19678    19678           
  Partials      143      143           

☔ 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 4 times, most recently from 8004eb4 to d7d40e7 Compare August 5, 2025 22:03
@renovate renovate bot force-pushed the renovate/nuget-minor branch 5 times, most recently from 9d09ea6 to 1b94933 Compare August 12, 2025 23:20
@renovate renovate bot force-pushed the renovate/nuget-minor branch 7 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 2 times, most recently from 1172420 to 5676711 Compare September 10, 2025 19:12
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 5676711 to abc9487 Compare September 10, 2025 22:59
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