Releases: fastify/fastify-routes-stats
Releases · fastify/fastify-routes-stats
v4.0.1
v4.0.0
What's Changed
- build(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #103
- build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #104
- ci: only trigger on pushes to main branches by @Fdawgs in #105
- build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #106
- build(deps-dev): bump @sinonjs/fake-timers from 10.2.0 to 11.0.0 by @dependabot in #107
- build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #108
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #109 - chore: add
.gitattributes
file by @Fdawgs in #111 - perf(index): optimize split param by @Fdawgs in #112
- chore(package): explicitly declare js module type by @Fdawgs in #113
- build(deps-dev): bump @fastify/pre-commit from 2.0.2 to 2.1.0 by @dependabot in #114
- build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #115
- chore(.gitignore): add .tap/ dir by @Fdawgs in #116
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #117
- Merge
next
intomaster
by @jsumners in #120 - build(deps): bump fastify/workflows from 4.1.0 to 4.2.1 by @dependabot in #121
- build(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #122
- build(deps): bump fastify/workflows from 4.2.1 to 5.0.0 by @dependabot in #124
- chore: update min fastify version by @Fdawgs in #123
- build(deps-dev): bump @sinonjs/fake-timers from 11.3.1 to 13.0.1 by @dependabot in #125
Full Changelog: v3.4.0...v4.0.0
v3.4.0
What's Changed
- build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #93
- chore(.gitignore): add bun lockfile by @Fdawgs in #95
- build(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #97
- fix memory in node 16 and above by clearing Measures by @Uzlopak in #99
- remove summary dependency by @Uzlopak in #98
- minor performance optimizations by @Uzlopak in #100
- Small improvement of processPerformanceList by @Uzlopak in #101
- check if a request id exists by @cberescu in #102
New Contributors
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- build(deps-dev): bump tsd from 0.22.0 to 0.23.0 by @dependabot in #89
- build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @dependabot in #90
- build(deps-dev): bump @sinonjs/fake-timers from 9.1.2 to 10.0.0 by @dependabot in #91
- nodenext compatibility by @Uzlopak in #92
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- major: support fastify 4 by @Eomm in #85
- ci: migrate to fastify reusable workflow by @Fdawgs in #74
- ci: enable license checking by @Fdawgs in #86
- chore: replace use of deprecated variadic
listen()
by @Fdawgs in #87 - Refactor + add typings by @Uzlopak in #88
New Contributors
Full Changelog: v3.1.0...v3.2.0
v3.1.0
📚 PR:
- docs: update references to old fastify-* modules (#72)
- build(deps-dev): bump husky from 7.0.4 to 8.0.1 (#73)
- chore(index): add plugin name to metadata (#75)
- chore(.gitignore): use updated skeleton template (#78)
- build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 (#83)
- feat: add printInterval (#77)
v3.0.0
What's Changed
- docs(readme): add Greenkeeper badge by @mcollina in #2
- Update fastify-plugin to the latest version 🚀 by @Greenkeeper in #4
- group together route stats by fastify route config context by @thearegee in #5
- Update snazzy to the latest version 🚀 by @Greenkeeper in #7
- Update standard to the latest version 🚀 by @Greenkeeper in #8
- Update fastify to the latest version 🚀 by @Greenkeeper in #9
- ignore tap by @Eomm in #11
- Update standard to the latest version 🚀 by @Greenkeeper in #12
- chore(package): update standard to version 14.0.2 by @Eomm in #14
- Fix/6 by @davealbert in #15
- Stats are now split by method by @davealbert in #17
- Update fastify to v3 by @frikille in #18
- Bump summary from 1.0.0 to 2.0.0 by @dependabot-preview in #19
- Bump fastify-plugin from 2.3.4 to 3.0.0 by @dependabot-preview in #20
- feat: add stale by @zekth in #21
- Bump standard from 14.3.4 to 15.0.0 by @dependabot-preview in #22
- Bump snazzy from 8.0.0 to 9.0.0 by @dependabot-preview in #23
- Bump standard from 15.0.1 to 16.0.0 by @dependabot-preview in #24
- chore: add dependabot automerge by @salmanm in #25
- Bump husky from 4.3.8 to 5.0.9 by @dependabot in #26
- chore(gitignore): use latest github ignore template by @Fdawgs in #27
- ci(dependabot): update github actions by @Fdawgs in #28
- Bump actions/setup-node from v1 to v2.1.5 by @dependabot in #30
- Bump fastify/github-action-merge-dependabot from v1 to v1.2.1 by @dependabot in #29
- Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 by @dependabot in #31
- Bump husky from 5.2.0 to 6.0.0 by @dependabot in #32
- chore: ci updates and style change by @Fdawgs in #36
- chore tap 15 by @Eomm in #37
- Bump actions/checkout from 2 to 2.3.4 by @dependabot in #40
- Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 by @dependabot in #41
- Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 by @dependabot in #42
- Bump husky from 6.0.0 to 7.0.0 by @dependabot in #43
- Bump actions/setup-node from 2.1.5 to 2.2.0 by @dependabot in #44
- Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 by @dependabot in #45
- Bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #46
- test: increase code coverage to 100%, closes #38 by @vbetsun in #47
- Bump actions/setup-node from 2.3.0 to 2.3.1 by @dependabot in #48
- Bump actions/setup-node from 2.3.1 to 2.3.2 by @dependabot in #49
- Bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #50
- Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 by @dependabot in #51
- Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 by @dependabot in #52
- Bump @sinonjs/fake-timers from 7.1.2 to 8.0.0 by @dependabot in #53
- Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #54
- Bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #55
- Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #56
- Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #57
- Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #58
- build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #59
- Bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by @dependabot in #60
- Bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by @dependabot in #61
- automatic PR by @Eomm in #63
- build: reduce dependabot update frequency by @Fdawgs in #64
- build(deps-dev): bump @sinonjs/fake-timers from 8.1.0 to 9.0.0 by @dependabot in #65
- build(deps): bump actions/setup-node from 2 to 3 by @dependabot in #66
- build(deps-dev): bump tap from 15.2.3 to 16.0.0 by @dependabot in #67
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #68
- build(deps-dev): bump standard from 16.0.4 to 17.0.0 by @Fdawgs in #70
- Rename module by @jsumners in #71
New Contributors
- @mcollina made their first contribution in #2
- @Greenkeeper made their first contribution in #4
- @thearegee made their first contribution in #5
- @Eomm made their first contribution in #11
- @davealbert made their first contribution in #15
- @frikille made their first contribution in #18
- @dependabot-preview made their first contribution in #19
- @zekth made their first contribution in #21
- @salmanm made their first contribution in #25
- @dependabot made their first contribution in #26
- @Fdawgs made their first contribution in #27
- @vbetsun made their first contribution in #47
- @jsumners made their first contribution in #71
Full Changelog: https://github.com/fastify/fastify-routes-stats/commits/v3.0.0