Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2022

Bumps newrelic from 8.0.0.179 to 8.4.0.

Release notes

Sourced from newrelic's releases.

v8.4.0

Notes

This release of the Python agent increases the custom event limit and includes a bug fix.

Install the agent using easy_install/pip/distribute via the Python Package Index or download it directly from the New Relic download site.

Changes

  • Custom Event Limit Increase

    This agent version increases the default limit of custom events from 1,200 events per minute to 3,600 events per minute. In the scenario that custom events were being limited, this change will allow more custom events to be sent to New Relic. There is also a new configurable maximum limit of 100,000 events per minute. To change the limits, see the documentation for event_harvest_config.harvest_limits.custom_event_data. To learn more about the change and how to determine if custom events are being dropped, see our Explorers Hub post.

Bug fixes

  • NewRelicContextFormatter AttributeError

    A bug was introduced in v8.3.0 that caused an AttributeError when using the NewRelicContextFormatter. This has been corrected in this release version.

Support statement

New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months. As of this release, the oldest supported version is 5.2.2.130. More information can be found in the EOL Policy Page.

v8.3.0

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-80300

v8.2.1

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-80201

v8.2.0.181

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-80200181

v8.1.0.180

https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-80100180

Commits
  • caa9485 Feature increased custom event limit (#674)
  • 7b82cb9 Fix botocore tests for botocore v1.28.1+ (#675)
  • a66a33a Uncomment NewRelicContextFormatter from agent.py (#676)
  • ca420b3 Remove devcontainer submodule (#669)
  • 1e6c937 Add Python 3.11 Support (#654)
  • 03131c9 Add double wrapped testing for Hypercorn and Daphne and dispatcher argument t...
  • 820e0b7 Fix aioredis version crash (#661)
  • c96ffc5 Fix Flask view support in Code Level Metrics (#664)
  • 922db2f Add usage metrics for Daphne and Hypercorn. (#665)
  • 968f3dc Deprecate add_custom_parameter(s) API (#655)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 27, 2022
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 8.0.0.179 to 8.4.0.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](newrelic/newrelic-python-agent@v8.0.0.179...v8.4.0)

---
updated-dependencies:
- dependency-name: newrelic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/newrelic-8.4.0 branch from 442bbba to 3ae729e Compare October 29, 2022 19:43
@codecov-commenter
Copy link

codecov-commenter commented Oct 29, 2022

Codecov Report

Merging #138 (6bdbab2) into main (2843752) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #138   +/-   ##
=======================================
  Coverage   62.33%   62.33%           
=======================================
  Files          64       64           
  Lines        1370     1370           
  Branches      112      112           
=======================================
  Hits          854      854           
  Misses        504      504           
  Partials       12       12           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@apmaros apmaros merged commit 8b96204 into main Oct 29, 2022
@delete-merged-branch delete-merged-branch bot deleted the dependabot/pip/newrelic-8.4.0 branch October 29, 2022 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants