Skip to content

Bump newrelic_rpm from 5.3.0.346 to 6.11.0.365#1681

Merged
matt-royal merged 1 commit intomasterfrom
dependabot/bundler/newrelic_rpm-6.11.0.365
Jul 17, 2020
Merged

Bump newrelic_rpm from 5.3.0.346 to 6.11.0.365#1681
matt-royal merged 1 commit intomasterfrom
dependabot/bundler/newrelic_rpm-6.11.0.365

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 4, 2020

Bumps newrelic_rpm from 5.3.0.346 to 6.11.0.365.

Changelog

Sourced from newrelic_rpm's changelog.

New Relic Ruby Agent Release Notes

v6.11.0

  • Infinite Tracing

    This release adds support for Infinite Tracing. Infinite Tracing observes 100% of your distributed traces and provides visualizations for the most actionable data. With Infinite Tracing, you get examples of errors and long-running traces so you can better diagnose and troubleshoot your systems.

    Configure your agent to send traces to a trace observer in New Relic Edge. View distributed traces through New Relic’s UI. There is no need to install a collector on your network.

    Infinite Tracing is currently available on a sign-up basis. If you would like to participate, please contact your sales representative.

  • Bugfix: Cross Application Tracing (CAT) adds a missing field to response

    Previously, the Ruby agent's Cross Application Tracing header was missing a reserved field that would lead to an error in the Go agent's processing of incoming headers from the Ruby agent. This fix adds that missing field to the headers, eliminating the issue with traces involving the Ruby agent and the Go agent.

  • Bugfix: Environment Report now supports Rails >= 6.1

    Previously, users of Rails 6.1 would see the following deprecation warning appear when the Ruby agent attempted to collect enviroment data: DEPRECATION WARNING: [] is deprecated and will be removed from Rails 6.2. These deprecation methods no longer appear.

    Thanks to Sébastien Dubois (sedubois) for reporting this issue and for the contribution!

  • Added distributed tracing to Sidekiq jobs

    Previously, Sidekiq jobs were not included in portions of distributed traces captured by the Ruby agent. Now you can view distributed traces that include Sidekiq jobs instrumented by the Ruby agent.

    Thanks to andreaseger for the contribution!

  • Bugfix: Eliminate warnings appearing when using add_method_tracer with Ruby 2.7

    Previously, using add_method_tracer with Ruby 2.7 to trace a method that included keyword arguments resulted in warning messages: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call. These messages no longer appear.

    Thanks to Harm de Wit and Atsuo Fukaya for reporting the issue!

v6.10.0

  • Error attributes now added to each span that exits with an error or exception

    Error attributes error.class and error.message are now included on the span event in which an error or exception was noticed, and, in the case of unhandled exceptions, on any ancestor spans that also exit with an error. The public API method notice_error now attaches these error attributes to the currently executing span.

    Spans with error details are now highlighted red in the Distributed Tracing UI, and error details will expose the associated

... (truncated)
Commits
  • 9454274 Merge pull request #2031 from ruby-agent/dev
  • 85f8088 Merge pull request #2032 from ruby-agent/RUBY-2428_remove_readme_from_infinit...
  • 7c76060 RUBY-2428 Remove README from Infinite Tracing gemspec
  • 6feb89f Merge pull request #2028 from ruby-agent/RUBY-2425_cross_agent_tests_for_6_11
  • 0e0b0f2 Merge pull request #2030 from ruby-agent/RUBY-2426_changelog_updates_for_6_11
  • d5b3104 Merge pull request #2029 from ruby-agent/RUBY-2421_channel_settings
  • 2e855cd RUBY-2425 Update cross agent test suite
  • 9d842f1 RUBY-2426 Reword and expand CHANGELOG
  • 15f4009 RUBY-2421 sane channel defaults selected
  • 94068b9 Merge pull request #2027 from ruby-agent/RUBY-2424-resolve_test_failures
  • 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 ruby Pull requests that update Ruby code labels Jun 4, 2020
@cf-gitbot
Copy link
Copy Markdown

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/173171478

The labels on this github issue will be updated when the story is started.

Bumps [newrelic_rpm](https://github.com/newrelic/rpm) from 5.3.0.346 to 6.11.0.365.
- [Release notes](https://github.com/newrelic/rpm/releases)
- [Changelog](https://github.com/newrelic/rpm/blob/master/CHANGELOG.md)
- [Commits](newrelic/newrelic-ruby-agent@5.3.0.346...6.11.0.365)

Signed-off-by: dependabot[bot] <support@github.com>
@matt-royal matt-royal force-pushed the dependabot/bundler/newrelic_rpm-6.11.0.365 branch from 2082589 to 1ef10a7 Compare July 16, 2020 23:09
@matt-royal matt-royal merged commit 4711c1c into master Jul 17, 2020
@dependabot dependabot Bot deleted the dependabot/bundler/newrelic_rpm-6.11.0.365 branch July 17, 2020 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

accepted dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants