Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps newrelic_rpm from 3.9.0.229 to 6.6.0.358.

Changelog

Sourced from newrelic_rpm's changelog.

New Relic Ruby Agent Release Notes

v6.6.0

  • Bugfix for ActionCable Instrumentation

    Previous versions of the agent sometimes caused application crashes with some versions
    of ActionCable. The application would exit quickly after startup with the error:
    uninitialized constant ActionCable::Engine.

    Version 6.6.0 of the agent no longer crashes in this way.

  • Handling of disabling Error Collection

    When the agent first starts, it begins collecting Error Events and Traces before
    fetching configuration from New Relic. In previous versions of the agent, those
    events or traces would be sent to New Relic, even if Error Collection is disabled in
    the application's server-side configuration.

    Version 6.6.0 of the agent drops all collected Error Events and Traces if the
    configuration from the server disables Error Collection.

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.

... (truncated)
Commits
  • ae10f4b Merge pull request #1935 from ruby-agent/dev
  • 242043c Merge pull request #1936 from ruby-agent/RUBY-2290_fix_rake_suite
  • 2b8772f Revert "Merge pull request #1932 from ruby-agent/RUBY-2287_jruby_backround_2_...
  • c7c8d89 RUBY-2290 Fix concurrent hash modification by using sync_startup
  • f61138a Merge pull request #1934 from ruby-agent/prepare_for_6.6.0_release
  • 180b323 Bump version number for 6.6.0 release
  • db38818 Merge pull request #1933 from ruby-agent/RUBY-2289_flaky_attribute_filter_test
  • a22f7e8 Fix flaky attribute filter test
  • c008711 Merge pull request #1932 from ruby-agent/RUBY-2287_jruby_backround_2_test_fai...
  • 7bfcf27 RUBY-2287 Synchronize test_helper changes to environment variables using a Mutex
  • 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 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:

  • 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 Sep 9, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #529.

@dependabot-preview dependabot-preview bot deleted the dependabot-bundler-newrelic_rpm-6.6.0.358 branch November 14, 2019 04:17
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