Releases: go-webauthn/webauthn
v0.9.0
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
Fixes
- deps: update module github.com/fxamacker/cbor/v2 to v2.5.0 (#158) (686f9da), fixes [#178]
Additional Information
Full Changelog: v0.8.6...v0.9.0
New Contributors
- @torkelrogstad made their first contribution in #163
- @robinbrandt made their first contribution in #157
- @boris-lenzinger made their first contribution in #173
v0.8.6
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
Additional Information
Full Changelog: v0.8.5...v0.8.6
New Contributors
- @CoreFloDev made their first contribution in #152
v0.8.5
v0.8.4
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
0.8.3 (2023-06-28)
Overview
Several dependencies have been updated in addition to the listed fixes.
Bug Fixes
- error hidden during discoverable login (#142) (a942e60), closes #140
- unnecessary field in session data (#141) (30ee1f3)
Additional Information
Full Changelog: v0.8.2...v0.8.3