fastify-request-context icon indicating copy to clipboard operation
fastify-request-context copied to clipboard

What version is compatible with Fastify 3.x?

Open simkessy opened this issue 1 year ago • 1 comments

Prerequisites

  • [X] I have written a descriptive issue title
  • [X] I have searched existing issues to ensure the bug has not already been reported

Fastify version

3@latest

Plugin version

5.1.0

Node.js version

12.x

Operating system

Linux

Operating system version (i.e. 20.04, 11.3, 10)

18

Description

Which version should I be using if using Fastify 3?

Link to code that reproduces the bug

No response

Expected Behavior

No response

simkessy avatar Aug 08 '24 23:08 simkessy

You need to check the tags&dependancies. Eg: https://github.com/fastify/fastify-request-context/tree/v3.0.0?tab=readme-ov-file

In this case it is the v3, but it is just a case that it is compatible with fastify v3.

TBH I find useful a compatibility section as I wrote in my plugins: https://github.com/Eomm/fastify-raw-body?tab=readme-ov-file#compatibility

We may introduce that structure here too IMHO

Eomm avatar Aug 09 '24 07:08 Eomm