Skip to content

Releases: go-webauthn/webauthn

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

v0.8.4

06 Jul 00:53
v0.8.4
8331998
Compare
Choose a tag to compare

0.8.4 (2023-07-06)

Overview

This release only includes updates to dependencies. One of the dependencies is an internal one forked from the Cloudflare FSSL module. The changes to this remove the deprecated usage of stdlib packages (as well as backwards comparability for go 1.18) and this could potentially cause issues however they are unlikely. In addition it includes a change to the TPM module which is for the time being utilizing the legacy package of this module.

Additional Information

Full Changelog: v0.8.3...v0.8.4

v0.8.3

06 Jul 00:50
v0.8.3
6b92b69
Compare
Choose a tag to compare

0.8.3 (2023-06-28)

Overview

Several dependencies have been updated in addition to the listed fixes.

Bug Fixes

Additional Information

Full Changelog: v0.8.2...v0.8.3

New Contributors

v0.8.2

25 Feb 00:23
v0.8.2
709be4f
Compare
Choose a tag to compare

v0.8.2 (2023-02-25)

Bug Fixes

  • protocol: expose ccr/car parse method (#128) (709be4f)

Additional Information

Full Changelog: v0.8.1...v0.8.2

v0.8.1

19 Feb 01:09
v0.8.1
cd86a1f
Compare
Choose a tag to compare

v0.8.1 (2023-02-19)

Bug Fixes

  • error returned from new is inconsistent (#126) (cd86a1f)

Additional Information

Full Changelog: v0.8.0...v0.8.1

v0.8.0

19 Feb 00:47
v0.8.0
0948c14
Compare
Choose a tag to compare

v0.8.0 (2023-02-19)

Bug Fixes

  • validate configuration on all begin methods (#125) (e42df0d)

Features

Additional Information

Full Changelog: v0.7.2...v0.8.0

v0.7.2

18 Feb 22:39
v0.7.2
184b9e4
Compare
Choose a tag to compare

v0.7.2 (2023-02-18)

Bug Fixes

  • protocol: creation invalid transports path (#113) (3c168f4)
  • protocol: missing attachment field (#114) (3386584)
  • webauthn: missing important flag info from credential (#117) (1ee3a4a)

Additional Information

Full Changelog: v0.7.1...v0.7.2

v0.7.1

12 Feb 12:48
v0.7.1
42e66d8
Compare
Choose a tag to compare

v0.7.1 (2023-02-12)

Bug Fixes

Additional Information

Full Changelog: v0.7.0...v0.7.1