Skip to content

Commit 9d0a394

Browse files
v0.11.7
1 parent 33eca03 commit 9d0a394

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

+6
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.11.7](https://github.com/traceloop/openllmetry-js/compare/v0.11.6...v0.11.7) (2024-12-20)
7+
8+
### Bug Fixes
9+
10+
- **sdk:** patch span attributes for vercel AI users ([#478](https://github.com/traceloop/openllmetry-js/issues/478)) ([33eca03](https://github.com/traceloop/openllmetry-js/commit/33eca033db8bf2ab65718d29b0105b71cd569c36))
11+
612
## [0.11.6](https://github.com/traceloop/openllmetry-js/compare/v0.11.5...v0.11.6) (2024-12-16)
713

814
### Bug Fixes

lerna.json

+1-1
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.11.6",
3+
"version": "0.11.7",
44
"packages": ["packages/*"],
55
"useNx": true
66
}

package-lock.json

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/traceloop-sdk/CHANGELOG.md

+6
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.11.7](https://github.com/traceloop/openllmetry-js/compare/v0.11.6...v0.11.7) (2024-12-20)
7+
8+
### Bug Fixes
9+
10+
- **sdk:** patch span attributes for vercel AI users ([#478](https://github.com/traceloop/openllmetry-js/issues/478)) ([33eca03](https://github.com/traceloop/openllmetry-js/commit/33eca033db8bf2ab65718d29b0105b71cd569c36))
11+
612
## [0.11.6](https://github.com/traceloop/openllmetry-js/compare/v0.11.5...v0.11.6) (2024-12-16)
713

814
### Bug Fixes

packages/traceloop-sdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/node-server-sdk",
3-
"version": "0.11.6",
3+
"version": "0.11.7",
44
"description": "Traceloop Software Development Kit (SDK) for Node.js",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -61,7 +61,6 @@
6161
"gitHead": "ef1e70d6037f7b5c061056ef2be16e3f55f02ed5",
6262
"devDependencies": {
6363
"@ai-sdk/openai": "^1.0.10",
64-
"ai": "^4.0.20",
6564
"@anthropic-ai/sdk": "^0.32.1",
6665
"@aws-sdk/client-bedrock-runtime": "^3.709.0",
6766
"@azure/openai": "^1.0.0-beta.13",
@@ -75,6 +74,7 @@
7574
"@types/mocha": "^10.0.10",
7675
"@types/node": "^20.17.10",
7776
"@types/uuid": "^9.0.8",
77+
"ai": "^4.0.20",
7878
"chromadb": "^1.9.4",
7979
"cohere-ai": "^7.15.0",
8080
"esbuild": "^0.24.0",

0 commit comments

Comments
 (0)