Skip to content

Commit 49a1544

Browse files
v0.25.0
1 parent 4e3ffd5 commit 49a1544

32 files changed

Lines changed: 91 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.25.0](https://github.com/traceloop/openllmetry-js/compare/v0.24.1...v0.25.0) (2026-04-13)
7+
8+
### Features
9+
10+
- **ai-sdk:** migrate ai-sdk to opentelemtry 1.40 semantic conventions ([#924](https://github.com/traceloop/openllmetry-js/issues/924)) ([4e3ffd5](https://github.com/traceloop/openllmetry-js/commit/4e3ffd5851ecb78a09da1e761af67f73617cbf9c))
11+
- **instrumentation-llamaindex:** migrate to OTel 1.40 GenAI semantic conventions ([#925](https://github.com/traceloop/openllmetry-js/issues/925)) ([4c8becd](https://github.com/traceloop/openllmetry-js/commit/4c8becde55f035d8129d84ed3ae5c5fd14d87960))
12+
613
## [0.24.1](https://github.com/traceloop/openllmetry-js/compare/v0.24.0...v0.24.1) (2026-04-12)
714

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

packages/ai-semantic-conventions/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.25.0](https://github.com/traceloop/openllmetry-js/compare/v0.24.1...v0.25.0) (2026-04-13)
7+
8+
**Note:** Version bump only for package @traceloop/ai-semantic-conventions
9+
610
# [0.24.0](https://github.com/traceloop/openllmetry-js/compare/v0.23.0...v0.24.0) (2026-04-06)
711

812
**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.24.0",
3+
"version": "0.25.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.25.0](https://github.com/traceloop/openllmetry-js/compare/v0.24.1...v0.25.0) (2026-04-13)
7+
8+
**Note:** Version bump only for package @traceloop/instrumentation-anthropic
9+
610
# [0.24.0](https://github.com/traceloop/openllmetry-js/compare/v0.23.0...v0.24.0) (2026-04-06)
711

812
### Bug Fixes

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.24.0",
3+
"version": "0.25.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.25.0](https://github.com/traceloop/openllmetry-js/compare/v0.24.1...v0.25.0) (2026-04-13)
7+
8+
**Note:** Version bump only for package @traceloop/instrumentation-bedrock
9+
610
# [0.24.0](https://github.com/traceloop/openllmetry-js/compare/v0.23.0...v0.24.0) (2026-04-06)
711

812
### Features

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.24.0",
3+
"version": "0.25.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.25.0](https://github.com/traceloop/openllmetry-js/compare/v0.24.1...v0.25.0) (2026-04-13)
7+
8+
**Note:** Version bump only for package @traceloop/instrumentation-chromadb
9+
610
# [0.24.0](https://github.com/traceloop/openllmetry-js/compare/v0.23.0...v0.24.0) (2026-04-06)
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.24.0",
3+
"version": "0.25.0",
44
"description": "ChromaDB Instrumentation",
55
"main": "dist/src/index.js",
66
"module": "dist/src/index.mjs",

0 commit comments

Comments
 (0)