Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency newrelic to v9.6.0 #71

Merged
merged 1 commit into from
Jan 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
newrelic (source) 9.5.0 -> 9.6.0 age adoption passing confidence

Release Notes

newrelic/newrelic-python-agent (newrelic)

v9.6.0

Compare Source

Notes

This release of the Python agent fixes a bug when specifying processors in structlog, and updates the NewRelicLogForwardingHandler to support dictionary type logs and formatters.

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

New features
  • Support dictionary type logs in NewRelicLogForwardingHandler

    • Dictionary type log messages are now supported in NewRelicLogForwardingHandler when passed as the log message, or when a custom formatter returns a dictionary.
    • The key message will be extracted if available and treated as the log message, and any other items will be considered context data attributes and prefixed with message..
      • These attributes are subject to the same filtering rules as other context data. The message. prefix is not considered when filtering attributes from logs.
      • To report these attributes, enable context data forwarding and optionally configure include and exclude rules to filter the allowed attributes.
  • Support logging formatters in NewRelicLogForwardingHandler

    • Logging formatters added with setFormatter() are now supported, and may return a string or dicitionary log message type to be forwarded to New Relic.
Bug fixes
  • Fix a bug when specifying processors in structlog

    • Previously, there was a bug in the structlog instrumentation where processors was assumed to be list type. Now the instrumentation supports processors of all iterable types.
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 about keeping agents up to date.

See the New Relic Python agent EOL policy for information about agent releases and support dates.


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Jan 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e9611e3) 81.12% compared to head (57828bc) 81.12%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   81.12%   81.12%           
=======================================
  Files          29       29           
  Lines         943      943           
  Branches      104      104           
=======================================
  Hits          765      765           
  Misses        151      151           
  Partials       27       27           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/newrelic-9.x-lockfile branch 2 times, most recently from d6f5957 to abd627f Compare January 27, 2024 18:02
@renovate renovate bot force-pushed the renovate/newrelic-9.x-lockfile branch from abd627f to 57828bc Compare January 27, 2024 22:37
@renovate renovate bot merged commit b5f2e91 into main Jan 28, 2024
2 checks passed
@renovate renovate bot deleted the renovate/newrelic-9.x-lockfile branch January 28, 2024 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants