Skip to content

Commit f480743

Browse files
v0.22.5
1 parent 46d8993 commit f480743

File tree

30 files changed

+107
-15
lines changed

30 files changed

+107
-15
lines changed

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.22.5](https://github.com/traceloop/openllmetry-js/compare/v0.22.4...v0.22.5) (2025-12-17)
7+
8+
### Bug Fixes
9+
10+
- **ai-sdk:** Add conversion to opentelemetry semantic convention ([#845](https://github.com/traceloop/openllmetry-js/issues/845)) ([8e05349](https://github.com/traceloop/openllmetry-js/commit/8e05349a2a09425020beb65c68ea9eb6cb4bc2ca))
11+
- **ai-sdk:** support AI SDK v5 renamed tool attributes (inputSchema, input, output) ([#849](https://github.com/traceloop/openllmetry-js/issues/849)) ([46d8993](https://github.com/traceloop/openllmetry-js/commit/46d89937f9989937de54e72cbb734a46c77d4123))
12+
613
## [0.22.4](https://github.com/traceloop/openllmetry-js/compare/v0.22.3...v0.22.4) (2025-12-11)
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.22.4",
3+
"version": "0.22.5",
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.22.5](https://github.com/traceloop/openllmetry-js/compare/v0.22.4...v0.22.5) (2025-12-17)
7+
8+
### Bug Fixes
9+
10+
- **ai-sdk:** Add conversion to opentelemetry semantic convention ([#845](https://github.com/traceloop/openllmetry-js/issues/845)) ([8e05349](https://github.com/traceloop/openllmetry-js/commit/8e05349a2a09425020beb65c68ea9eb6cb4bc2ca))
11+
612
## [0.22.2](https://github.com/traceloop/openllmetry-js/compare/v0.22.1...v0.22.2) (2025-12-02)
713

814
### Bug Fixes

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.22.2",
3+
"version": "0.22.5",
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: 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.22.5](https://github.com/traceloop/openllmetry-js/compare/v0.22.4...v0.22.5) (2025-12-17)
7+
8+
### Bug Fixes
9+
10+
- **ai-sdk:** Add conversion to opentelemetry semantic convention ([#845](https://github.com/traceloop/openllmetry-js/issues/845)) ([8e05349](https://github.com/traceloop/openllmetry-js/commit/8e05349a2a09425020beb65c68ea9eb6cb4bc2ca))
11+
612
## [0.22.2](https://github.com/traceloop/openllmetry-js/compare/v0.22.1...v0.22.2) (2025-12-02)
713

814
### 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.22.2",
3+
"version": "0.22.5",
44
"description": "Anthropic Instrumentaion",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/instrumentation-bedrock/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.22.5](https://github.com/traceloop/openllmetry-js/compare/v0.22.4...v0.22.5) (2025-12-17)
7+
8+
### Bug Fixes
9+
10+
- **ai-sdk:** Add conversion to opentelemetry semantic convention ([#845](https://github.com/traceloop/openllmetry-js/issues/845)) ([8e05349](https://github.com/traceloop/openllmetry-js/commit/8e05349a2a09425020beb65c68ea9eb6cb4bc2ca))
11+
612
## [0.22.2](https://github.com/traceloop/openllmetry-js/compare/v0.22.1...v0.22.2) (2025-12-02)
713

814
**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.22.2",
3+
"version": "0.22.5",
44
"description": "Amazon Bedrock Instrumentation",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/instrumentation-chromadb/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.22.5](https://github.com/traceloop/openllmetry-js/compare/v0.22.4...v0.22.5) (2025-12-17)
7+
8+
### Bug Fixes
9+
10+
- **ai-sdk:** Add conversion to opentelemetry semantic convention ([#845](https://github.com/traceloop/openllmetry-js/issues/845)) ([8e05349](https://github.com/traceloop/openllmetry-js/commit/8e05349a2a09425020beb65c68ea9eb6cb4bc2ca))
11+
612
## [0.22.2](https://github.com/traceloop/openllmetry-js/compare/v0.22.1...v0.22.2) (2025-12-02)
713

814
**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.22.2",
3+
"version": "0.22.5",
44
"description": "ChromaDB Instrumentation",
55
"main": "dist/src/index.js",
66
"module": "dist/src/index.mjs",

0 commit comments

Comments
 (0)