Skip to content

Commit a869545

Browse files
v0.24.0
1 parent ed41ff2 commit a869545

File tree

32 files changed

+110
-19
lines changed

32 files changed

+110
-19
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.24.0](https://github.com/traceloop/openllmetry-js/compare/v0.23.0...v0.24.0) (2026-04-06)
7+
8+
### Bug Fixes
9+
10+
- **instrumentation-utils:** Add missing modality field to block mappers document cases ([#921](https://github.com/traceloop/openllmetry-js/issues/921)) ([ed41ff2](https://github.com/traceloop/openllmetry-js/commit/ed41ff27435c0dd5472ad892386b47ec6381390c))
11+
12+
### Features
13+
14+
- **instrumentation-bedrock:** align GenAI semconv with OTel 1.40 and migrate Bedrock instrumentation ([#917](https://github.com/traceloop/openllmetry-js/issues/917)) ([4b5d28f](https://github.com/traceloop/openllmetry-js/commit/4b5d28f50015ce87e7a54d030b8fff7df9693fb6))
15+
- **instrumentation-langchain:** Migrate langchain semantic conventions to 1.40 ([#920](https://github.com/traceloop/openllmetry-js/issues/920)) ([999bd70](https://github.com/traceloop/openllmetry-js/commit/999bd70311509959bf7e3166b25d89f6ce5cdd4a))
16+
617
# [0.23.0](https://github.com/traceloop/openllmetry-js/compare/v0.22.8...v0.23.0) (2026-03-30)
718

819
### Features

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.23.0",
3+
"version": "0.24.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.24.0](https://github.com/traceloop/openllmetry-js/compare/v0.23.0...v0.24.0) (2026-04-06)
7+
8+
**Note:** Version bump only for package @traceloop/ai-semantic-conventions
9+
610
# [0.23.0](https://github.com/traceloop/openllmetry-js/compare/v0.22.8...v0.23.0) (2026-03-30)
711

812
### 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.23.0",
3+
"version": "0.24.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: 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.24.0](https://github.com/traceloop/openllmetry-js/compare/v0.23.0...v0.24.0) (2026-04-06)
7+
8+
### Bug Fixes
9+
10+
- **instrumentation-utils:** Add missing modality field to block mappers document cases ([#921](https://github.com/traceloop/openllmetry-js/issues/921)) ([ed41ff2](https://github.com/traceloop/openllmetry-js/commit/ed41ff27435c0dd5472ad892386b47ec6381390c))
11+
12+
### Features
13+
14+
- **instrumentation-bedrock:** align GenAI semconv with OTel 1.40 and migrate Bedrock instrumentation ([#917](https://github.com/traceloop/openllmetry-js/issues/917)) ([4b5d28f](https://github.com/traceloop/openllmetry-js/commit/4b5d28f50015ce87e7a54d030b8fff7df9693fb6))
15+
616
# [0.23.0](https://github.com/traceloop/openllmetry-js/compare/v0.22.8...v0.23.0) (2026-03-30)
717

818
### Features

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.23.0",
3+
"version": "0.24.0",
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.24.0](https://github.com/traceloop/openllmetry-js/compare/v0.23.0...v0.24.0) (2026-04-06)
7+
8+
### Features
9+
10+
- **instrumentation-bedrock:** align GenAI semconv with OTel 1.40 and migrate Bedrock instrumentation ([#917](https://github.com/traceloop/openllmetry-js/issues/917)) ([4b5d28f](https://github.com/traceloop/openllmetry-js/commit/4b5d28f50015ce87e7a54d030b8fff7df9693fb6))
11+
612
# [0.23.0](https://github.com/traceloop/openllmetry-js/compare/v0.22.8...v0.23.0) (2026-03-30)
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.23.0",
3+
"version": "0.24.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.24.0](https://github.com/traceloop/openllmetry-js/compare/v0.23.0...v0.24.0) (2026-04-06)
7+
8+
**Note:** Version bump only for package @traceloop/instrumentation-chromadb
9+
610
# [0.23.0](https://github.com/traceloop/openllmetry-js/compare/v0.22.8...v0.23.0) (2026-03-30)
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.23.0",
3+
"version": "0.24.0",
44
"description": "ChromaDB Instrumentation",
55
"main": "dist/src/index.js",
66
"module": "dist/src/index.mjs",

0 commit comments

Comments
 (0)