slanatech / swagger-stats

API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices.
https://swaggerstats.io/
MIT License
893 stars 137 forks source link

Fix fastify deprecation warning #281

Open angel-rs opened 8 months ago

angel-rs commented 8 months ago

Context

I have a fastify api, that uses swagger-stats. In each request, I get multiple times the following error:

[FSTDEP019] FastifyDeprecation: reply.context property access is deprecated. Please use "reply.routeOptions.config" or "reply.routeOptions.schema" instead for accessing Route settings. The "reply.context" will be removed in `fastify@5`.

This change fixes the issue & avoid the flood of deprecation warning logs.