Skip to content

Releases: pragmaticivan/nestjs-otel

nestjs-otel v2.5.2

07 Oct 13:53
fe2e701
Compare
Choose a tag to compare

Bug Fixes

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

nestjs-otel v2.5.1

06 Oct 13:26
26ef8c0
Compare
Choose a tag to compare

Bug Fixes

  • metrics for fastify platform (4b61e70)

nestjs-otel v2.5.0

26 Sep 03:31
037fe28
Compare
Choose a tag to compare

Features

  • add defaultLabels support (6efb0a5)

nestjs-otel v2.4.0

24 Aug 02:21
cc84b4d
Compare
Choose a tag to compare

Features

  • add http size and server abort metrics (ba64308)

nestjs-otel v2.3.0

13 Aug 17:57
2116fc3
Compare
Choose a tag to compare

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)

nestjs-otel v2.2.0

02 Aug 22:19
b208261
Compare
Choose a tag to compare

Features

  • update dependencies to latest (385e3db)

nestjs-otel v2.1.0

28 Jul 02:23
891ab67
Compare
Choose a tag to compare

Features

nestjs-otel v2.0.0

28 Jul 00:59
69ff670
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • removes nodeSDKConfiguration option

Features

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

nestjs-otel v1.8.2

25 Jul 16:31
1976ba3
Compare
Choose a tag to compare

Bug Fixes

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

nestjs-otel v1.8.1

25 Jul 14:09
edc2b06
Compare
Choose a tag to compare

Bug Fixes

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