Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
6bfe7d9 to
8284989
Compare
00e14db to
f84308a
Compare
8c38722 to
13b345f
Compare
bfad096 to
42ef317
Compare
63b1c82 to
58f7b88
Compare
ea5d1ef to
6c11e4b
Compare
2f9849d to
840b038
Compare
7a69e4d to
837e4f9
Compare
5676711 to
abc9487
Compare
abc9487 to
4e719f8
Compare
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
jrmccannon
approved these changes
Sep 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
1.3.0->1.6.11.13.2->1.15.035.6.1->35.6.34.0.0-beta.16->4.0.04.0.0-beta.16->4.0.04.0.0-beta.16->4.0.04.9.0->4.13.00.5.1->0.6.03.1.1->3.1.43.1.1->3.1.49.0.1->9.0.99.0.1->9.0.99.0.1->9.0.99.0.1->9.0.99.0.1->9.0.99.0.1->9.0.99.0.1->9.0.99.0.1->9.0.99.0.1->9.0.99.0.1->9.0.99.0.1->9.0.99.0.1->9.0.99.0.1->9.0.99.0.1->9.0.99.0.1->9.0.99.0.1->9.0.99.0.1->9.0.99.1.0->9.8.04.0.0->4.3.017.12.0->17.14.14.28.0->4.35.00.5.4->0.5.69.0.1->9.0.94.1.0->4.7.01.38.5->1.40.03.0.1->3.1.4Release Notes
Azure/azure-sdk-for-net (Azure.Extensions.AspNetCore.DataProtection.Keys)
v1.6.1Compare 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
ConfigureKeyManagementKeyVaultEncryptorClientOptionsto ensure that its dependencies were resolved in the correct scope to prevent issues due to lifetime drift. Previously, a new scope was created to resolveAzureKeyVaultXmlEncryptor. However,AzureKeyVaultXmlEncryptoris 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.0Compare Source
1.6.0 (2025-06-10)
Features Added
Breaking changes
DigitalTwinsClientactivities to follow OpenTelemetry attribute naming conventions:digitalTwinIdtoaz.digitaltwins.twin.idcomponentNametoaz.digitaltwins.component.namerelationshipNametoaz.digitaltwins.relationship.namemodelIdtoaz.digitaltwins.model.idjobIdtoaz.digitaltwins.job.idquerytoaz.digitaltwins.queryeventRouteIdtoaz.digitaltwins.event_route.idmessageIdtoaz.digitaltwins.message.idv1.5.0Compare Source
1.5.0 (2025-02-11)
Other Changes
v1.4.0Compare Source
1.4.0 (2024-11-26)
Other Changes
Microsoft.Extensions.DependencyInjectionto version8.0.11Microsoft.Bcl.AsyncInterfacesto version8.0.0bchavez/Bogus (Bogus)
v35.6.3Release Date: 2025-04-12
Internet.Avatar()URL generation. Moves from Cloudflare IPFS to IPFS.io.BelgianExtensionTests.v35.6.2Release Date: 2025-02-20
Randomizer.ULong()arithmetic overflow. Thanks @reuterma24!passwordless-lib/fido2-net-lib (Fido2)
v4.0.0: - At lastCompare 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
Ed25519when available by @abergs in #413AuthenticatorAttestationRawResponse.ResponseDatatoAttestationResponseby @joegoldman2 in #455clientDataJsontoclientDataJSONby @joegoldman2 in #450origChallengeparameter inFido2.MakeNewCredentialAsyncby @joegoldman2 in #460List<PublicKeyCredentialDescriptor>/IEnumerable<PublicKeyCredentialDescriptor>toIReadOnlyList<PublicKeyCredentialDescriptor>by @joegoldman2 in #447List<byte[]> storedDevicePublicKeystoIReadOnlyList<byte[]>by @joegoldman2 in #477extensionstoclientExtensionResultsby @joegoldman2 in #485largeBlobextension by @geel9 in #508New Contributors
Full Changelog: passwordless-lib/fido2-net-lib@v3.0.1...4.0.0
v4.0.0-beta9Compare Source
What's Changed
New Contributors
Full Changelog: passwordless-lib/fido2-net-lib@4.0.0-beta8...4.0.0-beta9
v4.0.0-beta8What's Changed
Full Changelog: passwordless-lib/fido2-net-lib@4.0.0-beta7...4.0.0-beta8
v4.0.0-beta3: 4.0.0-beta3https://www.nuget.org/packages/Fido2/4.0.0-beta3
What's Changed
Ed25519when available by @abergs in #413New Contributors
Full Changelog: passwordless-lib/fido2-net-lib@v4.0.0-beta2...v4.0.0-beta3
v4.0.0-beta2: v4.0.2 Beta2https://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-beta10Compare Source
What's Changed
extensionstoclientExtensionResultsby @joegoldman2 in #485Full 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
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.
This PR was generated by Mend Renovate. View the repository job log.