Skip to content

Commit 8256dd5

Browse files
Merge branch 'main' into set_peer_service_to_traced-_object_name_for_client_spans
2 parents e171d37 + 6d13035 commit 8256dd5

File tree

74 files changed

+445
-323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+445
-323
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tag_format = "v$version"
44
version_scheme = "pep440"
55
major_version_zero = true
66
update_changelog_on_bump = true
7-
version = "0.40.6"
7+
version = "0.40.7"
88
version_files = [
99
"packages/opentelemetry-instrumentation-mcp/pyproject.toml:^version",
1010
"packages/opentelemetry-instrumentation-mcp/opentelemetry/instrumentation/mcp/version.py",

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.40.7 (2025-05-20)
2+
3+
### Fix
4+
5+
- **mcp**: Added support for newer version of MCP (#2956)
6+
- **gemini**: proper chat support (#2948)
7+
- **milvus**: Add instrumentation for pymilvus MilvusClient hybrid search operation (#2945)
8+
19
## v0.40.6 (2025-05-16)
210

311
### Fix

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ OpenLLMetry can instrument everything that [OpenTelemetry already instruments](h
143143
### Frameworks
144144

145145
-[LangChain](https://python.langchain.com/docs/introduction/)
146+
-[LangGraph](https://langchain-ai.github.io/langgraph/concepts/why-langgraph/)
146147
-[LlamaIndex](https://docs.llamaindex.ai/en/stable/module_guides/observability/observability.html#openllmetry)
147148
-[Haystack](https://haystack.deepset.ai/integrations/traceloop)
148149
-[LiteLLM](https://docs.litellm.ai/docs/observability/opentelemetry_integration)
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.40.6"
1+
__version__ = "0.40.7"

packages/opentelemetry-instrumentation-alephalpha/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-alephalpha"
11-
version = "0.40.6"
11+
version = "0.40.7"
1212
description = "OpenTelemetry Aleph Alpha instrumentation"
1313
authors = [
1414
"Gal Kleinman <gal@traceloop.com>",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.40.6"
1+
__version__ = "0.40.7"

packages/opentelemetry-instrumentation-anthropic/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-anthropic"
11-
version = "0.40.6"
11+
version = "0.40.7"
1212
description = "OpenTelemetry Anthropic instrumentation"
1313
authors = [
1414
"Gal Kleinman <gal@traceloop.com>",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.40.6"
1+
__version__ = "0.40.7"

packages/opentelemetry-instrumentation-bedrock/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-bedrock"
11-
version = "0.40.6"
11+
version = "0.40.7"
1212
description = "OpenTelemetry Bedrock instrumentation"
1313
authors = [
1414
"Gal Kleinman <gal@traceloop.com>",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.40.6"
1+
__version__ = "0.40.7"

packages/opentelemetry-instrumentation-chromadb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-chromadb"
11-
version = "0.40.6"
11+
version = "0.40.7"
1212
description = "OpenTelemetry Chroma DB instrumentation"
1313
authors = [
1414
"Gal Kleinman <gal@traceloop.com>",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.40.6"
1+
__version__ = "0.40.7"

packages/opentelemetry-instrumentation-cohere/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-cohere"
11-
version = "0.40.6"
11+
version = "0.40.7"
1212
description = "OpenTelemetry Cohere instrumentation"
1313
authors = [
1414
"Gal Kleinman <gal@traceloop.com>",

packages/opentelemetry-instrumentation-crewai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-crewai"
11-
version = "0.40.6"
11+
version = "0.40.7"
1212
description = "OpenTelemetry crewAI instrumentation"
1313
authors = ["Gal Kleinman <gal@traceloop.com>", "Nir Gazit <nir@traceloop.com>"]
1414
repository = "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-crewai"

packages/opentelemetry-instrumentation-google-generativeai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-google-generativeai"
11-
version = "0.40.6"
11+
version = "0.40.7"
1212
description = "OpenTelemetry Google Generative AI instrumentation"
1313
authors = ["Gal Kleinman <gal@traceloop.com>", "Nir Gazit <nir@traceloop.com>"]
1414
repository = "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-google-generativeai"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.40.6"
1+
__version__ = "0.40.7"

packages/opentelemetry-instrumentation-groq/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-groq"
11-
version = "0.40.6"
11+
version = "0.40.7"
1212
description = "OpenTelemetry Groq instrumentation"
1313
authors = ["Gal Kleinman <gal@traceloop.com>", "Nir Gazit <nir@traceloop.com>"]
1414
repository = "https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-groq"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.40.6"
1+
__version__ = "0.40.7"

packages/opentelemetry-instrumentation-haystack/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-haystack"
11-
version = "0.40.6"
11+
version = "0.40.7"
1212
description = "OpenTelemetry Haystack instrumentation"
1313
authors = [
1414
"Gal Kleinman <gal@traceloop.com>",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.40.6"
1+
__version__ = "0.40.7"

packages/opentelemetry-instrumentation-lancedb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ show_missing = true
88

99
[tool.poetry]
1010
name = "opentelemetry-instrumentation-lancedb"
11-
version = "0.40.6"
11+
version = "0.40.7"
1212
description = "OpenTelemetry Lancedb instrumentation"
1313
authors = [
1414
"Gal Kleinman <gal@traceloop.com>",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.40.6"
1+
__version__ = "0.40.7"

0 commit comments

Comments
 (0)