Skip to content

Bump Fido2.AspNet from 3.0.1 to 4.0.0#48

Merged
NoRelect merged 1 commit intomainfrom
dependabot/nuget/Nephelite/Fido2.AspNet-4.0.0
Aug 30, 2025
Merged

Bump Fido2.AspNet from 3.0.1 to 4.0.0#48
NoRelect merged 1 commit intomainfrom
dependabot/nuget/Nephelite/Fido2.AspNet-4.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updated Fido2.AspNet from 3.0.1 to 4.0.0.

Release notes

Sourced from Fido2.AspNet's releases.

4.0.0

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.

What's Changed

4.0.0-beta9

What's Changed

New Contributors

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

4.0.0-beta8

What's Changed

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

4.0.0-beta6

What's Changed

New Contributors

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

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

4.0.0-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

4.0.0-beta10

What's Changed

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

4.0.0-beta1

Changes

  • SourceLink consolidation @​Regenhardt (#​384)
  • Fix Conformance Test @​iamcarbon (#​363)
  • Improve Code Quality @​iamcarbon (#​352)
  • Update link in Readme @​mlh758 (#​354)
  • Improve error handling @​iamcarbon (#​344)
  • Fix TestAppleAppAttestProd test on macOS & Linux @​iamcarbon (#​347)
  • Use file scoped namespaces @​iamcarbon (#​343)
  • Support ResidentKeyRequirement @​dIeGoLi (#​311)
  • Pipelines fixes @​abergs (#​333)
  • Improve Code Quality @​iamcarbon (#​326)

💥 Breaking change

  • Strongly type AaGuid @​iamcarbon (#​362)

🚀 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(), throw if error @​aseigler (#​331)
  • Fix serialization error in Demo. Fixes #​328 @​abergs (#​329)

🧰 Maintenance & documentation

  • Update tests to get clean CI @​aseigler (#​355)
  • Fixed clientDataJSON name @​namespacedevbox (#​348)
  • Fix serialization error in Demo. Fixes #​328 @​abergs (#​329)
  • Updated sourcelink @​abergs (#​327)

4.0.0-beta.17

What's Changed

New Contributors

Full Changelog: passwordless-lib/fido2-net-lib@4.0.0-beta.16...4.0.0-beta.17

4.0.0-beta.16

What's Changed

Full Changelog: passwordless-lib/fido2-net-lib@4.0.0-beta.15...4.0.0-beta.16

4.0.0-beta.15

What's Changed

New Contributors

Full Changelog: passwordless-lib/fido2-net-lib@4.0.0-beta.14...4.0.0-beta.15

4.0.0-beta.14

What's Changed

New Contributors

Full Changelog: passwordless-lib/fido2-net-lib@4.0.0-beta.13...4.0.0-beta.14

4.0.0-beta.13

What's Changed

New Contributors

Full Changelog: passwordless-lib/fido2-net-lib@4.0.0-beta.12...4.0.0-beta.13

4.0.0-beta.12

What's Changed

Full Changelog: passwordless-lib/fido2-net-lib@4.0.0-beta.11...4.0.0-beta.12

4.0.0-beta.11

What's Changed

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

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Aug 29, 2025
---
updated-dependencies:
- dependency-name: Fido2.AspNet
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Nephelite/Fido2.AspNet-4.0.0 branch from cf2ac38 to b0e63f4 Compare August 30, 2025 10:11
@NoRelect NoRelect merged commit 2397e81 into main Aug 30, 2025
@NoRelect NoRelect deleted the dependabot/nuget/Nephelite/Fido2.AspNet-4.0.0 branch August 30, 2025 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant