zooniverse / education-api

Backend for Zooniverse Classrooms
1 stars 1 forks source link

Bump newrelic_rpm from 4.7.1.340 to 8.5.0 #310

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps newrelic_rpm from 4.7.1.340 to 8.5.0.

Release notes

Sourced from newrelic_rpm's releases.

8.5.0

No release notes provided.

8.50-pre

Prerelease for 8.5.0

8.4.0

No release notes provided.

8.4.0-pre

Prerelease for 8.4.0

8.3.0

No release notes provided.

8.3.0-pre

Prerelease for 8.3.0

8.2.0

No release notes provided.

8.2.0-pre

Prerelease for 8.2.0

8.1.0

No release notes provided.

8.1.0-pre2

Attempt #2 for prerelease

8.1.0-pre

No release notes provided.

8.0.0

No release notes provided.

8.0.0-pre

No release notes provided.

7.2.0

No release notes provided.

Prerelease 7.2.0

No release notes provided.

prerelease 7.1.0

No release notes provided.

pre-release 7.0.0

This is a pre-release of the upcoming 7.0.0 release and is intended for early access and validation for those wanting to try out the new release directly from GitHub prior to finalized release being published to rubygems.org.

... (truncated)

Changelog

Sourced from newrelic_rpm's changelog.

New Relic Ruby Agent Release Notes

v8.5.0

  • AWS: Support IMDSv2 by using a token with metadata API calls

    When querying AWS for instance metadata, include a token in the request headers. If an AWS user configures instances to require a token, the agent will now work. For instances that do not require the inclusion of a token, the agent will continue to work in that context as well.

  • Muffle anticipated stderr warnings for "hostname" calls

    When using the hostname binary to obtain hostname information, redirect STDERR to /dev/null. Thanks very much to @​frenkel for raising this issue on behalf of OpenBSD users everywhere and for providing a solution with [PR #965](newrelic/newrelic-ruby-agent#965).

  • Added updated configuration options for transaction events and deprecated previous configs This release deprecates and replaces the following configuration options:

    Deprecated Replacement
    event_report_period.analytic_event_data event_report_period.transaction_event_data
    analytics_events.enabled transaction_events.enabled
    analytics_events.max_samples_stored transaction_events.max_samples_stored
  • Eliminated warnings for redefined constants in ParameterFiltering

    Fixed the ParameterFiltering constant definitions so that they are not redefined on multiple reloads of the module. Thank you to @​TonyArra for bringing this issue to our attention.

  • Docker for development

    Docker and Docker Compose may now be used for local development and testing with the provided Dockerfile and docker-compose.yml files in the project root. See https://github.com/newrelic/newrelic-ruby-agent/blob/dev/DOCKER.md for usage instructions.

  • Bugfix: Rails 5 + Puma errors in rack "can't add a new key into hash during iteration"

    When using rails 5 with puma, the agent would intermittently cause rack to raise a RuntimeError: can't add a new key into hash during iteration. We have identified the source of the error in our instrumentation and corrected the behavior so it no longer interferes with rack. Thanks to @​sasharevzin for bringing attention to this error and providing a reproduction of the issue for us to investigate.

  • CI: target JRuby 9.3.3.0

    Many thanks to @​ahorek for [PR #919](newrelic/newrelic-ruby-agent#919), [PR #921](newrelic/newrelic-ruby-agent#921), and [PR #922](newrelic/newrelic-ruby-agent#922) to keep us up to date on the JRuby side of things. The agent is now actively being tested against JRuby 9.3.3.0. NOTE that this release does not contain any non-CI related changes for JRuby. Old agent versions are still expected to work with newer JRubies and the newest agent version is still expected to work with older JRubies.

  • CI: Update unit tests for Rails 7.0.2

    Ensure that the 7.0.2 release of Rails is fully compatible with all relevant tests.

  • CI: Ubuntu 20.04 LTS

    To stay current and secure, our CI automation is now backed by version 20.04 of Ubuntu's long term support offering (previously 18.04).

v8.4.0

  • Provide basic support for Rails 7.0

... (truncated)

Commits
  • 50efe50 Merge pull request #993 from newrelic/850_changelog
  • e664472 v8.5.0 CHANGELOG reordering
  • 184068f Merge pull request #960 from newrelic/update_version_850
  • e5aefcd Merge branch 'dev' into update_version_850
  • d23cc27 Merge pull request #985 from newrelic/ci_bundler_fixes
  • 96fd50a more lispy
  • 191adb0 CI: wire up '--force' for gem install
  • 8116f9d CI: bundler installation fixes
  • f85e05e update CHANGELOG for 8.5.0
  • f52f226 Merge branch 'dev' into update_version_850
  • 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.


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

Superseded by #327.