joatuapp / joatu-v2

The JoatU application, version 2. Written in Ruby on Rails.
https://alpha.joatu.org
GNU General Public License v3.0
27 stars 5 forks source link

Bump newrelic_rpm from 5.5.0.348 to 6.5.0.357 #222

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps newrelic_rpm from 5.5.0.348 to 6.5.0.357.

Changelog *Sourced from [newrelic_rpm's changelog](https://github.com/newrelic/rpm/blob/master/CHANGELOG.md).* > # 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](https://blog.newrelic.com/engineering/monitoring-application-performance-in-kubernetes/). > > * **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`](https://github.com/newrelic/rpm/commit/d5a51772476f6dbc585a5db62bb5373daf30e576) Merge pull request [#1913](https://github-redirect.dependabot.com/newrelic/rpm/issues/1913) from ruby-agent/dev - [`5a66684`](https://github.com/newrelic/rpm/commit/5a6668447d315d3b0eda5bde650b6ce6a87d81b0) Merge pull request [#1915](https://github-redirect.dependabot.com/newrelic/rpm/issues/1915) from ruby-agent/RUBY-2251_update_version_to_6.5 - [`452cdd7`](https://github.com/newrelic/rpm/commit/452cdd7448089f1d0704ec706b3a6934faf13550) Revise CHANGELOG [ci skip] - [`9d0b739`](https://github.com/newrelic/rpm/commit/9d0b7394aa3e563d9af178eaec5975d32f05fcfc) Merge pull request [#1911](https://github-redirect.dependabot.com/newrelic/rpm/issues/1911) from ruby-agent/RUBY-2251_update_version_to_6.5 - [`a9483e6`](https://github.com/newrelic/rpm/commit/a9483e6fe112a9e0ab76da610563a30e27639241) RUBY-2251 Update version to 6.5 - [`7732a8b`](https://github.com/newrelic/rpm/commit/7732a8b9421f53c28b4ad248c9215303845f78d7) Merge pull request [#1910](https://github-redirect.dependabot.com/newrelic/rpm/issues/1910) from ruby-agent/RUBY-2240_validate_event_harvest_config - [`2f79ea3`](https://github.com/newrelic/rpm/commit/2f79ea3a87a6ddc07edfc1b5e5f251f99dda0e85) RUBY-2240 Use default values an log supportability metric if any event_harves... - [`7059a29`](https://github.com/newrelic/rpm/commit/7059a29b3b4171adb5e5f68279976d505fb47297) RUBY-2240 Refactor server source recording supportability metrics for event h... - [`bc1fb74`](https://github.com/newrelic/rpm/commit/bc1fb745620d1aa75eb560ecf44e44bd0de90a0d) Merge pull request [#1906](https://github-redirect.dependabot.com/newrelic/rpm/issues/1906) from ruby-agent/RUBY-2245_update_faster_event_harves... - [`2ca9195`](https://github.com/newrelic/rpm/commit/2ca91952cd9c1a409f149434e71bc538a60ec6d6) RUBY-2245 Fix hanging tests caused by misnamed test - Additional commits viewable in [compare view](https://github.com/newrelic/rpm/compare/5.5.0.348...6.5.0.357)


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 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) - 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[bot] commented 4 years ago

Superseded by #245.