Skip to content
Snippets Groups Projects

Update module github.com/go-webauthn/webauthn to v0.12.3

Open renovate requested to merge renovate/github.com-go-webauthn-webauthn-0.x into master

This MR contains the following updates:

Package Type Update Change
github.com/go-webauthn/webauthn require minor v0.10.2 -> v0.12.3

Release Notes

go-webauthn/webauthn (github.com/go-webauthn/webauthn)

v0.12.3

Compare Source

Bug Fixes

v0.12.2

Compare Source

This is just a maintenance release that just ensures dependencies are up to date.

v0.12.1

Compare Source

This is a release that just ensures the dependencies that should have been updated in 0.12.0 are actually up-to-date. Most importantly go 1.24.

v0.12.0

Compare Source

Bug Fixes
Features

v0.11.2

Compare Source

Bug Fixes

v0.11.1

Compare Source

Bug Fixes

v0.11.0

Compare Source

Features
BREAKING CHANGES

While I endeavor to avoid breaking changes some are necessary to support both better outcomes for implementers and fix issues which are not desirable. This release packs a quite a few, so it's important to take the time to read. While the details on adapting are not comprehensive, they should easy to understand and clarification will be added where it makes sense. Feel free to open a discussion if you're having issues migrating.

  • MAJOR: A majority of the functionality that exists within the metadata package has been completely reworked. The rework has added a number of great validation options for implementers as well as allowing them to more easily manage metadata blobs and the refresh of these blobs in their own domain logic. This will require substantial work for anyone currently using it. I will aim to make a discussion explaining all of it in the coming days.
  • The following fields and backwards compatible elements have been removed; Icon field from the CredentialEntity struct, WebAuthnIcon function from the User interface, RPIcon/RPOrigin/Timeout fields from the Config struct, Transports field from the CredentialCreationResponse (new field has existed in the AuthenticatorAttestationResponse struct for quite some time which matches the spec).
  • The Backup Eligible and Backup State flags within the CredentialFlags struct (field of the Credential struct) are now strictly validated to be consistent with the spec. This breaks implementations which do not strictly adhere to the specification. Several major providers either have or are currently "upgrading" existing WebAuthn credential records to BE and BS passkeys.
  • The default modality values are now empty by default. This allows additional browser flows to be accessible to implementers. This change will change default behavior. Previously the required resident key value was set to false, and the user verification option was set to 'preferred'. Implementers looking for consistent values should customize the Authenticator Selection Criteria during registration.

Configuration

:date: Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by renovate

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • **** mentioned in issue #4

    mentioned in issue #4

  • **** added 5 commits

    added 5 commits

    Compare with previous version

  • **** changed title from Update module github.com/go-webauthn/webauthn to v0.11.2 to Update module github.com/go-webauthn/webauthn to v0.12.0

    changed title from Update module github.com/go-webauthn/webauthn to v0.11.2 to Update module github.com/go-webauthn/webauthn to v0.12.0

  • **** changed the description

    changed the description

  • :information_source: Artifact update notice

    File name: go.mod

    In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

    • 6 additional dependencies were updated
    • The go directive was updated for compatibility reasons

    Details:

    Package Change
    go 1.23.1 -> 1.24.1
    github.com/fxamacker/cbor/v2 v2.7.0 -> v2.8.0
    golang.org/x/crypto v0.27.0 -> v0.36.0
    github.com/go-webauthn/x v0.1.9 -> v0.1.20
    github.com/golang-jwt/jwt/v5 v5.2.1 -> v5.2.2
    github.com/google/go-tpm v0.9.0 -> v0.9.3
    golang.org/x/sys v0.25.0 -> v0.31.0
    Edited by ****
  • **** added 1 commit

    added 1 commit

    • f65145a7 - Update module github.com/go-webauthn/webauthn to v0.12.1

    Compare with previous version

  • **** changed title from Update module github.com/go-webauthn/webauthn to v0.12.0 to Update module github.com/go-webauthn/webauthn to v0.12.1

    changed title from Update module github.com/go-webauthn/webauthn to v0.12.0 to Update module github.com/go-webauthn/webauthn to v0.12.1

  • **** changed the description

    changed the description

  • **** added 1 commit

    added 1 commit

    • 9e884780 - Update module github.com/go-webauthn/webauthn to v0.12.2

    Compare with previous version

  • **** changed title from Update module github.com/go-webauthn/webauthn to v0.12.1 to Update module github.com/go-webauthn/webauthn to v0.12.2

    changed title from Update module github.com/go-webauthn/webauthn to v0.12.1 to Update module github.com/go-webauthn/webauthn to v0.12.2

  • **** changed the description

    changed the description

  • **** added 1 commit

    added 1 commit

    • f8fc2505 - Update module github.com/go-webauthn/webauthn to v0.12.3

    Compare with previous version

  • **** changed title from Update module github.com/go-webauthn/webauthn to v0.12.2 to Update module github.com/go-webauthn/webauthn to v0.12.3

    changed title from Update module github.com/go-webauthn/webauthn to v0.12.2 to Update module github.com/go-webauthn/webauthn to v0.12.3

  • **** changed the description

    changed the description

Please register or sign in to reply
Loading