swagger-stats icon indicating copy to clipboard operation
swagger-stats copied to clipboard

Fix fastify deprecation warning

Open angel-rs opened this issue 1 year ago • 0 comments
trafficstars

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.

angel-rs avatar Jan 14 '24 16:01 angel-rs