Skip to content

Latest commit

 

History

History
193 lines (87 loc) · 7.82 KB

CHANGELOG.md

File metadata and controls

193 lines (87 loc) · 7.82 KB

Changelog

2.6.0 (2021-10-12)

Features

  • metrics: option for ignoring undefined routes (15577e8)
  • metrics: option to ignore specific routes (b8a05f1)

Bug Fixes

  • eslint setup (14d9870)
  • linting (1961f18)
  • linting: replace unnamed function with arrow function (12fa02c)
  • metrics: add missing commas in example config in README.md (7b159c6)

2.5.2 (2021-10-07)

Bug Fixes

  • enable nestjs 7.x as peer dependency (e6c6a1e)

2.5.1 (2021-10-06)

Bug Fixes

  • metrics for fastify platform (4b61e70)

2.5.0 (2021-09-26)

Features

  • add defaultLabels support (6efb0a5)

2.4.0 (2021-08-24)

Features

  • add http size and server abort metrics (ba64308)

2.3.0 (2021-08-13)

Features

  • update peer dependency to allow support for both v7 and v8 of NestJs (647eb89)

Bug Fixes

  • error nodeMetrics is not a function (cf7d0fc)
  • removed .npmrc file, as it only had default values (c27a8af)
  • updates package-lock.json with default node 14 np version (3301753)

2.2.0 (2021-08-02)

Features

  • update dependencies to latest (385e3db)

2.1.0 (2021-07-28)

Features

2.0.0 (2021-07-28)

⚠ BREAKING CHANGES

  • removes nodeSDKConfiguration option

Features

  • node-sdk to be defined by the user instead of through the lib (5156324)

1.8.2 (2021-07-25)

Bug Fixes

  • metric: fixes metric service not properly reusing existing metrics (9f24fd8)

1.8.1 (2021-07-25)

Bug Fixes

  • middleware: fixes api middleware when no requesting invalid route (2a008d9)

1.8.0 (2021-07-24)

Features

  • update api metrics to use route match path instead of full route (ad51bac), closes #48

Bug Fixes

  • fixes forRootAsync usage (a390f0e)

1.7.0 (2021-07-14)

Features

  • remove unused constant and reorganize pkgs (d37fc28)

1.6.0 (2021-06-30)

Features

  • changes license to Apache2 (5129fdb)

1.5.0 (2021-06-30)

Features

1.4.0 (2021-06-29)

Features

  • removes prometheus Interface and use metrics instead (f3fd29e)
  • sets meter provider globally on sdk (4be57ef)

1.3.0 (2021-06-28)

Features

  • improves api metrics middleware (df50305)

1.2.3 (2021-06-27)

Bug Fixes

  • properly ignore /metrics path on middleware (45973a4)

1.2.2 (2021-06-27)

Bug Fixes

  • resolve problems with conditional dependency and default configs and add jest config (1f1fb12)

1.2.1 (2021-06-25)

Bug Fixes

  • exports MetricService on core module (e8096a6)

1.2.0 (2021-06-25)

Features

1.1.0 (2021-06-25)

Features

  • use lts npm match for 14.x (9088eac)

Bug Fixes

  • removes latest npm requirement (9dd42f8)

1.0.0 (2021-06-25)

Features