Skip to content

Releases: go-webauthn/webauthn

v0.14.0

14 Sep 23:24
v0.14.0
80f6c83

Choose a tag to compare

0.14.0 (2025-09-14)

Bug Fixes

  • webauthn: edge case in owned credentials validation (#487) (9410f91)
  • webauthn: skip mds validation for none format (#497) (a1b2775), closes #387

Features

0.13.4

19 Jul 09:36
v0.13.4
c561b4d

Choose a tag to compare

0.13.4 (2025-07-18)

Bug Fixes

  • metadata: biometric accuracy descriptor types (#451) (c561b4d), closes #450

v0.13.3

11 Jul 07:15
v0.13.3
b8630ae

Choose a tag to compare

0.13.3 (2025-07-11)

In addition to the below changes the go docs have been dramatically updated and should be considered the primary source of documentation going forward.

Bug Fixes

v0.13.2

11 Jul 02:53
v0.13.2
088d7c4

Choose a tag to compare

0.13.2 (2025-07-11)

Bug Fixes

v0.13.1

06 Jul 00:11
v0.13.1
2e17aed

Choose a tag to compare

0.13.1 (2025-07-06)

Bug Fixes

v0.13.0

10 May 00:17
v0.13.0
5a289d5

Choose a tag to compare

v0.13.0 (2025-05-10)

Features

v0.12.3

01 Apr 10:53
v0.12.3
b6b2aad

Choose a tag to compare

0.12.3 (2025-04-01)

Bug Fixes

v0.12.2

10 Mar 13:15
debcfe7

Choose a tag to compare

v0.12.2 (2025-03-10)

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

v0.12.1

23 Feb 06:37
086658d

Choose a tag to compare

v0.12.1 (2025-02-23)

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

23 Feb 02:41
0c991a5

Choose a tag to compare

v0.12.0 (2025-02-23)

Bug Fixes

  • metadata: cached file update fails without write access (#383) (1398e76)
  • protocol: ensure attca is parsed correctly (#280) (ad0f7e2)
  • webauthn: expose cred params functions (#286) (e736323)
  • webauthn: login validates attestation format (#384) (a218507)

Features

  • protocol: credential mediation (#361) (b9a233f), closes #347
  • protocol: enhance errors (#341) (3207315), closes #365
  • protocol: include intermediate certificate parsing (#345) (339114c)
  • protocol: update tpm manufacturers (#374) (193f5b5)
  • webauthn: add login option to manually set challenge (#359) (3a57554), closes #353
  • webauthn: include new credential flags func (#337) (e5657ab)
  • webauthn: json v2 partial and unsupported compat (#327) (bf37040)