Skip to content

Commit

Permalink
bump: version 0.18.2 → 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 22, 2024
1 parent a80b5b6 commit d0439a4
Show file tree
Hide file tree
Showing 35 changed files with 49 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tag_format = "v$version"
version_scheme = "pep440"
major_version_zero = true
update_changelog_on_bump = true
version = "0.18.2"
version = "0.19.0"
version_files = [
"packages/opentelemetry-instrumentation-anthropic/pyproject.toml:^version",
"packages/opentelemetry-instrumentation-anthropic/opentelemetry/instrumentation/anthropic/version.py",
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v0.19.0 (2024-05-22)

### Feat

- **milvus**: add Milvus instrumentation (#1068)

### Fix

- add explicit buckets to pinecone histograms (#1129)
- **pinecone**: backport to v2.2.2 (#1122)
- llm metrics naming + views (#1121)
- **langchain**: better serialization of inputs and outputs (#1120)
- **sdk**: failsafe against instrumentation initialization errors (#1117)
- **sdk**: instrument milvus (#1116)

## v0.18.2 (2024-05-17)

### Fix
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.2"
__version__ = "0.19.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-anthropic"
version = "0.18.2"
version = "0.19.0"
description = "OpenTelemetry Anthropic instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.2"
__version__ = "0.19.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-bedrock"
version = "0.18.2"
version = "0.19.0"
description = "OpenTelemetry Bedrock instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.2"
__version__ = "0.19.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-chromadb"
version = "0.18.2"
version = "0.19.0"
description = "OpenTelemetry Chroma DB instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.2"
__version__ = "0.19.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-cohere"
version = "0.18.2"
version = "0.19.0"
description = "OpenTelemetry Cohere instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.2"
__version__ = "0.19.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-haystack"
version = "0.18.2"
version = "0.19.0"
description = "OpenTelemetry Haystack instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.2"
__version__ = "0.19.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-langchain"
version = "0.18.2"
version = "0.19.0"
description = "OpenTelemetry Langchain instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.2"
__version__ = "0.19.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-llamaindex"
version = "0.18.2"
version = "0.19.0"
description = "OpenTelemetry LlamaIndex instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-milvus"
version = "0.18.2"
version = "0.19.0"
description = "OpenTelemetry Milvus instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.2"
__version__ = "0.19.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-openai"
version = "0.18.2"
version = "0.19.0"
description = "OpenTelemetry OpenAI instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.2"
__version__ = "0.19.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-pinecone"
version = "0.18.2"
version = "0.19.0"
description = "OpenTelemetry Pinecone instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.2"
__version__ = "0.19.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-qdrant"
version = "0.18.2"
version = "0.19.0"
description = "OpenTelemetry Qdrant instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.2"
__version__ = "0.19.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ show_missing = true

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

[tool.poetry]
name = "opentelemetry-instrumentation-transformers"
version = "0.18.2"
version = "0.19.0"
description = "OpenTelemetry transformers instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.2"
__version__ = "0.19.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ show_missing = true

[tool.poetry]
name = "opentelemetry-instrumentation-vertexai"
version = "0.18.2"
version = "0.19.0"
description = "OpenTelemetry Vertex AI instrumentation"
authors = [
"Gal Kleinman <gal@traceloop.com>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.2"
__version__ = "0.19.0"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opentelemetry-instrumentation-watsonx"
version = "0.18.2"
version = "0.19.0"
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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.2"
__version__ = "0.19.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ show_missing = true

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

[tool.poetry]
name = "traceloop-sdk"
version = "0.18.2"
version = "0.19.0"
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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.2"
__version__ = "0.19.0"

0 comments on commit d0439a4

Please sign in to comment.