theodi / frontend-www

The main frontend for the Quirkafleeg publishing platform
5 stars 4 forks source link

Bump newrelic_rpm from 3.18.1.330 to 5.0.0.342 #514

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps newrelic_rpm from 3.18.1.330 to 5.0.0.342.

Changelog *Sourced from newrelic_rpm's [changelog](https://github.com/newrelic/rpm/blob/master/CHANGELOG.md).* > # New Relic Ruby Agent Release Notes # > > ## v5.0.0 ## > > * SSL connections to New Relic are now mandatory > > Prior to this version, using an SSL connection to New Relic was > the default behavior, but could be overridden. SSL connections are > now enforced (not overrideable). > > * Additional security checking before trying to explain > multi-statement SQL queries > > Customer applications might submit SQL queries containing multiple > statements (e.g., SELECT * FROM table; SELECT * FROM table). For > security reasons, we should not generate explain plans in this > situation. > > Although the agent correctly skipped explain plans for these > queries during testing, we have added extra checks for this > scenario. > > * Bugfix for RabbitMQ exchange names that are symbols > > The agent no longer raises a TypeError when a RabbitMQ exchange > name is a Ruby symbol instead of a string. > > * Bugfix for audit logging to stdout > > Previous agents configured to log to stdout would correctly send > regular agent logs to stdout, but would incorrectly send audit > logs to a text file named "stdout". This release corrects the > error. > > * Bugfix for Capistrano deployment notifications on v3.7 and beyond > > Starting with version 3.7, Capistrano uses a different technique > to determine a project's version control system. The agent now > works correctly with this new behavior. Thanks to Jimmy Zhang for > the contribution. > > ## v4.8.0 ## > > * Initialize New Relic Agent before config initializers > > When running in a Rails environment, the agent registers an initializer that > starts the agent. This initializer is now defined to run before config/initializers. > Previously, the ordering was not specified for the initializer. This change > guarantees the agent will started by the time your initializers run, so you can > safely reference the Agent in your custom initializers. Thanks to Tony Ta for > ... (truncated)
Commits - See full diff in [compare view](https://github.com/newrelic/rpm/commits)


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.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language 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) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Superseded by #526.