Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING CHANGE: migrate to fastify v5 #135

Merged
merged 6 commits into from
Dec 27, 2024
Merged

BREAKING CHANGE: migrate to fastify v5 #135

merged 6 commits into from
Dec 27, 2024

Conversation

ilteoood
Copy link
Contributor

@ilteoood ilteoood commented Dec 7, 2024

No description provided.

@@ -86,9 +86,6 @@ function fastifyOverview (fastify, options, next) {
instance[kTrackerMe] = trackingToken

const trackStructure = getPluginNode(trackingToken, instance.pluginName)
if (opts.addSource && this) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you update the README?

(I would add a note that the addSource flag has been removed in fastify v5

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AddSource is actually used elsewhere

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Eomm an example is on line 35 of this file

test/expose-routes.test.js Outdated Show resolved Hide resolved
@Eomm Eomm merged commit 873b5e9 into Eomm:main Dec 27, 2024
11 checks passed
@Eomm Eomm linked an issue Dec 27, 2024 that may be closed by this pull request
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bump fastify v5
2 participants