Skip to content

Commit 59bc9e6

Browse files
v0.11.4
1 parent 663e438 commit 59bc9e6

File tree

9 files changed

+34
-11
lines changed

9 files changed

+34
-11
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.4](https://github.com/traceloop/openllmetry-js/compare/v0.11.3...v0.11.4) (2024-11-13)
7+
8+
### Bug Fixes
9+
10+
- **langchain:** return exports in langchain runnables module patch ([#470](https://github.com/traceloop/openllmetry-js/issues/470)) ([23fdb28](https://github.com/traceloop/openllmetry-js/commit/23fdb28ab5d7d70a963559b26aae31dde8347082))
11+
- **vertex-ai:** missing system prompt ([#473](https://github.com/traceloop/openllmetry-js/issues/473)) ([663e438](https://github.com/traceloop/openllmetry-js/commit/663e438c5bce18b8fa20c16b7f6d53355bb7b7f9))
12+
613
## [0.11.3](https://github.com/traceloop/openllmetry-js/compare/v0.11.2...v0.11.3) (2024-10-16)
714

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

package-lock.json

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

packages/instrumentation-langchain/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.4](https://github.com/traceloop/openllmetry-js/compare/v0.11.3...v0.11.4) (2024-11-13)
7+
8+
### Bug Fixes
9+
10+
- **langchain:** return exports in langchain runnables module patch ([#470](https://github.com/traceloop/openllmetry-js/issues/470)) ([23fdb28](https://github.com/traceloop/openllmetry-js/commit/23fdb28ab5d7d70a963559b26aae31dde8347082))
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-langchain/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-langchain",
3-
"version": "0.11.1",
3+
"version": "0.11.4",
44
"description": "OpenTelemetry instrumentation for LangchainJS",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/instrumentation-vertexai/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.4](https://github.com/traceloop/openllmetry-js/compare/v0.11.3...v0.11.4) (2024-11-13)
7+
8+
### Bug Fixes
9+
10+
- **vertex-ai:** missing system prompt ([#473](https://github.com/traceloop/openllmetry-js/issues/473)) ([663e438](https://github.com/traceloop/openllmetry-js/commit/663e438c5bce18b8fa20c16b7f6d53355bb7b7f9))
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-vertexai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/instrumentation-vertexai",
3-
"version": "0.11.1",
3+
"version": "0.11.4",
44
"description": "Google's VertexAI Instrumentation",
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.4](https://github.com/traceloop/openllmetry-js/compare/v0.11.3...v0.11.4) (2024-11-13)
7+
8+
**Note:** Version bump only for package @traceloop/node-server-sdk
9+
610
## [0.11.3](https://github.com/traceloop/openllmetry-js/compare/v0.11.2...v0.11.3) (2024-10-16)
711

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

packages/traceloop-sdk/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@traceloop/node-server-sdk",
3-
"version": "0.11.3",
3+
"version": "0.11.4",
44
"description": "Traceloop Software Development Kit (SDK) for Node.js",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -43,12 +43,12 @@
4343
"@traceloop/instrumentation-bedrock": "^0.11.1",
4444
"@traceloop/instrumentation-chromadb": "^0.11.3",
4545
"@traceloop/instrumentation-cohere": "^0.11.1",
46-
"@traceloop/instrumentation-langchain": "^0.11.1",
46+
"@traceloop/instrumentation-langchain": "^0.11.4",
4747
"@traceloop/instrumentation-llamaindex": "^0.11.1",
4848
"@traceloop/instrumentation-openai": "^0.11.3",
4949
"@traceloop/instrumentation-pinecone": "^0.11.1",
5050
"@traceloop/instrumentation-qdrant": "^0.11.1",
51-
"@traceloop/instrumentation-vertexai": "^0.11.1",
51+
"@traceloop/instrumentation-vertexai": "^0.11.4",
5252
"@types/nunjucks": "^3.2.5",
5353
"cross-fetch": "^4.0.0",
5454
"fetch-retry": "^5.0.6",

0 commit comments

Comments
 (0)