From 88e7ffaf406da280da6640da2297776f6a87c760 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 23:39:38 -0700 Subject: [PATCH] chore(main): release python-openinference-instrumentation-langchain 0.1.2 (#172) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../CHANGELOG.md | 12 ++++++++++++ .../instrumentation/langchain/version.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f7a8f03a3..cca5c303f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"python/openinference-semantic-conventions":"0.1.3","python/instrumentation/openinference-instrumentation-openai":"0.1.0","python/instrumentation/openinference-instrumentation-llama-index":"0.1.1","python/instrumentation/openinference-instrumentation-dspy":"0.1.1","python/instrumentation/openinference-instrumentation-langchain":"0.1.1","python/instrumentation/openinference-instrumentation-bedrock":"0.1.1"} +{"python/openinference-semantic-conventions":"0.1.3","python/instrumentation/openinference-instrumentation-openai":"0.1.0","python/instrumentation/openinference-instrumentation-llama-index":"0.1.1","python/instrumentation/openinference-instrumentation-dspy":"0.1.1","python/instrumentation/openinference-instrumentation-langchain":"0.1.2","python/instrumentation/openinference-instrumentation-bedrock":"0.1.1"} diff --git a/python/instrumentation/openinference-instrumentation-langchain/CHANGELOG.md b/python/instrumentation/openinference-instrumentation-langchain/CHANGELOG.md index 799adbda9..dad584d4f 100644 --- a/python/instrumentation/openinference-instrumentation-langchain/CHANGELOG.md +++ b/python/instrumentation/openinference-instrumentation-langchain/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.2](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-langchain-v0.1.1...python-openinference-instrumentation-langchain-v0.1.2) (2024-02-08) + + +### Features + +* **langchain:** add support for chain metadata in spans ([#175](https://github.com/Arize-ai/openinference/issues/175)) ([f218740](https://github.com/Arize-ai/openinference/commit/f2187403dccad43fe201be46ec4357ba2e1b1523)) + + +### Bug Fixes + +* JSON string attributes ([#157](https://github.com/Arize-ai/openinference/issues/157)) ([392057e](https://github.com/Arize-ai/openinference/commit/392057ecf4b601c5d8149697b4b8b3e91a2a2af6)) + ## [0.1.1](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-langchain-v0.1.0...python-openinference-instrumentation-langchain-v0.1.1) (2024-02-01) diff --git a/python/instrumentation/openinference-instrumentation-langchain/src/openinference/instrumentation/langchain/version.py b/python/instrumentation/openinference-instrumentation-langchain/src/openinference/instrumentation/langchain/version.py index 485f44ac2..b3f475621 100644 --- a/python/instrumentation/openinference-instrumentation-langchain/src/openinference/instrumentation/langchain/version.py +++ b/python/instrumentation/openinference-instrumentation-langchain/src/openinference/instrumentation/langchain/version.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2"