Skip to content

Commit bc0d75e

Browse files
v0.11.3
1 parent 5d5de09 commit bc0d75e

File tree

9 files changed

+33
-11
lines changed

9 files changed

+33
-11
lines changed

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.11.3](https://github.com/traceloop/openllmetry-js/compare/v0.11.2...v0.11.3) (2024-10-16)
7+
8+
### Bug Fixes
9+
10+
- **openai:** streaming tool_call + logging multiple tool_call ([#463](https://github.com/traceloop/openllmetry-js/issues/463)) ([5d5de09](https://github.com/traceloop/openllmetry-js/commit/5d5de09e6d32c36a2775ca36cbb14a18fd22f98d))
11+
612
## [0.11.2](https://github.com/traceloop/openllmetry-js/compare/v0.11.1...v0.11.2) (2024-09-10)
713

814
### 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.11.2",
3+
"version": "0.11.3",
44
"packages": ["packages/*"],
55
"useNx": true
66
}

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.11.3](https://github.com/traceloop/openllmetry-js/compare/v0.11.2...v0.11.3) (2024-10-16)
7+
8+
### Bug Fixes
9+
10+
- **openai:** streaming tool_call + logging multiple tool_call ([#463](https://github.com/traceloop/openllmetry-js/issues/463)) ([5d5de09](https://github.com/traceloop/openllmetry-js/commit/5d5de09e6d32c36a2775ca36cbb14a18fd22f98d))
11+
612
## [0.11.1](https://github.com/traceloop/openllmetry-js/compare/v0.11.0...v0.11.1) (2024-08-31)
713

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

packages/instrumentation-openai/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.11.3](https://github.com/traceloop/openllmetry-js/compare/v0.11.2...v0.11.3) (2024-10-16)
7+
8+
### Bug Fixes
9+
10+
- **openai:** streaming tool_call + logging multiple tool_call ([#463](https://github.com/traceloop/openllmetry-js/issues/463)) ([5d5de09](https://github.com/traceloop/openllmetry-js/commit/5d5de09e6d32c36a2775ca36cbb14a18fd22f98d))
11+
612
## [0.11.1](https://github.com/traceloop/openllmetry-js/compare/v0.11.0...v0.11.1) (2024-08-31)
713

814
### Bug Fixes

packages/instrumentation-openai/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-openai",
3-
"version": "0.11.1",
3+
"version": "0.11.3",
44
"description": "OpenAI Instrumentaion",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/traceloop-sdk/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.11.3](https://github.com/traceloop/openllmetry-js/compare/v0.11.2...v0.11.3) (2024-10-16)
7+
8+
**Note:** Version bump only for package @traceloop/node-server-sdk
9+
610
## [0.11.2](https://github.com/traceloop/openllmetry-js/compare/v0.11.1...v0.11.2) (2024-09-10)
711

812
### Bug Fixes

packages/traceloop-sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/node-server-sdk",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "Traceloop Software Development Kit (SDK) for Node.js",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -41,11 +41,11 @@
4141
"@traceloop/instrumentation-anthropic": "^0.11.1",
4242
"@traceloop/instrumentation-azure": "^0.11.1",
4343
"@traceloop/instrumentation-bedrock": "^0.11.1",
44-
"@traceloop/instrumentation-chromadb": "^0.11.1",
44+
"@traceloop/instrumentation-chromadb": "^0.11.3",
4545
"@traceloop/instrumentation-cohere": "^0.11.1",
4646
"@traceloop/instrumentation-langchain": "^0.11.1",
4747
"@traceloop/instrumentation-llamaindex": "^0.11.1",
48-
"@traceloop/instrumentation-openai": "^0.11.1",
48+
"@traceloop/instrumentation-openai": "^0.11.3",
4949
"@traceloop/instrumentation-pinecone": "^0.11.1",
5050
"@traceloop/instrumentation-qdrant": "^0.11.1",
5151
"@traceloop/instrumentation-vertexai": "^0.11.1",

0 commit comments

Comments
 (0)