Skip to content

Commit 3d98033

Browse files
v0.5.22
1 parent 4ab523b commit 3d98033

File tree

7 files changed

+35
-7
lines changed

7 files changed

+35
-7
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.5.22](https://github.com/traceloop/openllmetry-js/compare/v0.5.21...v0.5.22) (2024-03-15)
7+
8+
### Bug Fixes
9+
10+
- **llamaindex:** support streaming ([#142](https://github.com/traceloop/openllmetry-js/issues/142)) ([beec5b8](https://github.com/traceloop/openllmetry-js/commit/beec5b84125e10c97a71218a40103aa9ad35f12a))

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.5.21",
3+
"version": "0.5.22",
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.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.5.22](https://github.com/traceloop/openllmetry-js/compare/v0.5.21...v0.5.22) (2024-03-15)
7+
8+
### Bug Fixes
9+
10+
- **llamaindex:** support streaming ([#142](https://github.com/traceloop/openllmetry-js/issues/142)) ([beec5b8](https://github.com/traceloop/openllmetry-js/commit/beec5b84125e10c97a71218a40103aa9ad35f12a))

packages/instrumentation-llamaindex/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-llamaindex",
3-
"version": "0.5.21",
3+
"version": "0.5.22",
44
"description": "Llamaindex Instrumentation",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

packages/traceloop-sdk/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.5.22](https://github.com/traceloop/openllmetry-js/compare/v0.5.21...v0.5.22) (2024-03-15)
7+
8+
**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.5.21",
3+
"version": "0.5.22",
44
"description": "Traceloop Software Development Kit (SDK) for Node.js",
55
"main": "dist/src/index.js",
66
"module": "dist/src/index.mjs",
@@ -42,7 +42,7 @@
4242
"@traceloop/instrumentation-bedrock": "^0.5.21",
4343
"@traceloop/instrumentation-cohere": "^0.5.21",
4444
"@traceloop/instrumentation-langchain": "^0.5.21",
45-
"@traceloop/instrumentation-llamaindex": "^0.5.21",
45+
"@traceloop/instrumentation-llamaindex": "^0.5.22",
4646
"@traceloop/instrumentation-openai": "^0.5.21",
4747
"@traceloop/instrumentation-pinecone": "^0.5.21",
4848
"@traceloop/instrumentation-vertexai": "^0.5.21",

0 commit comments

Comments
 (0)