Releases: pragmaticivan/nestjs-otel
Releases · pragmaticivan/nestjs-otel
v8.1.1
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
7.0.1 (2025-08-05)
Bug Fixes
add chatmodes and fix updown decorator bug (b16d7b8 )
v7.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
6.2.0 (2025-03-02)
Features
middleware: backward compatibility for nestjs v10 and proper support for v11 middleware (f22d1e5 )
v6.1.2
Compare
Sorry, something went wrong.
No results found
6.1.2 (2025-01-17)
Bug Fixes