ThoughtWorksInc / transervicos

33 stars 14 forks source link

Bump newrelic_rpm from 6.13.1 to 6.15.0 #227

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps newrelic_rpm from 6.13.1 to 6.15.0.

Changelog

Sourced from newrelic_rpm's changelog.

New Relic Ruby Agent Release Notes

v6.15.0

  • Official Ruby 3.0 support

    The ruby agent has been verified to run on ruby 3.0.0

  • Added support for Rails 6.1

    The ruby agent has been verified to run with Rails 6.1 Special thanks to @hasghari for setting this up!

  • Added support for Sidekiq 6.0, 6.1

    The ruby agent has been verified to run with both 6.0 and 6.1 versions of sidekiq

  • Bugfix: No longer overwrites sidekiq trace data

    Distributed traing data is now added to the job trace info rather than overwriting the existing data.

  • Bugfix: Fixes cases where errors are reported for spans with no other attributes

    Previously, in cases where a span does not have any agent/custom attributes on it, but an error is noticed and recorded against the span, a FrozenError: can't modify frozen Hash is thrown. This is now fixed and errors are now correctly recorded against such span events.

  • Bugfix: DistributedTracing.insert_distributed_trace_headers Supportability metric now recorded

    Previously, API calls to DistributedTracing.insert_distributed_trace_headers would lead to an exception about the missing supportability metric rather than flowing through the API implementation as intended. This would potentially lead to broken distributed traces as the trace headers were not inserted on the API call. DistributedTracing.insert_distributed_trace_headers now correctly records the supportability metric and inserts the distributed trace headers as intended.

  • Bugfix: child completions after parent completes sometimes throws exception attempting to access nil parent

    In scenarios where the child segment/span is completing after the parent in jRuby, the parent may have already been freed and no longer accessible. This would lead to attempting to calll descendant_complete on a Nil object. This is fixed to protect against calling the descendant_complete in such cases.

  • Feature: implements force_install_exit_handler config flag

    The force_install_exit_handler configuration flag allows an application to instruct the agent to install it's graceful shutdown exit handler, which will send any locally cached data to the New Relic collector prior to the application shutting down. This useful for when the primary framework has an embedded Sinatra application that is otherwise detected and skips installing the exit hook for graceful shutdowns.

  • Default prepend_net_instrumentation to false

... (truncated)

Commits
  • 27949de update release workflow
  • 001687c Merge pull request #543 from newrelic/dev
  • 2aa7c0a Update version and changelog for 6.15.0 (#540)
  • b35de30 Update assignproj.yml (#538)
  • da8c453 Fix database adapter lookup for Rails 6.1 (#532)
  • b25dbe4 Update CI to run on ruby 3.0.0 (#534)
  • 24b9ce1 update the test helper to avoid building error attributes once frozen. (#537)
  • 6a275f6 Merge branch 'main' into dev
  • 063f376 Don't overwrite existing sidekiq trace info. (#498)
  • 21d0274 Add connect response data to infinite trace metadata (#524)
  • 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #250.