Skip to content

Commit

Permalink
fix(python): add structure to released features
Browse files Browse the repository at this point in the history
  • Loading branch information
ally-sassman committed May 24, 2024
1 parent 1f3499e commit 5d75cfc
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ security: []

## Notes

This release of the Python agent adds instrumentation for [AIOBotocore](https://pypi.org/project/aiobotocore/), support for Meta Llama3 and Mistral AI in Amazon Bedrock, fixes an error parsing issue in [OpenAI](https://pypi.org/project/openai/), and updates [Loguru](https://pypi.org/project/loguru/)'s instrumentation to use milliseconds instead of seconds.
This release of the Python agent:
* Adds instrumentation for [AIOBotocore](https://pypi.org/project/aiobotocore/)
* Adds support for Meta Llama3 and Mistral AI in Amazon Bedrock
* Fixes an error parsing issue in [OpenAI](https://pypi.org/project/openai/)
* Updates [Loguru](https://pypi.org/project/loguru/)'s instrumentation to use milliseconds instead of seconds

Install the agent using `easy_install/pip/distribute` via the [Python Package Index](https://pypi.python.org/pypi/newrelic) or download it directly from the [New Relic download site](https://download.newrelic.com/python_agent/release).

Expand Down

0 comments on commit 5d75cfc

Please sign in to comment.