Skip to content

Commit 0b94cce

Browse files
v0.23.0
1 parent 26a0d01 commit 0b94cce

File tree

32 files changed

+103
-16
lines changed

32 files changed

+103
-16
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.23.0](https://github.com/traceloop/openllmetry-js/compare/v0.22.8...v0.23.0) (2026-03-30)
7+
8+
### Features
9+
10+
- **ai-semantic-conventions, instrumentation-anthropic:** align GenAI semconv with OTel 1.40 and migrate Anthropic instrumentation ([#896](https://github.com/traceloop/openllmetry-js/issues/896)) ([643425a](https://github.com/traceloop/openllmetry-js/commit/643425a4193fb9710bd6df36fe45a4c899ceef90))
11+
- **evaluators:** add standalone evaluator create/list/get/update/run SDK methods ([#908](https://github.com/traceloop/openllmetry-js/issues/908)) ([dd89e8d](https://github.com/traceloop/openllmetry-js/commit/dd89e8d92c21008d4eab0d3b7ccae1b69c5af90b))
12+
- **instrumentation-openai:** Migrate OpenAI instrumentation to OTel 1.40 semantic conventions ([#909](https://github.com/traceloop/openllmetry-js/issues/909)) ([26a0d01](https://github.com/traceloop/openllmetry-js/commit/26a0d0159abb07e11f6e8349ef883659d0dbb245))
13+
- **sdk:** add synonym field mapping for experiment evaluator inputs ([#895](https://github.com/traceloop/openllmetry-js/issues/895)) ([50a591c](https://github.com/traceloop/openllmetry-js/commit/50a591c749fc37bd1f049e19a676c165ffd7f46f))
14+
615
## [0.22.8](https://github.com/traceloop/openllmetry-js/compare/v0.22.7...v0.22.8) (2026-03-04)
716

817
### 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.8",
3+
"version": "0.23.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.23.0](https://github.com/traceloop/openllmetry-js/compare/v0.22.8...v0.23.0) (2026-03-30)
7+
8+
### Features
9+
10+
- **ai-semantic-conventions, instrumentation-anthropic:** align GenAI semconv with OTel 1.40 and migrate Anthropic instrumentation ([#896](https://github.com/traceloop/openllmetry-js/issues/896)) ([643425a](https://github.com/traceloop/openllmetry-js/commit/643425a4193fb9710bd6df36fe45a4c899ceef90))
11+
612
## [0.22.5](https://github.com/traceloop/openllmetry-js/compare/v0.22.4...v0.22.5) (2025-12-17)
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.5",
3+
"version": "0.23.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: 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.23.0](https://github.com/traceloop/openllmetry-js/compare/v0.22.8...v0.23.0) (2026-03-30)
7+
8+
### Features
9+
10+
- **ai-semantic-conventions, instrumentation-anthropic:** align GenAI semconv with OTel 1.40 and migrate Anthropic instrumentation ([#896](https://github.com/traceloop/openllmetry-js/issues/896)) ([643425a](https://github.com/traceloop/openllmetry-js/commit/643425a4193fb9710bd6df36fe45a4c899ceef90))
11+
612
## [0.22.6](https://github.com/traceloop/openllmetry-js/compare/v0.22.5...v0.22.6) (2026-01-18)
713

814
**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.22.6",
3+
"version": "0.23.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.23.0](https://github.com/traceloop/openllmetry-js/compare/v0.22.8...v0.23.0) (2026-03-30)
7+
8+
**Note:** Version bump only for package @traceloop/instrumentation-bedrock
9+
610
## [0.22.6](https://github.com/traceloop/openllmetry-js/compare/v0.22.5...v0.22.6) (2026-01-18)
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.22.6",
3+
"version": "0.23.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.23.0](https://github.com/traceloop/openllmetry-js/compare/v0.22.8...v0.23.0) (2026-03-30)
7+
8+
**Note:** Version bump only for package @traceloop/instrumentation-chromadb
9+
610
## [0.22.5](https://github.com/traceloop/openllmetry-js/compare/v0.22.4...v0.22.5) (2025-12-17)
711

812
### Bug Fixes

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

0 commit comments

Comments
 (0)