Skip to content

Releases: willsoto/nestjs-prometheus

v6.0.2

17 Jan 11:25
Compare
Choose a tag to compare

6.0.2 (2025-01-17)

Bug Fixes

v6.0.1

06 Jun 12:02
Compare
Choose a tag to compare

6.0.1 (2024-06-06)

Bug Fixes

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

v6.0.0

10 Oct 11:47
Compare
Choose a tag to compare

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 [email protected]

v5.5.1

23 Sep 20:37
Compare
Choose a tag to compare

5.5.1 (2023-09-23)

Bug Fixes

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

v5.5.0

15 Sep 16:40
Compare
Choose a tag to compare

5.5.0 (2023-09-15)

Features

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

v5.4.0

10 Sep 22:00
Compare
Choose a tag to compare

5.4.0 (2023-09-10)

Features

  • add prefix to all injected metrics (2375e42)

v5.3.0

12 Aug 18:21
Compare
Choose a tag to compare

5.3.0 (2023-08-12)

Features

v5.2.1

14 Jul 13:41
Compare
Choose a tag to compare

5.2.1 (2023-07-14)

Bug Fixes

v5.2.0

18 Jun 14:54
Compare
Choose a tag to compare

5.2.0 (2023-06-18)

Features

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

v5.1.2

22 May 23:50
Compare
Choose a tag to compare

5.1.2 (2023-05-22)

Bug Fixes

  • add passthrough: true to make custom controllers work again with v5 (#1739) (5e83125)