Skip to content

Releases: willsoto/nestjs-prometheus

v6.1.0

Choose a tag to compare

@willsoto willsoto released this 28 Mar 14:47

6.1.0 (2026-03-28)

Features

  • support dependency injection in metric collect functions (7d49e53), closes #1837

v6.0.2

Choose a tag to compare

@willsoto willsoto released this 17 Jan 11:25

6.0.2 (2025-01-17)

Bug Fixes

v6.0.1

Choose a tag to compare

@willsoto willsoto released this 06 Jun 12:02

6.0.1 (2024-06-06)

Bug Fixes

  • don't allow controller to be declared on options (6924ffa), closes #2279

v6.0.0

Choose a tag to compare

@willsoto willsoto released this 10 Oct 11:47

6.0.0 (2023-10-10)

Features

  • support prom-client v15 (cd62351)

BREAKING CHANGES

  • dropped support for clients less than v15

Signed-off-by: Will Soto willsoto@users.noreply.github.com

v5.5.1

Choose a tag to compare

@willsoto willsoto released this 23 Sep 20:37

5.5.1 (2023-09-23)

Bug Fixes

  • metrics: mark PROMETHEUS_OPTIONS as optional (ba6b75b), closes #1900

v5.5.0

Choose a tag to compare

@willsoto willsoto released this 15 Sep 16:40

5.5.0 (2023-09-15)

Features

  • allow the module to be registered as global (113c02a)

v5.4.0

Choose a tag to compare

@willsoto willsoto released this 10 Sep 22:00

5.4.0 (2023-09-10)

Features

  • add prefix to all injected metrics (2375e42)

v5.3.0

Choose a tag to compare

@willsoto willsoto released this 12 Aug 18:21

5.3.0 (2023-08-12)

Features

v5.2.1

Choose a tag to compare

@willsoto willsoto released this 14 Jul 13:41

5.2.1 (2023-07-14)

Bug Fixes

v5.2.0

Choose a tag to compare

@willsoto willsoto released this 18 Jun 14:54

5.2.0 (2023-06-18)

Features

  • remove explicit types from InjectMetric (2b6f32f), closes #1770