Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 4, 2024
1 parent eb6211f commit a5ee50c
Show file tree
Hide file tree
Showing 29 changed files with 155 additions and 73 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/traceloop/openllmetry-js/compare/v0.8.9...v0.9.0) (2024-07-04)

### Bug Fixes

- **sdk:** option to silence initialization message ([#343](https://github.com/traceloop/openllmetry-js/issues/343)) ([75c68ce](https://github.com/traceloop/openllmetry-js/commit/75c68ceb09dec3766f30ed413bdeee637e1734a6))
- **sdk:** versions on workflows & tasks ([#353](https://github.com/traceloop/openllmetry-js/issues/353)) ([eb6211f](https://github.com/traceloop/openllmetry-js/commit/eb6211f5cc9a2930c6bff1d9ffe3cb995eaf6669))

### Features

- Qdrant instrumentation ([#278](https://github.com/traceloop/openllmetry-js/issues/278)) ([3b8224f](https://github.com/traceloop/openllmetry-js/commit/3b8224fac062b6da3f84311569a5ffcc2e3b8744))

## [0.8.9](https://github.com/traceloop/openllmetry-js/compare/v0.8.8...v0.8.9) (2024-06-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.8.9",
"version": "0.9.0",
"packages": ["packages/*"],
"useNx": true
}
72 changes: 36 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions packages/ai-semantic-conventions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/traceloop/openllmetry-js/compare/v0.8.9...v0.9.0) (2024-07-04)

### Bug Fixes

- **sdk:** versions on workflows & tasks ([#353](https://github.com/traceloop/openllmetry-js/issues/353)) ([eb6211f](https://github.com/traceloop/openllmetry-js/commit/eb6211f5cc9a2930c6bff1d9ffe3cb995eaf6669))

### Features

- Qdrant instrumentation ([#278](https://github.com/traceloop/openllmetry-js/issues/278)) ([3b8224f](https://github.com/traceloop/openllmetry-js/commit/3b8224fac062b6da3f84311569a5ffcc2e3b8744))

# [0.8.0](https://github.com/traceloop/openllmetry-js/compare/v0.7.0...v0.8.0) (2024-04-29)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-semantic-conventions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traceloop/ai-semantic-conventions",
"version": "0.8.0",
"version": "0.9.0",
"description": "OpenTelemetry ai-specific semantic conventions",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/instrumentation-anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/traceloop/openllmetry-js/compare/v0.8.9...v0.9.0) (2024-07-04)

**Note:** Version bump only for package @traceloop/instrumentation-anthropic

## [0.8.8](https://github.com/traceloop/openllmetry-js/compare/v0.8.7...v0.8.8) (2024-06-16)

**Note:** Version bump only for package @traceloop/instrumentation-anthropic
Expand Down
4 changes: 2 additions & 2 deletions packages/instrumentation-anthropic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traceloop/instrumentation-anthropic",
"version": "0.8.8",
"version": "0.9.0",
"description": "Anthropic Instrumentaion",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@opentelemetry/core": "^1.25.0",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/semantic-conventions": "^1.25.0",
"@traceloop/ai-semantic-conventions": "^0.8.0"
"@traceloop/ai-semantic-conventions": "^0.9.0"
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.20.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/instrumentation-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/traceloop/openllmetry-js/compare/v0.8.9...v0.9.0) (2024-07-04)

**Note:** Version bump only for package @traceloop/instrumentation-azure

## [0.8.8](https://github.com/traceloop/openllmetry-js/compare/v0.8.7...v0.8.8) (2024-06-16)

**Note:** Version bump only for package @traceloop/instrumentation-azure
Expand Down
4 changes: 2 additions & 2 deletions packages/instrumentation-azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traceloop/instrumentation-azure",
"version": "0.8.8",
"version": "0.9.0",
"description": "Azure OpenAI Instrumentaion",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@opentelemetry/core": "^1.25.0",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/semantic-conventions": "^1.25.0",
"@traceloop/ai-semantic-conventions": "^0.8.0"
"@traceloop/ai-semantic-conventions": "^0.9.0"
},
"devDependencies": {
"@azure/openai": "^1.0.0-beta.10",
Expand Down
4 changes: 4 additions & 0 deletions packages/instrumentation-bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/traceloop/openllmetry-js/compare/v0.8.9...v0.9.0) (2024-07-04)

**Note:** Version bump only for package @traceloop/instrumentation-bedrock

## [0.8.8](https://github.com/traceloop/openllmetry-js/compare/v0.8.7...v0.8.8) (2024-06-16)

**Note:** Version bump only for package @traceloop/instrumentation-bedrock
Expand Down
4 changes: 2 additions & 2 deletions packages/instrumentation-bedrock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traceloop/instrumentation-bedrock",
"version": "0.8.8",
"version": "0.9.0",
"description": "Amazon Bedrock Instrumentation",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@opentelemetry/core": "^1.25.0",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/semantic-conventions": "^1.25.0",
"@traceloop/ai-semantic-conventions": "^0.8.0"
"@traceloop/ai-semantic-conventions": "^0.9.0"
},
"devDependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.499.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/instrumentation-chromadb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/traceloop/openllmetry-js/compare/v0.8.9...v0.9.0) (2024-07-04)

**Note:** Version bump only for package @traceloop/instrumentation-chromadb

## [0.8.8](https://github.com/traceloop/openllmetry-js/compare/v0.8.7...v0.8.8) (2024-06-16)

**Note:** Version bump only for package @traceloop/instrumentation-chromadb
Expand Down
4 changes: 2 additions & 2 deletions packages/instrumentation-chromadb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@traceloop/instrumentation-chromadb",
"version": "0.8.8",
"version": "0.9.0",
"description": "ChromaDB Instrumentation",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@opentelemetry/core": "^1.25.0",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/semantic-conventions": "^1.25.0",
"@traceloop/ai-semantic-conventions": "^0.8.0"
"@traceloop/ai-semantic-conventions": "^0.9.0"
},
"devDependencies": {
"@pollyjs/adapter-node-http": "^6.0.6",
Expand Down
4 changes: 4 additions & 0 deletions packages/instrumentation-cohere/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/traceloop/openllmetry-js/compare/v0.8.9...v0.9.0) (2024-07-04)

**Note:** Version bump only for package @traceloop/instrumentation-cohere

## [0.8.8](https://github.com/traceloop/openllmetry-js/compare/v0.8.7...v0.8.8) (2024-06-16)

**Note:** Version bump only for package @traceloop/instrumentation-cohere
Expand Down
Loading

0 comments on commit a5ee50c

Please sign in to comment.