mdn / kuma

The project that powers MDN.
https://developer.mozilla.org
Mozilla Public License 2.0
1.93k stars 679 forks source link

Bump newrelic from 6.8.0.163 to 6.8.1.164 #7973

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps newrelic from 6.8.0.163 to 6.8.1.164.

Release notes

Sourced from newrelic's releases.

v6.8.1.164

Notes

This release of the Python agent updates the log file location in the default newrelic.ini file and includes multiple bug fixes.

The agent can be installed using easy_install/pip/distribute via the Python Package Index or can be downloaded directly from the New Relic download site.

Improved Features

  • Updated log_file location in default newrelic.ini

    The newrelic.ini generated using newrelic-admin generate-config has been updated to set the default log_file location to stdout for improved initial visibility. This setting can still be customized to log to stderr or a user-specified file as well.

Bug Fixes

  • Handling of CherryPy HTTPRedirects

    cherrypy.HttpRedirects were incorrectly being reported as errors. This has now been corrected thanks to contribution from @​bdeeney!

  • Invalid escape sequence DeprecationWarning

    A deprecation warning concerning unrecognized escape sequences in Python 3.6+ has been fixed. Thank you @​urianchang for your contribution!

Commits
  • 41b4103 Update Default Agent Logging (#321)
  • 3703fb3 chore(docs): update newrelic header (#327)
  • 1e4877b Update version parsing to prevent errors with graphql-core pre-release versio...
  • 95bc31a Fix handling of cherrypy HTTPRedirects (#324)
  • 86c7837 Pin uvicorn version to v0.14 for py36 testing purposes. (#326)
  • 75a7a51 Fix byte regular expressions (#320)
  • 59b3dbe Updated DeprecationWarnings about invalid escape sequences (#314)
  • See full diff 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)