Skip to content

Latest commit

 

History

History
272 lines (126 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

272 lines (126 loc) · 11.3 KB

6.0.2 (2025-01-17)

Bug Fixes

6.0.1 (2024-06-06)

Bug Fixes

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

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]

5.5.1 (2023-09-23)

Bug Fixes

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

5.5.0 (2023-09-15)

Features

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

5.4.0 (2023-09-10)

Features

  • add prefix to all injected metrics (2375e42)

5.3.0 (2023-08-12)

Features

5.2.1 (2023-07-14)

Bug Fixes

5.2.0 (2023-06-18)

Features

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

5.1.2 (2023-05-22)

Bug Fixes

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

5.1.1 (2023-04-07)

Bug Fixes

5.1.0 (2023-01-08)

Features

  • pushgateway: add support for Pushgateway (f797636), closes #1628

5.0.0 (2022-12-19)

Bug Fixes

  • controller: removes response.send from route handler (#1622) (bfa6c70)

BREAKING CHANGES

  • 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)

Features

4.6.0 (2022-03-09)

Features

4.5.0 (2022-02-28)

Features

4.4.0 (2021-11-30)

Features

  • add node-tests reusable workflow (efd3c89)

4.3.0 (2021-11-28)

Features

4.2.0 (2021-10-30)

Features

  • releases: add changelog to releases (bc95220)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.0 (2021-07-15)

⚠ BREAKING CHANGES

  • many methods are now async due to upstream changes
  • esModuleInterop has been disabled due to #671

Features

3.0.0 (2020-12-23)

⚠ BREAKING CHANGES

  • many methods are now async due to upstream changes
  • esModuleInterop has been disabled due to #671

Features

2.0.1 (2020-11-07)

Bug Fixes

  • controller: don't include Express types (e4a022c), closes #530

2.0.0 (2020-10-09)

⚠ BREAKING CHANGES

  • 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]

Bug Fixes

1.1.0 (2020-10-09)

Features

  • add support for custom controllers (92b1f8a), closes #507

1.0.0 (2020-10-06)

0.1.3 (2020-08-25)

Features

  • add support for fastify (0ff55d9)

0.1.2 (2020-08-13)

0.1.1 (2020-03-07)

0.1.0 (2020-02-22)

⚠ BREAKING CHANGES

Signed-off-by: Will Soto [email protected]

Features

  • upgrade prom-client to v12 (75709d3)

0.0.7 (2020-01-13)

0.0.6 (2019-11-27)

Bug Fixes

  • workflows/publish: publish is not a script (be01dfb)

0.0.5 (2019-11-27)

Bug Fixes

  • workflows/publish: remove login step (7c27bc9)

0.0.4 (2019-11-27)

Bug Fixes

  • workflows/publish: remove scope (9eb3295)

0.0.3 (2019-11-27)

Bug Fixes

  • workflows: interpolate github.ref (a85aede)
  • workflows/publish: login to the correct scope (9854da3)

0.0.2 (2019-11-26)

0.0.1 (2019-11-26)

Features

  • add publish workflow (ba6cba2)
  • all: initial commit (a895bfd)
  • module: add support for registerAsync (036d776)

Bug Fixes

  • docs: switch to using deploy keys (8c0b22c)