mercurius-js / cache

Adds an in-process caching layer to Mercurius. Federation is fully supported.
MIT License
106 stars 19 forks source link

allow `fastify` v5 #174

Open jimmy-guzman opened 1 day ago

jimmy-guzman commented 1 day ago

Looks like fastify and fastify-plugin v5 versions are already being used. Is it possible to allow fastify v5 instead of 4.x to prevent unexpected fastify version error.

luthfi-hh commented 3 hours ago

I have the same issue when trying to update to Fastify v5. cc: @mcollina

FastifyError [FST_ERR_PLUGIN_VERSION_MISMATCH]: fastify-plugin: index-auto-1 - expected '4.x' fastify version, '5.0.0' is installed