Skip to content

v6.6.2

Compare
Choose a tag to compare
@jtoar jtoar released this 03 Jan 14:55
· 2411 commits to main since this release

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 #9794

    A 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.