Releases: fastify/avvio
Releases · fastify/avvio
v8.1.2
- Revert of #173 because it broke fastify/fastify-cors#189 (comment)
Full Changelog: v7.2.4...v8.1.2
v8.1.1
What's Changed
- Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #163
- Bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by @dependabot in #166
- Bump actions/setup-node from 2.4.1 to 2.5.0 by @dependabot in #165
- build(dependabot): ignore minor and patch github-actions updates by @Fdawgs in #164
- Bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by @dependabot in #167
- Bump @types/node from 16.11.14 to 17.0.0 by @dependabot in #170
- build: reduce dependabot update frequency by @Fdawgs in #171
- build(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3 by @Fdawgs in #172
- fix: delay plugin promise resolution until next tick by @chrskrchr in #173
New Contributors
- @chrskrchr made their first contribution in #173
Full Changelog: v8.1.0...v8.1.1
v7.2.4
v7.2.3
What's Changed
- Bump actions/checkout from 2 to 2.3.4 by @dependabot in #144
- Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 by @dependabot in #146
- Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 by @dependabot in #147
- Bump actions/setup-node from 2.1.5 to 2.2.0 by @dependabot in #148
- Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 by @dependabot in #149
- Bump @types/node from 15.14.1 to 16.0.0 by @dependabot in #150
- Bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #151
- Bump actions/setup-node from 2.3.0 to 2.3.1 by @dependabot in #152
- Bump actions/setup-node from 2.3.1 to 2.3.2 by @dependabot in #153
- Bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #154
- Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.4.0 by @dependabot in #155
Full Changelog: v7.2.2...v7.2.3
v8.1.0
What's Changed
- Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #157
- Bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #158
- Fix typo by @rstagi in #159
- Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #160
- Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #161
- Use fastify plugin metadata or an explicit passed in name option for a plugin's name by @airhorns in #162
New Contributors
Full Changelog: v8.0.0...v8.1.0
v8.0.0
What's Changed
- Bump actions/checkout from 2 to 2.3.4 by @dependabot in #144
- feat: implement error factory by @metcoder95 in #145
- Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 by @dependabot in #146
- Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 by @dependabot in #147
- Bump actions/setup-node from 2.1.5 to 2.2.0 by @dependabot in #148
- Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 by @dependabot in #149
- Bump @types/node from 15.14.1 to 16.0.0 by @dependabot in #150
- Bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in #151
- Bump actions/setup-node from 2.3.0 to 2.3.1 by @dependabot in #152
- Bump actions/setup-node from 2.3.1 to 2.3.2 by @dependabot in #153
- Bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in #154
- Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.4.0 by @dependabot in #155
New Contributors
- @metcoder95 made their first contribution in #145
Full Changelog: v7.2.2...v8.0.0
v7.2.2
📚 PR:
- fix typescript declaration for app.use with async functions (#126)
- fix: small error (#127)
- chore(gitignore): use latest github ignore template (#128)
- ci(dependabot): update config from v1 to v2 (#129)
- Bump actions/setup-node from v1 to v2.1.5 (#130)
- chore: lint code; documentation fixes (#131)
- Update to tap@15 (#135)
- ci: add automerge job (#137)
- docs(readme): minor grammar changes (#136)
- ci: add nodejs v16 to test matrix (#138)
- Bump @types/node from 14.14.42 to 15.0.0 (#139)
- fix: #142 Awaiting on app.close() resolves before registered onClose functions resolved (#143)