SkeLLLa / fastify-oas

Fastify OpenAPI plugin.
https://www.comebackalive.in.ua/
MIT License
72 stars 20 forks source link

fastify-oas-3.0.8 package not working when fastify upgraded to 4.x.x #104

Closed nilesh2907 closed 1 month ago

nilesh2907 commented 1 month ago

when I upgrade my app to fastify 4.28.1 it throws "code":"FST_ERR_PLUGIN_VERSION_MISMATCH","name":"FastifyError","statusCode":500,"message":"fastify-plugin: fastify-static - expected '3.x' fastify version, '4.28.1' is installed"

SkeLLLa commented 1 month ago

That's expected. This plugin is only for versions <4. In version 4 openapi support has landed in "official" fastify-swagger plugin.