Skip to content

Commit 9e28821

Browse files
v0.22.0
1 parent 7905242 commit 9e28821

File tree

30 files changed

+99
-15
lines changed

30 files changed

+99
-15
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.22.0](https://github.com/traceloop/openllmetry-js/compare/v0.21.1...v0.22.0) (2025-11-27)
7+
8+
### Bug Fixes
9+
10+
- **datasets:** add files support to datasets ([#836](https://github.com/traceloop/openllmetry-js/issues/836)) ([56165f0](https://github.com/traceloop/openllmetry-js/commit/56165f0ab75f6c843e38b01b2be57a3204204934))
11+
- **exp:** Add run in github experiment ([#837](https://github.com/traceloop/openllmetry-js/issues/837)) ([7905242](https://github.com/traceloop/openllmetry-js/commit/79052422fa5e8e4b7c762cb7c8ce9ef84b672e5d))
12+
- transform Vercel AI SDK token attributes to use input_tokens/output_tokens ([1a416a0](https://github.com/traceloop/openllmetry-js/commit/1a416a0debe3673140c8bed54d6eb23cb20f3f8d))
13+
- **vercel:** remove duplicate token attributes (prompt/input and completion/output) ([93b2388](https://github.com/traceloop/openllmetry-js/commit/93b2388192207056074d62d4fca95dfd31b60a5e))
14+
15+
### Features
16+
17+
- use official OpenTelemetry incubating semantic conventions for token attributes ([00e2529](https://github.com/traceloop/openllmetry-js/commit/00e25296877503ff189a76b384aa3d143b1339f7))
18+
619
## [0.21.1](https://github.com/traceloop/openllmetry-js/compare/v0.21.0...v0.21.1) (2025-11-25)
720

821
### 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.21.1",
3+
"version": "0.22.0",
44
"packages": ["packages/*"],
55
"useNx": true
66
}

packages/ai-semantic-conventions/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.22.0](https://github.com/traceloop/openllmetry-js/compare/v0.21.1...v0.22.0) (2025-11-27)
7+
8+
### Bug Fixes
9+
10+
- transform Vercel AI SDK token attributes to use input_tokens/output_tokens ([1a416a0](https://github.com/traceloop/openllmetry-js/commit/1a416a0debe3673140c8bed54d6eb23cb20f3f8d))
11+
12+
### Features
13+
14+
- use official OpenTelemetry incubating semantic conventions for token attributes ([00e2529](https://github.com/traceloop/openllmetry-js/commit/00e25296877503ff189a76b384aa3d143b1339f7))
15+
616
# [0.21.0](https://github.com/traceloop/openllmetry-js/compare/v0.20.2...v0.21.0) (2025-11-24)
717

818
### Features

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.21.0",
3+
"version": "0.22.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.22.0](https://github.com/traceloop/openllmetry-js/compare/v0.21.1...v0.22.0) (2025-11-27)
7+
8+
**Note:** Version bump only for package @traceloop/instrumentation-anthropic
9+
610
# [0.21.0](https://github.com/traceloop/openllmetry-js/compare/v0.20.2...v0.21.0) (2025-11-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.21.0",
3+
"version": "0.22.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.22.0](https://github.com/traceloop/openllmetry-js/compare/v0.21.1...v0.22.0) (2025-11-27)
7+
8+
**Note:** Version bump only for package @traceloop/instrumentation-bedrock
9+
610
# [0.21.0](https://github.com/traceloop/openllmetry-js/compare/v0.20.2...v0.21.0) (2025-11-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.21.0",
3+
"version": "0.22.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.22.0](https://github.com/traceloop/openllmetry-js/compare/v0.21.1...v0.22.0) (2025-11-27)
7+
8+
**Note:** Version bump only for package @traceloop/instrumentation-chromadb
9+
610
# [0.21.0](https://github.com/traceloop/openllmetry-js/compare/v0.20.2...v0.21.0) (2025-11-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.21.0",
3+
"version": "0.22.0",
44
"description": "ChromaDB Instrumentation",
55
"main": "dist/src/index.js",
66
"module": "dist/src/index.mjs",

0 commit comments

Comments
 (0)