SkeLLLa/fastify-oas

Support Fastify v3

Closed this issue · 2 comments

bykof commented

Hello,
when updating fastify to v3 i get this error:

Error: fastify-plugin: fastify-oas - expected '>=2.0.0 <2.12.0 || >=2.12.1 <3.0.0' fastify version, '3.0.2' is installed

You need to install fastify-oas-v3.0.0. It's under npm @next tag. That's mostly because fastify-v3 $ref-way schemas resolving which require lot's of refactoring in this module to make it right.

bykof commented

Thank you @SkeLLLa 🙇