Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps newrelic_rpm from 3.9.0.229 to 6.7.0.359.

Changelog

Sourced from newrelic_rpm's changelog.

New Relic Ruby Agent Release Notes

v6.7.0

  • Trace and Entity Metadata API

    Several new API methods have been added to the agent:

    These API methods allow you to access information that can be used to link data of your choosing to a trace or entity.

  • Logs in Context

    This version of the agent includes a logger, which can be used in place of ::Logger
    from the standard library, or ActiveSupport::Logger from Rails. This logger
    leverages the new trace and entity metadata API to decorate log statements with entity
    and trace metadata, so they can be correlated together in the New Relic UI.

    For more information on how to use logs in context, see https://docs.newrelic.com/docs/enable-logs-context-ruby

  • Project metadata in Gemspec

    Project metadata has been added to the gemspec file. This means our Rubygems page will allow users to more easily
    access the agent's source code, raise issues, and read the changelog.

    Thanks to Orien Madgwick for the contribution!

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.

... (truncated)
Commits
  • 418d9b8 Merge pull request #1945 from ruby-agent/dev
  • 11a5bd9 Merge pull request #1946 from ruby-agent/RUBY-2301_changelog_updates_for_6.7_...
  • 69e5a83 RUBY-2301 Add link in changelog to logs in context docs
  • 274602a Merge pull request #1944 from ruby-agent/RUBY-2300_update_version_to_6.7
  • 945701f Merge pull request #1943 from ruby-agent/RUBY-2299_add_project_metadata_to_ge...
  • 153ecff RUBY-2300 Update version and changelog
  • 378337e RUBY-2299 Add changelog entry for project metadata
  • c820140 Add project metadata to the gemspec
  • ec70302 Merge pull request #1909 from ruby-agent/RUBY-2226_fix_public_travis_failures
  • e4b0a5d RUBY-2226 Use Oracle JDK8 for jruby testing
  • 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.


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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [newrelic_rpm](https://github.com/newrelic/rpm) from 3.9.0.229 to 6.7.0.359.
- [Release notes](https://github.com/newrelic/rpm/releases)
- [Changelog](https://github.com/newrelic/rpm/blob/master/CHANGELOG.md)
- [Commits](newrelic/newrelic-ruby-agent@3.9.0.229...6.7.0.359)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 14, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #535.

@dependabot-preview dependabot-preview bot deleted the dependabot-bundler-newrelic_rpm-6.7.0.359 branch January 10, 2020 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants