Skip to content

Releases: 47ng/fastify-micro

v4.0.0-beta.7

07 May 20:21
Compare
Choose a tag to compare
v4.0.0-beta.7 Pre-release
Pre-release

4.0.0-beta.7 (2024-05-07)

Bug Fixes

  • Forward fastify-sensible definitions (a5a7d58)

v4.0.0-beta.6

07 May 15:09
Compare
Choose a tag to compare
v4.0.0-beta.6 Pre-release
Pre-release

4.0.0-beta.6 (2024-05-07)

Bug Fixes

  • Restore peer dep on Pino 8 (6c3c503)

v4.0.0-beta.5

07 May 15:05
Compare
Choose a tag to compare
v4.0.0-beta.5 Pre-release
Pre-release

4.0.0-beta.5 (2024-05-07)

Bug Fixes

v4.0.0-beta.4

24 Feb 15:53
Compare
Choose a tag to compare
v4.0.0-beta.4 Pre-release
Pre-release

4.0.0-beta.4 (2023-02-24)

Features

v4.0.0-beta.3

29 Nov 16:09
Compare
Choose a tag to compare
v4.0.0-beta.3 Pre-release
Pre-release

4.0.0-beta.3 (2022-11-29)

Bug Fixes

v4.0.0-beta.2

23 Nov 06:11
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

4.0.0-beta.2 (2022-11-23)

Bug Fixes

  • Maintain Sentry environment (53e9245)

v4.0.0-beta.1

27 Oct 12:35
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

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

03 Mar 12:42
Compare
Choose a tag to compare

3.1.1 (2022-03-03)

Bug Fixes

  • Use unknown error type in the report function (9af5530)

v3.1.1-beta.1

03 Mar 12:35
Compare
Choose a tag to compare
v3.1.1-beta.1 Pre-release
Pre-release

3.1.1-beta.1 (2022-03-03)

Bug Fixes

  • Use unknown error type in the report function (9af5530)

v3.1.0

20 Dec 19:27
Compare
Choose a tag to compare

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).

Other Features

  • Internalise graceful shutdown handling (9cf468d)
  • Add timing information in graceful shutdown logs (972cc6e)
  • Print routes with hooks and flatten tree (5feb0b8)