diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 309a744b5..ab068b533 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "python/openinference-semantic-conventions": "0.1.11", - "python/instrumentation/openinference-instrumentation-openai": "0.1.14", + "python/instrumentation/openinference-instrumentation-openai": "0.1.15", "python/instrumentation/openinference-instrumentation-llama-index": "3.0.2", "python/instrumentation/openinference-instrumentation-dspy": "0.1.13", "python/instrumentation/openinference-instrumentation-langchain": "0.1.28", diff --git a/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md index 17f7d6ee9..719d94a77 100644 --- a/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-openai/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.1.15](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.14...python-openinference-instrumentation-openai-v0.1.15) (2024-10-28) + + +### Features + +* **openai:** add llm provider and system attributes ([#1082](https://github.com/Arize-ai/openinference/issues/1082)) ([232c031](https://github.com/Arize-ai/openinference/commit/232c031deea6b81a007447a37db2b0e5eb8ce613)) + + +### Bug Fixes + +* increase version lower bound for openinference-instrumentation ([#1012](https://github.com/Arize-ai/openinference/issues/1012)) ([3236d27](https://github.com/Arize-ai/openinference/commit/3236d2733a46b84d693ddb7092209800cde8cc34)) + + +### Documentation + +* **openai:** simplify tool calling example ([#1069](https://github.com/Arize-ai/openinference/issues/1069)) ([67da961](https://github.com/Arize-ai/openinference/commit/67da961147ff6ac6892bd6683e4048cad35906a5)) + ## [0.1.14](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.13...python-openinference-instrumentation-openai-v0.1.14) (2024-08-16) diff --git a/python/instrumentation/openinference-instrumentation-openai/src/openinference/instrumentation/openai/version.py b/python/instrumentation/openinference-instrumentation-openai/src/openinference/instrumentation/openai/version.py index fb69db9cf..f3b45743b 100644 --- a/python/instrumentation/openinference-instrumentation-openai/src/openinference/instrumentation/openai/version.py +++ b/python/instrumentation/openinference-instrumentation-openai/src/openinference/instrumentation/openai/version.py @@ -1 +1 @@ -__version__ = "0.1.14" +__version__ = "0.1.15"