Skip to content

Commit

Permalink
bump: version 0.16.6 → 0.16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 25, 2024
1 parent 29ac106 commit 452b9cb
Show file tree
Hide file tree
Showing 34 changed files with 40 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Expand Up @@ -4,7 +4,7 @@ tag_format = "v$version"
version_scheme = "pep440"
major_version_zero = true
update_changelog_on_bump = true
version = "0.16.6"
version = "0.16.7"
version_files = [
"packages/opentelemetry-instrumentation-anthropic/pyproject.toml:^version",
"packages/opentelemetry-instrumentation-anthropic/opentelemetry/instrumentation/anthropic/version.py",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## v0.16.7 (2024-04-25)

### Fix

- **openai**: azure filtering masked all completions (#886)
- **chromadb**: exception thrown when metadata isn't set (#882)

## v0.16.6 (2024-04-19)

### Fix
Expand Down
@@ -1 +1 @@
__version__ = "0.16.6"
__version__ = "0.16.7"
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-anthropic"
version = "0.16.6"
version = "0.16.7"
description = "OpenTelemetry Anthropic instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
@@ -1 +1 @@
__version__ = "0.16.6"
__version__ = "0.16.7"
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-bedrock"
version = "0.16.6"
version = "0.16.7"
description = "OpenTelemetry Bedrock instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
@@ -1 +1 @@
__version__ = "0.16.6"
__version__ = "0.16.7"
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-chromadb"
version = "0.16.6"
version = "0.16.7"
description = "OpenTelemetry Chroma DB instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
@@ -1 +1 @@
__version__ = "0.16.6"
__version__ = "0.16.7"
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-cohere"
version = "0.16.6"
version = "0.16.7"
description = "OpenTelemetry Cohere instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
@@ -1 +1 @@
__version__ = "0.16.6"
__version__ = "0.16.7"
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-haystack"
version = "0.16.6"
version = "0.16.7"
description = "OpenTelemetry Haystack instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
@@ -1 +1 @@
__version__ = "0.16.6"
__version__ = "0.16.7"
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-langchain"
version = "0.16.6"
version = "0.16.7"
description = "OpenTelemetry Langchain instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
@@ -1 +1 @@
__version__ = "0.16.6"
__version__ = "0.16.7"
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-llamaindex"
version = "0.16.6"
version = "0.16.7"
description = "OpenTelemetry LlamaIndex instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
@@ -1 +1 @@
__version__ = "0.16.6"
__version__ = "0.16.7"
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-openai"
version = "0.16.6"
version = "0.16.7"
description = "OpenTelemetry OpenAI instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
@@ -1 +1 @@
__version__ = "0.16.6"
__version__ = "0.16.7"
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-pinecone"
version = "0.16.6"
version = "0.16.7"
description = "OpenTelemetry Pinecone instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
@@ -1 +1 @@
__version__ = "0.16.6"
__version__ = "0.16.7"
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-qdrant"
version = "0.16.6"
version = "0.16.7"
description = "OpenTelemetry Qdrant instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
@@ -1 +1 @@
__version__ = "0.16.6"
__version__ = "0.16.7"
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-replicate"
version = "0.16.6"
version = "0.16.7"
description = "OpenTelemetry Replicate instrumentation"
authors = [ "Kartik Prajapati <kartik@ktklab.org>" ]
repository = "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-replicate"
Expand Down
@@ -1 +1 @@
__version__ = "0.16.6"
__version__ = "0.16.7"
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-transformers"
version = "0.16.6"
version = "0.16.7"
description = "OpenTelemetry transformers instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
@@ -1 +1 @@
__version__ = "0.16.6"
__version__ = "0.16.7"
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-vertexai"
version = "0.16.6"
version = "0.16.7"
description = "OpenTelemetry Vertex AI instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
@@ -1 +1 @@
__version__ = "0.16.6"
__version__ = "0.16.7"
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opentelemetry-instrumentation-watsonx"
version = "0.16.6"
version = "0.16.7"
description = "OpenTelemetry IBM Watsonx Instrumentation"
authors = ["Guangya Liu <gyliu@ibm.com>"]
repository = "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-watsonx"
Expand Down
@@ -1 +1 @@
__version__ = "0.16.6"
__version__ = "0.16.7"
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-weaviate"
version = "0.16.6"
version = "0.16.7"
description = "OpenTelemetry Weaviate instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/traceloop-sdk/pyproject.toml
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "traceloop-sdk"
version = "0.16.6"
version = "0.16.7"
description = "Traceloop Software Development Kit (SDK) for Python"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/traceloop-sdk/traceloop/sdk/version.py
@@ -1 +1 @@
__version__ = "0.16.6"
__version__ = "0.16.7"

0 comments on commit 452b9cb

Please sign in to comment.