brianglass / orthocal-python

Orthodox Calendar
https://orthocal.info
MIT License
17 stars 3 forks source link

Bump newrelic from 9.12.0 to 9.13.0 #84

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 1 month ago

Bumps newrelic from 9.12.0 to 9.13.0.

Release notes

Sourced from newrelic's releases.

v9.13.0

Notes

This release of the Python agent adds the following:

  • support for boto3's upload_file command
  • support for newly added Redis commands
  • AWS SQS information on spans
  • server.address attribute on RabbitMQ

This release also fixes an issue with OpenAI's client instrumentation and missing parameters in Botocore SQS.

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

  • Add instrumentation for upload_file in boto3

    • Add support for the s3transfer BoundExecutor submit function, allowing the agent to support the upload_file operation in boto3.
  • Add support for new Redis commands

    • Add instrumentation for the following commands in Redis:
      • hexpire
      • hexpireat
      • hexpiretime
      • hpersist
      • hpexpire
      • hpexpireat
      • hpexpiretime
      • hpttl
      • httl
  • Capture AWS SQS information on message spans:

    • The Python Agent now captures the following AWS SQS information on message spans allowing the UI to link AWS information with AWS SQS:
      • messaging.system - aws_sqs
      • cloud.region - AWS region
      • cloud.account.id - AWS account ID
      • messaging.destination.name - AWS queue name
  • Add server.address attribute to RabbitMQ:

    • Add server.address attribute to RabbitMQ, allowing the UI to link AWS information with AWS MQ.

Bug fixes

  • Fix TypeError in OpenAI instrumentation:

    • Newer versions of OpenAI include an additional argument, resulting in an error with the base client instrumentation. This has been fixed.

... (truncated)

Commits
  • 70e98a5 Fix params not getting passed bug (#1193)
  • 2909603 Botocore SQS Code Cleanup (#1187)
  • 4e2dd16 Add server.address attribute to RabbitMQ (#1186)
  • 6c870ec Instrument s3transfer BoundExecutor submit function. (#1185)
  • 234bd74 Merge pull request #1191 from newrelic/fix-failing-aiothttp-test
  • 08a512a Move connector instantiation inside event loop
  • 772adec Merge pull request #1190 from newrelic/add-new-redis-methods
  • 10de1d5 Merge branch 'main' into add-new-redis-methods
  • 6350bd3 Merge pull request #1189 from newrelic/fix-failing-openai
  • ee15710 Add new redis commands
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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[bot] commented 2 weeks ago

Looks like newrelic is up-to-date now, so this is no longer needed.