Changelog
*Sourced from [newrelic_rpm's changelog](https://github.com/newrelic/rpm/blob/master/CHANGELOG.md).*
> # 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`](https://github.com/newrelic/rpm/commit/ae10f4bd28e979fdffd3f77a57c58862d64582b6) Merge pull request [#1935](https://github-redirect.dependabot.com/newrelic/rpm/issues/1935) from ruby-agent/dev
- [`242043c`](https://github.com/newrelic/rpm/commit/242043cb66564156f76bff1badf22b71358c07ec) Merge pull request [#1936](https://github-redirect.dependabot.com/newrelic/rpm/issues/1936) from ruby-agent/RUBY-2290_fix_rake_suite
- [`2b8772f`](https://github.com/newrelic/rpm/commit/2b8772ffcdcde9767f579ec101a1d14c8a75cb90) Revert "Merge pull request [#1932](https://github-redirect.dependabot.com/newrelic/rpm/issues/1932) from ruby-agent/RUBY-2287_jruby_backround_2_...
- [`c7c8d89`](https://github.com/newrelic/rpm/commit/c7c8d89d10c03bf308c962148854bf79221125b0) RUBY-2290 Fix concurrent hash modification by using sync_startup
- [`f61138a`](https://github.com/newrelic/rpm/commit/f61138ac0f3738a3d780807b4973db803c223a79) Merge pull request [#1934](https://github-redirect.dependabot.com/newrelic/rpm/issues/1934) from ruby-agent/prepare_for_6.6.0_release
- [`180b323`](https://github.com/newrelic/rpm/commit/180b323ff1e15ba9e8ace8b96236e7b8eba81fca) Bump version number for 6.6.0 release
- [`db38818`](https://github.com/newrelic/rpm/commit/db388184662635ff23868ae831f2001487653241) Merge pull request [#1933](https://github-redirect.dependabot.com/newrelic/rpm/issues/1933) from ruby-agent/RUBY-2289_flaky_attribute_filter_test
- [`a22f7e8`](https://github.com/newrelic/rpm/commit/a22f7e8d2f82862185ccb18462330a0467467ea1) Fix flaky attribute filter test
- [`c008711`](https://github.com/newrelic/rpm/commit/c008711025a2668c9efc46a4a8d81f501cb46dfa) Merge pull request [#1932](https://github-redirect.dependabot.com/newrelic/rpm/issues/1932) from ruby-agent/RUBY-2287_jruby_backround_2_test_fai...
- [`7bfcf27`](https://github.com/newrelic/rpm/commit/7bfcf27669a740fbcb996a6845ac2dbb7c6435a0) RUBY-2287 Synchronize test_helper changes to environment variables using a Mutex
- Additional commits viewable in [compare view](https://github.com/newrelic/rpm/compare/3.9.0.229...6.6.0.358)
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](https://app.dependabot.com):
- 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 from 3.9.0.229 to 6.6.0.358.
Changelog
*Sourced from [newrelic_rpm's changelog](https://github.com/newrelic/rpm/blob/master/CHANGELOG.md).* > # 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`](https://github.com/newrelic/rpm/commit/ae10f4bd28e979fdffd3f77a57c58862d64582b6) Merge pull request [#1935](https://github-redirect.dependabot.com/newrelic/rpm/issues/1935) from ruby-agent/dev - [`242043c`](https://github.com/newrelic/rpm/commit/242043cb66564156f76bff1badf22b71358c07ec) Merge pull request [#1936](https://github-redirect.dependabot.com/newrelic/rpm/issues/1936) from ruby-agent/RUBY-2290_fix_rake_suite - [`2b8772f`](https://github.com/newrelic/rpm/commit/2b8772ffcdcde9767f579ec101a1d14c8a75cb90) Revert "Merge pull request [#1932](https://github-redirect.dependabot.com/newrelic/rpm/issues/1932) from ruby-agent/RUBY-2287_jruby_backround_2_... - [`c7c8d89`](https://github.com/newrelic/rpm/commit/c7c8d89d10c03bf308c962148854bf79221125b0) RUBY-2290 Fix concurrent hash modification by using sync_startup - [`f61138a`](https://github.com/newrelic/rpm/commit/f61138ac0f3738a3d780807b4973db803c223a79) Merge pull request [#1934](https://github-redirect.dependabot.com/newrelic/rpm/issues/1934) from ruby-agent/prepare_for_6.6.0_release - [`180b323`](https://github.com/newrelic/rpm/commit/180b323ff1e15ba9e8ace8b96236e7b8eba81fca) Bump version number for 6.6.0 release - [`db38818`](https://github.com/newrelic/rpm/commit/db388184662635ff23868ae831f2001487653241) Merge pull request [#1933](https://github-redirect.dependabot.com/newrelic/rpm/issues/1933) from ruby-agent/RUBY-2289_flaky_attribute_filter_test - [`a22f7e8`](https://github.com/newrelic/rpm/commit/a22f7e8d2f82862185ccb18462330a0467467ea1) Fix flaky attribute filter test - [`c008711`](https://github.com/newrelic/rpm/commit/c008711025a2668c9efc46a4a8d81f501cb46dfa) Merge pull request [#1932](https://github-redirect.dependabot.com/newrelic/rpm/issues/1932) from ruby-agent/RUBY-2287_jruby_backround_2_test_fai... - [`7bfcf27`](https://github.com/newrelic/rpm/commit/7bfcf27669a740fbcb996a6845ac2dbb7c6435a0) RUBY-2287 Synchronize test_helper changes to environment variables using a Mutex - Additional commits viewable in [compare view](https://github.com/newrelic/rpm/compare/3.9.0.229...6.6.0.358)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](https://app.dependabot.com): - 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.