-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into NR-359963-session-replay-NRAI-summary
- Loading branch information
Showing
44 changed files
with
621 additions
and
783 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
.../release-notes/agent-release-notes/python-release-notes/python-agent-100600.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
subject: 'Python agent' | ||
releaseDate: '2025-02-06' | ||
version: 10.6.0 | ||
downloadLink: 'https://pypi.python.org/pypi/newrelic' | ||
features: ['Add entity linking attributes for AWS Kinesis and AWS Firehose when using boto3 and botocore'] | ||
bugs: [] | ||
--- | ||
|
||
## Notes | ||
|
||
This release of the Python agent adds entity linking for AWS Kinesis and AWS Firehose in [`boto3`](https://pypi.org/project/boto3/) and [`botocore`](https://pypi.org/project/botocore/). | ||
|
||
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). | ||
|
||
## New features | ||
|
||
* Add entity linking attributes for AWS Kinesis and AWS Firehose when using [`boto3`](https://pypi.org/project/boto3/) and [`botocore`](https://pypi.org/project/botocore/). | ||
|
||
* Adds attributes linking distributed traces with AWS Kinesis and AWS Firehose entities in the New Relic UI. | ||
|
||
## Support statement | ||
|
||
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read [more](/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/) about keeping agents up to date. | ||
|
||
See the New Relic Python agent [EOL policy](/docs/apm/agents/python-agent/getting-started/python-agent-eol-policy/) for information about agent releases and support dates. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.