-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Remove old/deprecated code for Fastify v3 #1750
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
Remove old/deprecated code for Fastify v3 #1750
Conversation
…(it's no more supported)
|
Good work so far! |
|
@mcollina all deprecated features (and related warnings) removed now ... I'm not sure still there is something to do in 'logger.js' related to some old behavior of genReqId (but I think nothing more should be removed from there). |
mcollina
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
delvedor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* remove beforeHandler and related implementation and warnings if used (it's no more supported) * remove basePath and related warnings (no more supported) * remove genReqId and related warnings (no more supported)
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi all,
here you can find changes for issue#1654; other commit will happen during next days ... even to see what CI say.
As always, tell me if there is something to fix/improve in my changes.
Thanks a lot. Bye.
First part (1 of 3 or more):
remove beforeHandler and related implementation and warnings if used (it's no more supported)
Checklist
npm run testandnpm run benchmark