v6.6.2
Patch Release
-
fix(dbAuth): Correct hardcoded DB column #9788 by @Josh-Walker-GM
Logging in with webauthn enabled was broken when you had customised your schema to use different column names than the default. See #8743 for details.
-
fix(fastify): Prevent duplicate
@fastify/url-data
registration #9794A recent change in #9714 introduced a small issue where the
@fastify/url-data
plugin would register twice and on the second registration would throw an uncaught error. This would cause failures when attempting to launch the server from some entrypoints. See: #9789 for more information.