Skip to content

Commit c1ee4af

Browse files
v0.19.0
1 parent 4d9f995 commit c1ee4af

File tree

28 files changed

+84
-14
lines changed

28 files changed

+84
-14
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.19.0](https://github.com/traceloop/openllmetry-js/compare/v0.18.1...v0.19.0) (2025-09-17)
7+
8+
### Bug Fixes
9+
10+
- **sdk:** export getTraceloopTracer for direct tracer access ([#686](https://github.com/traceloop/openllmetry-js/issues/686)) ([768ad76](https://github.com/traceloop/openllmetry-js/commit/768ad767e3704da844bf1a9295ca3b3457ca99f2))
11+
12+
### Features
13+
14+
- **vercel:** add gen.ai.input.messages + gen.ai.output.messages ([#734](https://github.com/traceloop/openllmetry-js/issues/734)) ([4d9f995](https://github.com/traceloop/openllmetry-js/commit/4d9f995df1435f31554ee92024f398d11c3e8ad6))
15+
616
## [0.18.1](https://github.com/traceloop/openllmetry-js/compare/v0.18.0...v0.18.1) (2025-08-24)
717

818
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"packages": ["packages/*"],
55
"useNx": true
66
}

packages/ai-semantic-conventions/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.19.0](https://github.com/traceloop/openllmetry-js/compare/v0.18.1...v0.19.0) (2025-09-17)
7+
8+
### Features
9+
10+
- **vercel:** add gen.ai.input.messages + gen.ai.output.messages ([#734](https://github.com/traceloop/openllmetry-js/issues/734)) ([4d9f995](https://github.com/traceloop/openllmetry-js/commit/4d9f995df1435f31554ee92024f398d11c3e8ad6))
11+
612
# [0.18.0](https://github.com/traceloop/openllmetry-js/compare/v0.17.1...v0.18.0) (2025-08-24)
713

814
**Note:** Version bump only for package @traceloop/ai-semantic-conventions

packages/ai-semantic-conventions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/ai-semantic-conventions",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"description": "OpenTelemetry ai-specific semantic conventions",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

packages/instrumentation-anthropic/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.19.0](https://github.com/traceloop/openllmetry-js/compare/v0.18.1...v0.19.0) (2025-09-17)
7+
8+
**Note:** Version bump only for package @traceloop/instrumentation-anthropic
9+
610
# [0.18.0](https://github.com/traceloop/openllmetry-js/compare/v0.17.1...v0.18.0) (2025-08-24)
711

812
**Note:** Version bump only for package @traceloop/instrumentation-anthropic

packages/instrumentation-anthropic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-anthropic",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"description": "Anthropic Instrumentaion",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/instrumentation-bedrock/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.19.0](https://github.com/traceloop/openllmetry-js/compare/v0.18.1...v0.19.0) (2025-09-17)
7+
8+
**Note:** Version bump only for package @traceloop/instrumentation-bedrock
9+
610
# [0.18.0](https://github.com/traceloop/openllmetry-js/compare/v0.17.1...v0.18.0) (2025-08-24)
711

812
**Note:** Version bump only for package @traceloop/instrumentation-bedrock

packages/instrumentation-bedrock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-bedrock",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"description": "Amazon Bedrock Instrumentation",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/instrumentation-chromadb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.19.0](https://github.com/traceloop/openllmetry-js/compare/v0.18.1...v0.19.0) (2025-09-17)
7+
8+
**Note:** Version bump only for package @traceloop/instrumentation-chromadb
9+
610
# [0.18.0](https://github.com/traceloop/openllmetry-js/compare/v0.17.1...v0.18.0) (2025-08-24)
711

812
**Note:** Version bump only for package @traceloop/instrumentation-chromadb

packages/instrumentation-chromadb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-chromadb",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"description": "ChromaDB Instrumentation",
55
"main": "dist/src/index.js",
66
"module": "dist/src/index.mjs",

0 commit comments

Comments
 (0)