Skip to content

Releases: go-webauthn/webauthn

v0.10.2

13 Mar 23:30
b677691
Compare
Choose a tag to compare

v0.10.2 (2024-03-14)

Overview

This release just bumps dependencies to their latest versions.

v0.10.1

08 Feb 10:38
fbca431
Compare
Choose a tag to compare

v0.10.1 (2024-02-08)

Overview

This release just bumps dependencies to their latest versions.

v0.10.0

20 Dec 05:51
99b2e0d
Compare
Choose a tag to compare

v0.10.0 (2023-12-20)

Overview

In addition to the listed changes the golang.org/x/crypto package has been updated including the latest security fixes.

Features

  • credential struct tags for json serialization (#197) (99b2e0d), closes #193

Additional Information

Full Changelog: v0.9.4...v0.10.0

v0.9.4

02 Dec 01:21
d8da79f
Compare
Choose a tag to compare

v0.9.4 (2023-12-01)

Bug Fixes

Additional Information

Full Changelog: v0.9.3...v0.9.4

New Contributors

v0.9.3

01 Dec 21:35
5719110
Compare
Choose a tag to compare

v0.9.3 (2023-12-01)

Bug Fixes

Additional Information

Full Changelog: v0.9.2...v0.9.3

v0.9.2

28 Nov 22:08
d61fc8f
Compare
Choose a tag to compare

v0.9.2 (2023-11-28)

Bug Fixes

  • protocol: display name omitted incorrectly (a96556d)

Additional Information

Full Changelog: v0.9.1...v0.9.2

v0.9.1

18 Nov 22:06
115756f
Compare
Choose a tag to compare

0.9.1 (2023-11-18)

Bug Fixes

  • protocol: previous unmarshal functionality broken (#180) (68d2368)

Additional Information

Full Changelog: v0.9.0...v0.9.1

v0.9.0

18 Nov 21:46
c3b982f
Compare
Choose a tag to compare

0.9.0 (2023-11-18)

Overview

Several dependencies have been upgraded. In addition to this the features and bug fixes listed below have been merged.

Features

  • helper/convenience finish login function for discoverable functions (#173) (9cc24fa), closes #172

Fixes

Additional Information

Full Changelog: v0.8.6...v0.9.0

New Contributors

v0.8.6

18 Jul 23:55
v0.8.6
9cb3504
Compare
Choose a tag to compare

0.8.6 (2023-07-16)

Overview

This release only contains a single change where the JWT dependency was updated. This shouldn't, but may, present as a breaking change for some users of the library. Particularly those that are using github.com/golang-jwt/jwt/v4 still.

Build

  • deps: update module github.com/golang-jwt/jwt/v4 to v5 (#152) (9cb3504)

Additional Information

Full Changelog: v0.8.5...v0.8.6

New Contributors

v0.8.5

18 Jul 23:40
v0.8.5
44d68a6
Compare
Choose a tag to compare

0.8.5 (2023-07-16)

Overview

This release just contains a bug fix.

Bug Fixes

  • protocol: attestation type attca not validated correctly (#153) (44d68a6), closes #149

Additional Information

Full Changelog: v0.8.4...v0.8.5