Releases: willsoto/nestjs-prometheus
Releases · willsoto/nestjs-prometheus
v6.0.2
6.0.2 (2025-01-17)
Bug Fixes
v6.0.1
6.0.1 (2024-06-06)
Bug Fixes
- don't allow controller to be declared on options (6924ffa), closes #2279
v6.0.0
6.0.0 (2023-10-10)
Features
BREAKING CHANGES
- dropped support for clients less than v15
Signed-off-by: Will Soto [email protected]
v5.5.1
5.5.1 (2023-09-23)
Bug Fixes
- metrics: mark PROMETHEUS_OPTIONS as optional (ba6b75b), closes #1900
v5.5.0
5.5.0 (2023-09-15)
Features
- allow the module to be registered as global (113c02a)
v5.4.0
5.4.0 (2023-09-10)
Features
- add prefix to all injected metrics (2375e42)
v5.3.0
5.3.0 (2023-08-12)
Features
v5.2.1
5.2.1 (2023-07-14)
Bug Fixes
v5.2.0
5.2.0 (2023-06-18)
Features
- remove explicit types from InjectMetric (2b6f32f), closes #1770
v5.1.2
5.1.2 (2023-05-22)
Bug Fixes
- add passthrough: true to make custom controllers work again with v5 (#1739) (5e83125)