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

Bump newrelic_rpm from 3.14.1.311 to 6.2.0.354 #299

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps newrelic_rpm from 3.14.1.311 to 6.2.0.354.

Changelog

Sourced from newrelic_rpm's changelog.

New Relic Ruby Agent Release Notes

v6.2.0

  • Bugfix for superfluous Empty JSON response error messages

    Version 6.1.0 of the agent frequently logged error messages about an empty
    JSON response, when no error had occurred. These logs no longer appear.

  • Bugfix for Unable to calculate elapsed transaction time warning messages

    Ruby Agent versions 5.4 through 6.1, when running in jruby without
    ObjectSpace enabled, would occasionally log a warning indicating that the
    agent was unable to calculate the elapsed transaction time. When this log
    statement appeared, the affected transactions would not be included in the
    data displayed on the capacity analysis page. These transactions are now
    correctly recorded.

v6.1.0

  • Performance monitoring on Kubernetes

    This release adds Transaction event attributes that provide
    context between your Kubernetes cluster and services. For details
    on the benefits, see this blog
    post
    .

  • Bugfix for Bunny instrumentation when popping empty queues

    When a customer calls Bunny::Queue#pop on an empty queue, Bunny
    returns a nil value. Previous Ruby Agent versions raised a
    NoMethodError when trying to process this result. Now, the
    agent correctly skips processing for nil values. Thanks to
    Matt Campbell for the contribution.

v6.0.0

  • Tracer API for flexible custom instrumentation

    With agent version 6.0, we are introducing the Tracer class, an
    officially supported public API for more flexible custom
    instrumentation. By calling its in_transaction method, you can
    instrument an arbitrary section of Ruby code without needing to
    juggle any explicit state. Behind the scenes, the agent will
    make sure that the measured code results in an APM segment inside
    a transaction.

    The same API contains additional methods for creating
    transactions and segments, and for interacting with the current
    transaction. For more details, see the [custom instrumentation

... (truncated)
Commits
  • aa87291 Merge pull request #1860 from ruby-agent/dev
  • d2cc4ea Merge pull request #1861 from ruby-agent/RUBY-2145_update_changelog
  • 3739ca5 RUBY-2145 Clarify which user-facing page is affected by RUBY-2145 fix
  • 010f929 RUBY-2145 Include more detail in changelog about jruby ObjectSpace logging ch...
  • 4fbf2c1 Merge pull request #1859 from ruby-agent/RUBY-2158_update_version_to_6.2
  • d018957 RUBY-2158 Update version to 6.2
  • 8cc76bd Merge pull request #1858 from ruby-agent/RUBY-2156_add_justin_to_contributors
  • 63041f2 Merge pull request #1857 from ruby-agent/RUBY-2155_error_logs_for_202_responses
  • b9442b6 RUBY-2156 Add justin to the gemspec contributors list
  • a7597b1 RUBY-2155 Update test names to match new functionality
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant