File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.16.1] ( https://github.com/traceloop/openllmetry-js/compare/v0.16.0...v0.16.1 ) (2025-08-15)
7+
8+ ### Bug Fixes
9+
10+ - ** sdk:** defensive resource creation for otel v1, v2 resolution ([ #647 ] ( https://github.com/traceloop/openllmetry-js/issues/647 ) ) ([ 27bfaec] ( https://github.com/traceloop/openllmetry-js/commit/27bfaec0ba5b23246603809f5e9fd30512a9f88f ) )
11+
612# [ 0.16.0] ( https://github.com/traceloop/openllmetry-js/compare/v0.15.0...v0.16.0 ) (2025-08-14)
713
814### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.16.1 " ,
44 "packages" : [" packages/*" ],
55 "useNx" : true
66}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.16.1] ( https://github.com/traceloop/openllmetry-js/compare/v0.16.0...v0.16.1 ) (2025-08-15)
7+
8+ ### Bug Fixes
9+
10+ - ** sdk:** defensive resource creation for otel v1, v2 resolution ([ #647 ] ( https://github.com/traceloop/openllmetry-js/issues/647 ) ) ([ 27bfaec] ( https://github.com/traceloop/openllmetry-js/commit/27bfaec0ba5b23246603809f5e9fd30512a9f88f ) )
11+
612# [ 0.16.0] ( https://github.com/traceloop/openllmetry-js/compare/v0.15.0...v0.16.0 ) (2025-08-14)
713
814### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @traceloop/node-server-sdk" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.16.1 " ,
44 "description" : " Traceloop Software Development Kit (SDK) for Node.js" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.mjs" ,
2424 },
2525 "peerDependencies" : {
2626 "@opentelemetry/api" : " ^1.9.0" ,
27+ "@opentelemetry/exporter-trace-otlp-proto" : " ^0.203.0" ,
2728 "@opentelemetry/resources" : " ^2.0.0" ,
28- "@opentelemetry/sdk-trace-base" : " ^2.0.0" ,
29- "@opentelemetry/exporter-trace-otlp-proto" : " ^0.203.0"
29+ "@opentelemetry/sdk-trace-base" : " ^2.0.0"
3030 },
3131 "peerDependenciesMeta" : {
3232 "@opentelemetry/api" : {
You can’t perform that action at this time.
0 commit comments