Skip to content

Releases: pragmaticivan/nestjs-otel

v8.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 15:38
286dc2e

8.1.1 (2026-09-03)

Bug Fixes

  • deps: allow NestJS 12 in the peer range (f34a65d)
  • deps: allow NestJS 12 in the peer range (3d4e498)

v8.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 22:48
63066e5

8.1.0 (2026-06-18)

Features

  • add wide events support for tracing (c907a6d)
  • add wide events support for tracing (378f884)
  • wide-events: capture error stack and accumulate timer durations (02e6526)
  • wide-events: target trace root span via span processor (a9b3778)

v8.0.3

Choose a tag to compare

@github-actions github-actions released this 15 May 01:00
59491f8

8.0.3 (2026-05-15)

Bug Fixes

  • dont eagerly trigger on functions that return thennable objects (811c3be)
  • dont eagerly trigger on functions that return thennable objects (afee4ff)

v8.0.2

Choose a tag to compare

@github-actions github-actions released this 21 Jan 14:13
f8a5968

8.0.2 (2026-01-21)

Bug Fixes

  • update readme and trigger vulnerabilities fixes (a85c429)
  • update readme and trigger vulnerabilities fixes (6a698b1)

v8.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Dec 17:11
f72b436

8.0.1 (2025-12-12)

Bug Fixes

  • properly configure provenance for build & update dev packages (5b8b5b7)
  • properly configure provenance for build & update dev packages (19657ba)

v8.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Dec 23:10
d10439d

8.0.0 (2025-12-11)

⚠ BREAKING CHANGES

  • making metric decorators to comply with otel naming convention standard
  • major cleanup, removing temporary middleware features

Features

  • add current span, traceable and baggage decorators (0d4039b)
  • add support for capturing method return values in span decorator (09c8eea)
  • major cleanup, removing temporary middleware features (68deeee)
  • making metric decorators to comply with otel naming convention standard (39f3778)

v7.0.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 02:28
14b5676

7.0.1 (2025-08-05)

Bug Fixes

  • add chatmodes and fix updown decorator bug (b16d7b8)

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 13:01
678e9cf

7.0.0 (2025-06-25)

⚠ BREAKING CHANGES

  • OpenTelemetry 2.0 adoption
  • DEPRECATED: apiMetrics to be removed in 8.0

Features

  • add overloads to Span decorator (665753b)
  • allow passing options to Span decorator without explicit name (b73a213)
  • metrics: added Gauge metric to service and decorators (a1aced4)
  • span decorator can use method params (57f105d)
  • span decorator has access to function params (c653dc7)
  • support otel 2.x and drop support for nestjs10 (5eaa042)

Bug Fixes

  • preserve class name decorated with OtelInstanceCounter (b44fa37)
  • preserve method and class name decorated with OtelXxxCounter (4019981)
  • preserve method name decorated with OtelMethodCounter (9164a87)
  • span decorator preserves original method name (b8784c5)
  • span decorator preserves original method name (84de475)

v6.2.0

Choose a tag to compare

@github-actions github-actions released this 02 Mar 17:52
9eedfc2

6.2.0 (2025-03-02)

Features

  • middleware: backward compatibility for nestjs v10 and proper support for v11 middleware (f22d1e5)

v6.1.2

Choose a tag to compare

@github-actions github-actions released this 17 Jan 16:57
5a46dfc

6.1.2 (2025-01-17)

Bug Fixes