Skip to content

Releases: SkeLLLa/fastify-metrics

v12.1.0

20 Sep 15:55
Compare
Choose a tag to compare

12.1.0 (2024-09-20)

๐Ÿ›  Fixes

๐Ÿš€ Features

  • migrate eslint config (d749d99)
  • lint: upgrade eslint and rules (a840e5e)

๐Ÿงพ Other

v12.0.0

19 Sep 15:08
Compare
Choose a tag to compare

12.0.0 (2024-09-19)

โš  BREAKING CHANGES

  • fastify: Drop node 18

Upgrade to fastify 5

๐Ÿ›  Fixes

๐Ÿš€ Features

v11.0.0

08 Mar 19:23
Compare
Choose a tag to compare

11.0.0 (2024-03-08)

โš  BREAKING CHANGES

  • drop support for node 16

๐Ÿงพ Other

  • update missing doc generation (1940c4d)

โœ‚๏ธ Refactor

  • upgrade to prom-client 15.1.0 (bf31d38)

v10.6.0

14 Jan 18:52
Compare
Choose a tag to compare

10.6.0 (2024-01-14)

๐Ÿš€ Features

  • add way to inject custom prom-client instance (#100) (aa873d8)

v10.5.0

19 Dec 14:03
Compare
Choose a tag to compare

10.5.0 (2023-12-19)

๐Ÿš€ Features

  • support regular expressions in routeBlacklist values (#98) (fabf6d7)

v10.4.1

28 Nov 17:15
Compare
Choose a tag to compare

10.4.1 (2023-11-28)

๐Ÿ›  Fixes

๐Ÿงพ Other

  • deps-dev: bump @babel/traverse from 7.19.4 to 7.23.2 (#91) (b069b47)

v10.4.0

28 Nov 14:00
Compare
Choose a tag to compare

10.4.0 (2023-11-28)

๐Ÿš€ Features

  • add option to disable summary collection in routeMetrics config (#96) (c0cb240)

v10.3.3

31 Oct 11:02
Compare
Choose a tag to compare

10.3.3 (2023-10-31)

๐Ÿ›  Fixes

  • deprecation: prefer request.routeOptions.method over request.routerMethod (#93) (f8d5ed3)

v10.3.2

20 Sep 14:17
Compare
Choose a tag to compare

10.3.2 (2023-09-20)

๐Ÿ›  Fixes

  • issue-86: Use new fastify config (de6a03c)

v10.3.1

18 Sep 20:51
Compare
Choose a tag to compare

10.3.1 (2023-09-18)

๐Ÿ›  Fixes

  • remove deprecation warning (614111c)

๐Ÿงพ Other

  • update npmignore (5a137e6)
  • deps-dev: bump fastify from 4.9.2 to 4.10.2 (a283793)
  • deps-dev: bump json5 from 1.0.1 to 1.0.2 (7ceb72e)
  • deps-dev: bump word-wrap from 1.2.3 to 1.2.4 (eb9c3a6)

๐Ÿ“” Docs