Skip to content

Commit 2f01d24

Browse files
v0.8.5
1 parent e62c9b4 commit 2f01d24

File tree

7 files changed

+25
-7
lines changed

7 files changed

+25
-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.8.5](https://github.com/traceloop/openllmetry-js/compare/v0.8.4...v0.8.5) (2024-05-31)
7+
8+
### Bug Fixes
9+
10+
- **vertex:** support v1.2.0 ([#290](https://github.com/traceloop/openllmetry-js/issues/290)) ([e62c9b4](https://github.com/traceloop/openllmetry-js/commit/e62c9b420881b69971d3ee910c5d3f613df3be50))
11+
612
## [0.8.4](https://github.com/traceloop/openllmetry-js/compare/v0.8.3...v0.8.4) (2024-05-20)
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.8.4",
3+
"version": "0.8.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-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.8.5](https://github.com/traceloop/openllmetry-js/compare/v0.8.4...v0.8.5) (2024-05-31)
7+
8+
### Bug Fixes
9+
10+
- **vertex:** support v1.2.0 ([#290](https://github.com/traceloop/openllmetry-js/issues/290)) ([e62c9b4](https://github.com/traceloop/openllmetry-js/commit/e62c9b420881b69971d3ee910c5d3f613df3be50))
11+
612
# [0.8.0](https://github.com/traceloop/openllmetry-js/compare/v0.7.0...v0.8.0) (2024-04-29)
713

814
### Features

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.8.0",
3+
"version": "0.8.5",
44
"description": "Google's VertexAI Instrumentation",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

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.8.5](https://github.com/traceloop/openllmetry-js/compare/v0.8.4...v0.8.5) (2024-05-31)
7+
8+
### Bug Fixes
9+
10+
- **vertex:** support v1.2.0 ([#290](https://github.com/traceloop/openllmetry-js/issues/290)) ([e62c9b4](https://github.com/traceloop/openllmetry-js/commit/e62c9b420881b69971d3ee910c5d3f613df3be50))
11+
612
## [0.8.4](https://github.com/traceloop/openllmetry-js/compare/v0.8.3...v0.8.4) (2024-05-20)
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.8.4",
3+
"version": "0.8.5",
44
"description": "Traceloop Software Development Kit (SDK) for Node.js",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -48,7 +48,7 @@
4848
"@traceloop/instrumentation-llamaindex": "^0.8.0",
4949
"@traceloop/instrumentation-openai": "^0.8.2",
5050
"@traceloop/instrumentation-pinecone": "^0.8.3",
51-
"@traceloop/instrumentation-vertexai": "^0.8.0",
51+
"@traceloop/instrumentation-vertexai": "^0.8.5",
5252
"@types/nunjucks": "^3.2.5",
5353
"cross-fetch": "^4.0.0",
5454
"fetch-retry": "^5.0.6",

0 commit comments

Comments
 (0)