Releases: 47ng/fastify-micro
Releases · 47ng/fastify-micro
v4.0.0-beta.7
v4.0.0-beta.6
v4.0.0-beta.5
v4.0.0-beta.4
v4.0.0-beta.3
v4.0.0-beta.2
v4.0.0-beta.1
4.0.0-beta.1 (2022-10-27)
Features
- Add Fastify v4 compatibility (34bfa59)
BREAKING CHANGES
- Fastify is now a peer-dependency.
- Removed deprecated options
v3.1.1
v3.1.1-beta.1
v3.1.0
3.1.0 (2021-12-20)
Features
Load plugins & routes from filesystem (813efd9)
Use fastify-autoload
for plugins and routes rather than using configure
and routesDir
options (now deprecated). This allows passing full autoload configurations.
Add cleanupOnExit
to automate closing connections to external services when the server is closing.
Reorder plugins to be able to use loaded plugins decorators in health check.
Detect plugin loading errors and crash early (rethrow).