Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"python/instrumentation/openinference-instrumentation-langchain": "0.1.63",
"python/instrumentation/openinference-instrumentation-bedrock": "0.1.35",
"python/instrumentation/openinference-instrumentation-mistralai": "2.0.1",
"python/openinference-instrumentation": "0.1.47",
"python/openinference-instrumentation": "0.1.48",
"python/instrumentation/openinference-instrumentation-guardrails": "0.1.11",
"python/instrumentation/openinference-instrumentation-vertexai": "0.1.13",
"python/instrumentation/openinference-instrumentation-crewai": "1.1.3",
Expand All @@ -16,12 +16,12 @@
"python/instrumentation/openinference-instrumentation-groq": "0.1.13",
"python/instrumentation/openinference-instrumentation-instructor": "0.1.14",
"python/instrumentation/openinference-instrumentation-anthropic": "1.0.1",
"python/instrumentation/openinference-instrumentation-smolagents": "0.1.26",
"python/instrumentation/openinference-instrumentation-autogen": "0.1.10",
"python/instrumentation/openinference-instrumentation-openai-agents": "1.4.1",
"python/instrumentation/openinference-instrumentation-smolagents": "0.1.27",
"python/instrumentation/openinference-instrumentation-autogen": "0.1.11",
"python/instrumentation/openinference-instrumentation-openai-agents": "1.4.2",
"python/instrumentation/openinference-instrumentation-portkey": "0.1.8",
"python/instrumentation/openinference-instrumentation-beeai": "0.1.16",
"python/instrumentation/openinference-instrumentation-mcp": "1.3.3",
"python/instrumentation/openinference-instrumentation-mcp": "2.0.0",
"python/instrumentation/openinference-instrumentation-google-genai": "0.1.16",
"python/instrumentation/openinference-instrumentation-autogen-agentchat": "0.1.6",
"python/instrumentation/openinference-instrumentation-pydantic-ai": "0.1.12",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.11](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-autogen-v0.1.10...python-openinference-instrumentation-autogen-v0.1.11) (2026-04-29)


### Bug Fixes

* **instructor:** make UserInfo fields optional for streaming partial responses ([#2295](https://github.com/Arize-ai/openinference/issues/2295)) ([5bb52cf](https://github.com/Arize-ai/openinference/commit/5bb52cfe25d0ec9693d562110c0af1097b7518b5))

## [0.1.10](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-autogen-v0.1.9...python-openinference-instrumentation-autogen-v0.1.10) (2025-10-10)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.10"
__version__ = "0.1.11"
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-mcp-v1.3.3...python-openinference-instrumentation-mcp-v2.0.0) (2026-04-29)


### ⚠ BREAKING CHANGES

* **mcp:** support streamable_http_client introduced in mcp ([#3012](https://github.com/Arize-ai/openinference/issues/3012))

### Features

* **mcp:** support streamable_http_client introduced in mcp ([#3012](https://github.com/Arize-ai/openinference/issues/3012)) ([0d0fa3d](https://github.com/Arize-ai/openinference/commit/0d0fa3da31e3ea1335786b88e975033be967183b))

## [1.3.3](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-mcp-v1.3.2...python-openinference-instrumentation-mcp-v1.3.3) (2025-10-23)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.3"
__version__ = "2.0.0"
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.2](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-agents-v1.4.1...python-openinference-instrumentation-openai-agents-v1.4.2) (2026-04-29)


### Bug Fixes

* Openai instrumentation returning the incorrect span kind for GuardrailSpanData ([#2964](https://github.com/Arize-ai/openinference/issues/2964)) ([e1b7eb7](https://github.com/Arize-ai/openinference/commit/e1b7eb72d9b5d5ea9afede827f333ef3e538de91))

## [1.4.1](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-agents-v1.4.0...python-openinference-instrumentation-openai-agents-v1.4.1) (2026-04-03)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.1"
__version__ = "1.4.2"
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.27](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-smolagents-v0.1.26...python-openinference-instrumentation-smolagents-v0.1.27) (2026-04-29)


### Bug Fixes

* **smolagents:** handle ChatMessage objects in LLM input message parsing ([#3000](https://github.com/Arize-ai/openinference/issues/3000)) ([307c46a](https://github.com/Arize-ai/openinference/commit/307c46a9e08dfb5503be1e23fb80d086a0b1aa08))

## [0.1.26](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-smolagents-v0.1.25...python-openinference-instrumentation-smolagents-v0.1.26) (2026-04-21)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.26"
__version__ = "0.1.27"
7 changes: 7 additions & 0 deletions python/openinference-instrumentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.48](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-v0.1.47...python-openinference-instrumentation-v0.1.48) (2026-04-29)


### Bug Fixes

* **instrumentation:** serialize pydantic model attributes in json mode ([#2813](https://github.com/Arize-ai/openinference/issues/2813)) ([ee13799](https://github.com/Arize-ai/openinference/commit/ee137997d761ff54eea53a8bab558806babe6036))

## [0.1.47](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-v0.1.46...python-openinference-instrumentation-v0.1.47) (2026-04-21)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.47"
__version__ = "0.1.48"
Loading