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

feat(upgrade): fastify v4 support #48

Merged
merged 4 commits into from
Jul 3, 2022
Merged

feat(upgrade): fastify v4 support #48

merged 4 commits into from
Jul 3, 2022

Conversation

SkeLLLa
Copy link
Owner

@SkeLLLa SkeLLLa commented Jul 3, 2022

fastify v4 support

major refactor
new config

See readme for details

BREAKING CHANGE: new configuration (incompatible with all previous versions)

Closes #44, #41, #10, #42, #45, #46

fastify v4 support

 major refactor

 new config

BREAKING CHANGE: new configuration (incompatible with all previous versions)

Closes #44, #41, #10
@SkeLLLa SkeLLLa self-assigned this Jul 3, 2022
@codecov
Copy link

codecov bot commented Jul 3, 2022

Codecov Report

Merging #48 (a4d96ba) into master (409f574) will increase coverage by 24.09%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##           master       #48       +/-   ##
============================================
+ Coverage   75.90%   100.00%   +24.09%     
============================================
  Files           1         2        +1     
  Lines          83       123       +40     
  Branches       36        48       +12     
============================================
+ Hits           63       123       +60     
+ Misses         18         0       -18     
+ Partials        2         0        -2     
Impacted Files Coverage Δ
src/fastify-metrics.ts 100.00% <100.00%> (ø)
src/index.ts 100.00% <100.00%> (+24.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2b32aa3...a4d96ba. Read the comment docs.

@SkeLLLa SkeLLLa marked this pull request as ready for review July 3, 2022 20:40
@SkeLLLa SkeLLLa merged commit bdcdd9a into master Jul 3, 2022
@SkeLLLa SkeLLLa deleted the feat/fastify-4 branch July 3, 2022 20:44
@SkeLLLa SkeLLLa restored the feat/fastify-4 branch July 4, 2022 09:43
@SkeLLLa SkeLLLa deleted the feat/fastify-4 branch November 28, 2023 17:06
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.

Support for fastify 4
1 participant