Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 27, 2024
1 parent 31aa015 commit 77fe2d5
Show file tree
Hide file tree
Showing 29 changed files with 160 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.11.0](https://github.com/traceloop/openllmetry-js/compare/v0.10.0...v0.11.0) (2024-08-27)

### Bug Fixes

- include dist .mjs for packages with modules declared ([#425](https://github.com/traceloop/openllmetry-js/issues/425)) ([4a7ec33](https://github.com/traceloop/openllmetry-js/commit/4a7ec33ca5de6a1ad4ba6364bcff4fff8cb2b664))
- **sdk:** use headers from env if available ([#435](https://github.com/traceloop/openllmetry-js/issues/435)) ([31aa015](https://github.com/traceloop/openllmetry-js/commit/31aa015505e9a3e26be1cfaafa34a218aad15499))

### Features

- **instrumentation-chromadb,instrumentation-qdrant:** add esm exports ([#428](https://github.com/traceloop/openllmetry-js/issues/428)) ([dfd418b](https://github.com/traceloop/openllmetry-js/commit/dfd418be6d836a53bb339dda439b1875f79389dd))

# [0.10.0](https://github.com/traceloop/openllmetry-js/compare/v0.9.5...v0.10.0) (2024-08-01)

### Features
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.10.0",
"version": "0.11.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.

4 changes: 4 additions & 0 deletions packages/ai-semantic-conventions/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.11.0](https://github.com/traceloop/openllmetry-js/compare/v0.10.0...v0.11.0) (2024-08-27)

**Note:** Version bump only for package @traceloop/ai-semantic-conventions

# [0.10.0](https://github.com/traceloop/openllmetry-js/compare/v0.9.5...v0.10.0) (2024-08-01)

### 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.10.0",
"version": "0.11.0",
"description": "OpenTelemetry ai-specific semantic conventions",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/instrumentation-anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/traceloop/openllmetry-js/compare/v0.10.0...v0.11.0) (2024-08-27)

### Bug Fixes

- include dist .mjs for packages with modules declared ([#425](https://github.com/traceloop/openllmetry-js/issues/425)) ([4a7ec33](https://github.com/traceloop/openllmetry-js/commit/4a7ec33ca5de6a1ad4ba6364bcff4fff8cb2b664))

# [0.10.0](https://github.com/traceloop/openllmetry-js/compare/v0.9.5...v0.10.0) (2024-08-01)

**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.10.0",
"version": "0.11.0",
"description": "Anthropic Instrumentaion",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@opentelemetry/core": "^1.25.0",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/semantic-conventions": "^1.25.0",
"@traceloop/ai-semantic-conventions": "^0.10.0",
"@traceloop/ai-semantic-conventions": "^0.11.0",
"tslib": "^2.3.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/instrumentation-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/traceloop/openllmetry-js/compare/v0.10.0...v0.11.0) (2024-08-27)

### Bug Fixes

- include dist .mjs for packages with modules declared ([#425](https://github.com/traceloop/openllmetry-js/issues/425)) ([4a7ec33](https://github.com/traceloop/openllmetry-js/commit/4a7ec33ca5de6a1ad4ba6364bcff4fff8cb2b664))

# [0.10.0](https://github.com/traceloop/openllmetry-js/compare/v0.9.5...v0.10.0) (2024-08-01)

**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.10.0",
"version": "0.11.0",
"description": "Azure OpenAI Instrumentaion",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@opentelemetry/core": "^1.25.0",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/semantic-conventions": "^1.25.0",
"@traceloop/ai-semantic-conventions": "^0.10.0",
"@traceloop/ai-semantic-conventions": "^0.11.0",
"tslib": "^2.3.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/instrumentation-bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/traceloop/openllmetry-js/compare/v0.10.0...v0.11.0) (2024-08-27)

### Bug Fixes

- include dist .mjs for packages with modules declared ([#425](https://github.com/traceloop/openllmetry-js/issues/425)) ([4a7ec33](https://github.com/traceloop/openllmetry-js/commit/4a7ec33ca5de6a1ad4ba6364bcff4fff8cb2b664))

# [0.10.0](https://github.com/traceloop/openllmetry-js/compare/v0.9.5...v0.10.0) (2024-08-01)

**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.10.0",
"version": "0.11.0",
"description": "Amazon Bedrock Instrumentation",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@opentelemetry/core": "^1.25.0",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/semantic-conventions": "^1.25.0",
"@traceloop/ai-semantic-conventions": "^0.10.0",
"@traceloop/ai-semantic-conventions": "^0.11.0",
"tslib": "^2.3.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/instrumentation-chromadb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/traceloop/openllmetry-js/compare/v0.10.0...v0.11.0) (2024-08-27)

### Features

- **instrumentation-chromadb,instrumentation-qdrant:** add esm exports ([#428](https://github.com/traceloop/openllmetry-js/issues/428)) ([dfd418b](https://github.com/traceloop/openllmetry-js/commit/dfd418be6d836a53bb339dda439b1875f79389dd))

# [0.10.0](https://github.com/traceloop/openllmetry-js/compare/v0.9.5...v0.10.0) (2024-08-01)

**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.10.0",
"version": "0.11.0",
"description": "ChromaDB Instrumentation",
"main": "dist/src/index.js",
"module": "dist/src/index.mjs",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@opentelemetry/core": "^1.25.0",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/semantic-conventions": "^1.25.0",
"@traceloop/ai-semantic-conventions": "^0.10.0",
"@traceloop/ai-semantic-conventions": "^0.11.0",
"tslib": "^2.3.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/instrumentation-cohere/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/traceloop/openllmetry-js/compare/v0.10.0...v0.11.0) (2024-08-27)

### Bug Fixes

- include dist .mjs for packages with modules declared ([#425](https://github.com/traceloop/openllmetry-js/issues/425)) ([4a7ec33](https://github.com/traceloop/openllmetry-js/commit/4a7ec33ca5de6a1ad4ba6364bcff4fff8cb2b664))

# [0.10.0](https://github.com/traceloop/openllmetry-js/compare/v0.9.5...v0.10.0) (2024-08-01)

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

0 comments on commit 77fe2d5

Please sign in to comment.