Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps newrelic_rpm from 3.9.0.229 to 6.5.0.357.

Changelog

Sourced from newrelic_rpm's changelog.

New Relic Ruby Agent Release Notes

v6.5.0

  • Change to default setting for ActiveRecord connection resolution

    Due to incompatibilities between the faster ActiveRecord connection resolution
    released in v6.3.0 of the agent and other gems which patch ActiveRecord,
    backport_fast_active_record_connection_lookup will now be set to false by default.
    Because it results in a significant performance improvement, we recommend customers
    whose environments include ActiveRecord change this setting to true
    unless they are using other gems which measure ActiveRecord performance, which may
    lose functionality when combined with this setting. If unsure whether to enable
    backport_fast_active_record_connection_lookup, we recommend enabling it in a
    development environment to make sure other gems which patch ActiveRecord are still
    working as expected.

  • Bugfix for ActiveStorage instrumentation error

    Version 6.4.0 of the agent introduced a bug that interfered with ActiveStorage
    callbacks, resulting in the agent being unable to instrument ActiveStorage operations.
    ActiveStorage segments are now correctly recorded.

  • Bugfix for ActiveRecord 4.1 and 4.2 exception logging

    Version 6.3.0 of the agent introduced a bug that prevented ActiveRecord versions 4.1
    and 4.2 from logging exceptions that occurred within a database transaction. This
    version of the agent restores the exception logging functionality from previous agent
    versions.
    Thanks to Oleksiy Kovyrin for the contribution!

v6.4.0

  • Custom Metadata Collection

    The agent now collects environment variables prefixed by NEW_RELIC_METADATA_. These
    may be added to transaction events to provide context between your Kubernetes cluster
    and your services. For details on the behavior, see
    this blog post.

  • Bugfix for faster ActiveRecord connection resolution

    Version 6.3.0 of the agent backported the faster ActiveRecord connection resolution
    from Rails 6.0 to previous versions, but the implementation caused certain other gems
    which measured ActiveRecord performance to stop working. This version of the agent
    changes the implementation of this performance improvement so no such conflicts occur.

  • Bugfix for Grape instrumentation error

    Previous versions of the agent would fail to install Grape instrumentation in Grape

... (truncated)
Commits
  • d5a5177 Merge pull request #1913 from ruby-agent/dev
  • 5a66684 Merge pull request #1915 from ruby-agent/RUBY-2251_update_version_to_6.5
  • 452cdd7 Revise CHANGELOG [ci skip]
  • 9d0b739 Merge pull request #1911 from ruby-agent/RUBY-2251_update_version_to_6.5
  • a9483e6 RUBY-2251 Update version to 6.5
  • 7732a8b Merge pull request #1910 from ruby-agent/RUBY-2240_validate_event_harvest_config
  • 2f79ea3 RUBY-2240 Use default values an log supportability metric if any event_harves...
  • 7059a29 RUBY-2240 Refactor server source recording supportability metrics for event h...
  • bc1fb74 Merge pull request #1906 from ruby-agent/RUBY-2245_update_faster_event_harves...
  • 2ca9195 RUBY-2245 Fix hanging tests caused by misnamed test
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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). To ignore the version in this PR you can just close it
  • @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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 5, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #525.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/newrelic_rpm-6.5.0.357 branch September 9, 2019 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants