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.
This PR contains the following updates:
1.3.0
->1.6.1
1.13.2
->1.15.0
35.6.1
->35.6.3
4.0.0-beta.16
->4.0.0
4.0.0-beta.16
->4.0.0
4.0.0-beta.16
->4.0.0
4.9.0
->4.13.0
0.5.1
->0.6.0
3.1.1
->3.1.4
3.1.1
->3.1.4
9.0.1
->9.0.8
9.0.1
->9.0.8
9.0.1
->9.0.8
9.0.1
->9.0.8
9.0.1
->9.0.8
9.0.1
->9.0.8
9.0.1
->9.0.8
9.0.1
->9.0.8
9.0.1
->9.0.8
9.0.1
->9.0.8
9.0.1
->9.0.8
9.0.1
->9.0.8
9.0.1
->9.0.8
9.0.1
->9.0.8
9.0.1
->9.0.8
9.0.1
->9.0.8
9.0.1
->9.0.8
9.1.0
->9.8.0
4.0.0
->4.3.0
17.12.0
->17.14.1
4.28.0
->4.35.0
0.5.4
->0.5.6
9.0.1
->9.0.8
4.1.0
->4.7.0
1.38.5
->1.40.0
3.0.1
->3.1.4
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
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 resolveAzureKeyVaultXmlEncryptor
. 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
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
ProtectKeysWithAzureKeyVault
which allows for resolving the key identifier dynamically usingIServiceProvider
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
Microsoft.Extensions.DependencyInjection
to version8.0.11
Microsoft.Bcl.AsyncInterfaces
to version8.0.0
bchavez/Bogus (Bogus)
v35.6.3
Release Date: 2025-04-12
Internet.Avatar()
URL generation. Moves from Cloudflare IPFS to IPFS.io.BelgianExtensionTests
.v35.6.2
Release 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
Ed25519
when available by @abergs in #413AuthenticatorAttestationRawResponse.ResponseData
toAttestationResponse
by @joegoldman2 in #455clientDataJson
toclientDataJSON
by @joegoldman2 in #450origChallenge
parameter inFido2.MakeNewCredentialAsync
by @joegoldman2 in #460List<PublicKeyCredentialDescriptor>
/IEnumerable<PublicKeyCredentialDescriptor>
toIReadOnlyList<PublicKeyCredentialDescriptor>
by @joegoldman2 in #447List<byte[]> storedDevicePublicKeys
toIReadOnlyList<byte[]>
by @joegoldman2 in #477extensions
toclientExtensionResults
by @joegoldman2 in #485largeBlob
extension by @geel9 in #508New 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-beta3https://www.nuget.org/packages/Fido2/4.0.0-beta3
What's Changed
Ed25519
when 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-beta10
Compare Source
What's Changed
extensions
toclientExtensionResults
by @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
🐛 Bug Fixes
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.