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.4.0.356 #212

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps newrelic_rpm from 5.5.0.348 to 6.4.0.356.

Changelog *Sourced from [newrelic_rpm's changelog](https://github.com/newrelic/rpm/blob/master/CHANGELOG.md).* > # New Relic Ruby Agent Release Notes # > > ## 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 > versions 1.2.0 and up if the API being instrumented subclassed `Grape::API::Instance` > rather than `Grape::API`. A warning would also print to the newrelic_agent log: > ``` > WARN : Error in Grape instrumentation > WARN : NoMethodError: undefined method `name' for nil:NilClass > ``` > > This version of the agent successfully installs instrumentation for subclasses > of `Grape::API::Instance`, and these log messages should no longer appear. > > * **Bugfix for streaming responses** > > Previous versions of the agent would attempt to insert JavaScript instrumentation into > any streaming response that did not make use of `ActionController::Live`. This resulted > in an empty, non-streamed response being sent to the client. > > This version of the agent will not attempt to insert JavaScript instrumentation into > a response which includes the header `Transfer-Encoding=chunked`, which indicates a > streaming response. > > This should exclude JavaScript instrumentation for all streamed responses. To include > this instrumentation manually, see > [Manually instrument via agent API](https://docs.newrelic.com/docs/agents/ruby-agent/features/new-relic-browser-ruby-agent#manual_instrumentation) > in our documentation. > > ## v6.3.0 > > * **Official Rails 6.0 support** > > ... (truncated)
Commits - [`10f881e`](https://github.com/newrelic/rpm/commit/10f881e9e8116146e19f08409f63381b59ed398a) Merge pull request [#1899](https://github-redirect.dependabot.com/newrelic/rpm/issues/1899) from ruby-agent/dev - [`ffa92be`](https://github.com/newrelic/rpm/commit/ffa92be5e4886d344267c7517c36b6f5d5496e7b) Merge pull request [#1898](https://github-redirect.dependabot.com/newrelic/rpm/issues/1898) from ruby-agent/RUBY-2211_update_changelog_for_versi... - [`97afd3b`](https://github.com/newrelic/rpm/commit/97afd3b33456efa109154b5e1342f435d79b10b4) RUBY-2211 correct javascript capitalization - [`ac57b4d`](https://github.com/newrelic/rpm/commit/ac57b4dfa906cdc0d5b8e3250fcec4be47b1f134) Merge pull request [#1897](https://github-redirect.dependabot.com/newrelic/rpm/issues/1897) from ruby-agent/RUBY-2210_update_version_to_6.4 - [`a5a2135`](https://github.com/newrelic/rpm/commit/a5a21358f0c65368ae0e9b82bc701272662295dc) RUBY-2210 Update version and CHANGELOG - [`dea41d5`](https://github.com/newrelic/rpm/commit/dea41d5ccf5fe13c49914563a8d0ab096e06decc) Merge pull request [#1896](https://github-redirect.dependabot.com/newrelic/rpm/issues/1896) from ruby-agent/RUBY-2200_rework_fast_active_record_... - [`d77b3c9`](https://github.com/newrelic/rpm/commit/d77b3c9496ba3a813d2dbd90421a695df09ba99c) RUBY-2200 Replace alias_method_chain with alias_method - [`3333143`](https://github.com/newrelic/rpm/commit/3333143f0eb1c45cbf01931df8542eda14f06342) RUBY-2200 CHANGELOG update - [`563d668`](https://github.com/newrelic/rpm/commit/563d66834bc0892f34a179bdc62e85feb27b6028) RUBY-2200 Replace Module#prepend with alias_method_chain - [`cb5f708`](https://github.com/newrelic/rpm/commit/cb5f708176686a480db1537b41d9b381aaccb077) Merge pull request [#1883](https://github-redirect.dependabot.com/newrelic/rpm/issues/1883) from ruby-agent/RUBY-2183_refactor_evented_subscribers - Additional commits viewable in [compare view](https://github.com/newrelic/rpm/compare/5.5.0.348...6.4.0.356)


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 5 years ago

Superseded by #222.