6.0.2 (2025-01-17)
- allow nestjs 11 (45a0ddf)
6.0.1 (2024-06-06)
6.0.0 (2023-10-10)
- support prom-client v15 (cd62351)
- dropped support for clients less than v15
Signed-off-by: Will Soto [email protected]
5.5.1 (2023-09-23)
5.5.0 (2023-09-15)
- allow the module to be registered as global (113c02a)
5.4.0 (2023-09-10)
- add prefix to all injected metrics (2375e42)
5.3.0 (2023-08-12)
5.2.1 (2023-07-14)
5.2.0 (2023-06-18)
5.1.2 (2023-05-22)
5.1.1 (2023-04-07)
5.1.0 (2023-01-08)
5.0.0 (2022-12-19)
- controller: For users that have a custom subclass, you will need to adjust the method to
return super.index(response);
as the base class no longer sends a response.
4.7.0 (2022-07-10)
4.6.0 (2022-03-09)
4.5.0 (2022-02-28)
- upgrade packages (662ec6c)
4.4.0 (2021-11-30)
- add node-tests reusable workflow (efd3c89)
4.3.0 (2021-11-28)
- upgrade packages (6ab5a68)
4.2.0 (2021-10-30)
- releases: add changelog to releases (bc95220)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.0 (2021-07-15)
- many methods are now async due to upstream changes
- esModuleInterop has been disabled due to #671
3.0.0 (2020-12-23)
- many methods are now async due to upstream changes
- esModuleInterop has been disabled due to #671
2.0.1 (2020-11-07)
2.0.0 (2020-10-09)
- shouldn't affect anybody, but if people relied on there being an ESM version it is gone now
Signed-off-by: Will Soto [email protected]
- remove esm version (a6c7545)
1.1.0 (2020-10-09)
1.0.0 (2020-10-06)
0.1.3 (2020-08-25)
- add support for fastify (0ff55d9)
0.1.2 (2020-08-13)
0.1.1 (2020-03-07)
0.1.0 (2020-02-22)
- prom-client breaking changes include changes to types, so this is a major version to be safe. See https://github.com/siimon/prom-client/releases/tag/v12.0.0
Signed-off-by: Will Soto [email protected]
- upgrade prom-client to v12 (75709d3)
0.0.7 (2020-01-13)
0.0.6 (2019-11-27)
- workflows/publish: publish is not a script (be01dfb)
0.0.5 (2019-11-27)
- workflows/publish: remove login step (7c27bc9)
0.0.4 (2019-11-27)
- workflows/publish: remove scope (9eb3295)
0.0.3 (2019-11-27)
0.0.2 (2019-11-26)
- add publish workflow (ba6cba2)
- all: initial commit (a895bfd)
- module: add support for registerAsync (036d776)
- docs: switch to using deploy keys (8c0b22c)