Skip to content

Commit 5fe91fe

Browse files
v0.11.5
1 parent 546fd9e commit 5fe91fe

File tree

7 files changed

+23
-7
lines changed

7 files changed

+23
-7
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.5](https://github.com/traceloop/openllmetry-js/compare/v0.11.4...v0.11.5) (2024-12-11)
7+
8+
### Bug Fixes
9+
10+
- **openai:** structured output promise unwrapping exception ([#474](https://github.com/traceloop/openllmetry-js/issues/474)) ([546fd9e](https://github.com/traceloop/openllmetry-js/commit/546fd9e6d05eef98a5db7726e3bce267ab57da18))
11+
612
## [0.11.4](https://github.com/traceloop/openllmetry-js/compare/v0.11.3...v0.11.4) (2024-11-13)
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.4",
3+
"version": "0.11.5",
44
"packages": ["packages/*"],
55
"useNx": true
66
}

package-lock.json

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

packages/instrumentation-openai/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.5](https://github.com/traceloop/openllmetry-js/compare/v0.11.4...v0.11.5) (2024-12-11)
7+
8+
### Bug Fixes
9+
10+
- **openai:** structured output promise unwrapping exception ([#474](https://github.com/traceloop/openllmetry-js/issues/474)) ([546fd9e](https://github.com/traceloop/openllmetry-js/commit/546fd9e6d05eef98a5db7726e3bce267ab57da18))
11+
612
## [0.11.3](https://github.com/traceloop/openllmetry-js/compare/v0.11.2...v0.11.3) (2024-10-16)
713

814
### Bug Fixes

packages/instrumentation-openai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-openai",
3-
"version": "0.11.3",
3+
"version": "0.11.5",
44
"description": "OpenAI Instrumentaion",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/traceloop-sdk/CHANGELOG.md

+4
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.11.5](https://github.com/traceloop/openllmetry-js/compare/v0.11.4...v0.11.5) (2024-12-11)
7+
8+
**Note:** Version bump only for package @traceloop/node-server-sdk
9+
610
## [0.11.4](https://github.com/traceloop/openllmetry-js/compare/v0.11.3...v0.11.4) (2024-11-13)
711

812
**Note:** Version bump only for package @traceloop/node-server-sdk

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.4",
3+
"version": "0.11.5",
44
"description": "Traceloop Software Development Kit (SDK) for Node.js",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -45,7 +45,7 @@
4545
"@traceloop/instrumentation-cohere": "^0.11.1",
4646
"@traceloop/instrumentation-langchain": "^0.11.4",
4747
"@traceloop/instrumentation-llamaindex": "^0.11.1",
48-
"@traceloop/instrumentation-openai": "^0.11.3",
48+
"@traceloop/instrumentation-openai": "^0.11.5",
4949
"@traceloop/instrumentation-pinecone": "^0.11.1",
5050
"@traceloop/instrumentation-qdrant": "^0.11.1",
5151
"@traceloop/instrumentation-vertexai": "^0.11.4",

0 commit comments

Comments
 (0)