We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module.exports = fp( async (fastify, opts) => { return openapi(fastify, opts); }, { fastify: '<2.12.0', name: 'fastify-oas', }, );
... correct plz
The text was updated successfully, but these errors were encountered:
@gblok That's expected. See https://github.com/SkeLLLa/fastify-oas#fastify-support notice.
TLDR: fastify 2.12 has regression that breaks this extension.
That's done so to prevent existing users from sudden updates with npm update, cause breaking changes were introduced in minor version.
npm update
See fastify/fastify#2104 for details.
Sorry, something went wrong.
@gblok Issue is fixed in Fastify.
fastify/fastify#2108
thx )
No branches or pull requests
... correct plz
The text was updated successfully, but these errors were encountered: