Skip to content

Commit

Permalink
chore(main): release python-openinference-instrumentation-openai 0.1.5 (
Browse files Browse the repository at this point in the history
#294)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 10, 2024
1 parent 30d6719 commit 21a48ef
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"python/openinference-semantic-conventions": "0.1.6",
"python/instrumentation/openinference-instrumentation-openai": "0.1.4",
"python/instrumentation/openinference-instrumentation-openai": "0.1.5",
"python/instrumentation/openinference-instrumentation-llama-index": "1.3.0",
"python/instrumentation/openinference-instrumentation-dspy": "0.1.8",
"python/instrumentation/openinference-instrumentation-langchain": "0.1.14",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.1.5](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.4...python-openinference-instrumentation-openai-v0.1.5) (2024-05-09)


### Features

* add tool calling support for sync and async chat completions for mistralai instrumentation ([#313](https://github.com/Arize-ai/openinference/issues/313)) ([9889164](https://github.com/Arize-ai/openinference/commit/9889164b4dd815cdb044d6f40a9506a02adf38c2))
* OpenAI instrumentation to capture context attributes ([#415](https://github.com/Arize-ai/openinference/issues/415)) ([8e0cab9](https://github.com/Arize-ai/openinference/commit/8e0cab90c10a4e74270eacca7e0cc9271543fe2a))


### Bug Fixes

* Bump openinference-instrumentation requirement to avoid yanked release ([#426](https://github.com/Arize-ai/openinference/issues/426)) ([71b28f2](https://github.com/Arize-ai/openinference/commit/71b28f29c1331be89e0e82278b16fee2f17a0a9e))


### Documentation

* **openai:** flesh out README ([#290](https://github.com/Arize-ai/openinference/issues/290)) ([70adfae](https://github.com/Arize-ai/openinference/commit/70adfae642e0e0c1f207d237766ef54bec587236))

## [0.1.4](https://github.com/Arize-ai/openinference/compare/python-openinference-instrumentation-openai-v0.1.3...python-openinference-instrumentation-openai-v0.1.4) (2024-03-13)


Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.4"
__version__ = "0.1.5"

0 comments on commit 21a48ef

Please sign in to comment.