Skip to content

Releases: pragmaticivan/nestjs-otel

nestjs-otel v5.0.0

27 Nov 04:24
6d8e060
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • updates to latest metric sdk and drop node-sdk dependency

Features

  • update packages (163ba38)
  • update packages (d0f92fb)
  • update packages (28fdc69)
  • updates to latest metric sdk and drop node-sdk dependency (46c2df3)

Bug Fixes

  • getSpan returning undefined, enable strict null checks (#361) (b7f7cbd)

nestjs-otel v4.1.0

14 Oct 00:01
71e84d9
Compare
Choose a tag to compare

Features

nestjs-otel v4.0.1

29 Aug 18:37
2b1f50b
Compare
Choose a tag to compare

Bug Fixes

  • bump nestjs requirement to 9.x (24cde7c)

nestjs-otel v4.0.0

29 Aug 18:27
fb0bb19
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • support latest metric sdk

Features

  • build: update dependencies (c2f8b7b)
  • support latest metric sdk (e8d2e96)
  • tracing: pass options with span decorator (3424b88)
  • update remaining counters (d11f6d9)

Bug Fixes

  • forRootAsync uses the wrong module and empty options breaks the configure method (c2dc102)

nestjs-otel v3.0.4

29 Mar 16:49
bb178be
Compare
Choose a tag to compare

Bug Fixes

  • metrics: make sure metadata is kept (de7ca0f)
  • tracing: make sure metadata is kept (c34ae56)

nestjs-otel v3.0.3

25 Mar 12:51
bdc9ae3
Compare
Choose a tag to compare

Bug Fixes

  • tracing: record exception and set correct span status (616c12b)

nestjs-otel v3.0.2

24 Mar 20:15
887074a
Compare
Choose a tag to compare

Bug Fixes

  • tracing: use startActiveSpan to ensure span in correct context (d608b84)

nestjs-otel v3.0.1

03 Jan 13:13
59f848e
Compare
Choose a tag to compare

Bug Fixes

  • #171: fixes missing observation callback for observable metrics (7d89c1f), closes #171

nestjs-otel v3.0.0

30 Dec 04:03
d7dfdde
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Anything related to metrics sdk has changed. OTEL now has a stable spec and all the projects are moving towards new interfaces.

Features

  • ename value recorder on decorators and update readme (646e2ea)
  • support all metric types from otel spec (36a7c5f)
  • update metric spec to the latest otel lib (6ed63ae)
  • update packages to compply with latest otel metric spec (943ca06)

nestjs-otel v2.6.1

13 Oct 14:16
e7f7bfc
Compare
Choose a tag to compare

Reverts

  • replace arrow function back with unnamed function (3e7ac1f)