Changelog
*Sourced from [newrelic_rpm's changelog](https://github.com/newrelic/rpm/blob/master/CHANGELOG.md).*
> # New Relic Ruby Agent Release Notes #
>
> ## v6.7.0
>
> * **Trace and Entity Metadata API**
>
> Several new API methods have been added to the agent:
> * [`Agent#linking_metadata`](https://www.rubydoc.info/github/newrelic/rpm/NewRelic/Agent#linking_metadata-instance_method)
> * [`Tracer#trace_id`](https://www.rubydoc.info/github/newrelic/rpm/NewRelic/Agent/Tracer#trace_id-class_method)
> * [`Tracer#span_id`](https://www.rubydoc.info/github/newrelic/rpm/NewRelic/Agent/Tracer#span_id-class_method)
> * [`Tracer#sampled?`](https://www.rubydoc.info/github/newrelic/rpm/NewRelic/Agent/Tracer#sampled?-class_method)
>
> 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`](https://github.com/newrelic/rpm/commit/418d9b854b4e65cddd9dbd10a4bc55cb4ceb5eb3) Merge pull request [#1945](https://github-redirect.dependabot.com/newrelic/rpm/issues/1945) from ruby-agent/dev
- [`11a5bd9`](https://github.com/newrelic/rpm/commit/11a5bd91a7d2ae9326a1b46c51a0ba2fd3227d1b) Merge pull request [#1946](https://github-redirect.dependabot.com/newrelic/rpm/issues/1946) from ruby-agent/RUBY-2301_changelog_updates_for_6.7_...
- [`69e5a83`](https://github.com/newrelic/rpm/commit/69e5a83cd201b02167fc11a5f6462a1e485a1e32) RUBY-2301 Add link in changelog to logs in context docs
- [`274602a`](https://github.com/newrelic/rpm/commit/274602a1fae3ae558af180d9c22b1636c5a29648) Merge pull request [#1944](https://github-redirect.dependabot.com/newrelic/rpm/issues/1944) from ruby-agent/RUBY-2300_update_version_to_6.7
- [`945701f`](https://github.com/newrelic/rpm/commit/945701f6d62d687c2143f09f341e59b4407ac3a7) Merge pull request [#1943](https://github-redirect.dependabot.com/newrelic/rpm/issues/1943) from ruby-agent/RUBY-2299_add_project_metadata_to_ge...
- [`153ecff`](https://github.com/newrelic/rpm/commit/153ecff6dbe006df9921ab83382efdb74f47c672) RUBY-2300 Update version and changelog
- [`378337e`](https://github.com/newrelic/rpm/commit/378337efef3ec93acd53228d9e7556e48405bd28) RUBY-2299 Add changelog entry for project metadata
- [`c820140`](https://github.com/newrelic/rpm/commit/c8201407cbe247feba70313c71e05a91893bce81) Add project metadata to the gemspec
- [`ec70302`](https://github.com/newrelic/rpm/commit/ec703024a0063611d438ff23547821eb6e986730) Merge pull request [#1909](https://github-redirect.dependabot.com/newrelic/rpm/issues/1909) from ruby-agent/RUBY-2226_fix_public_travis_failures
- [`e4b0a5d`](https://github.com/newrelic/rpm/commit/e4b0a5da415367d0f524b9488f1836205fb1c0dc) RUBY-2226 Use Oracle JDK8 for jruby testing
- Additional commits viewable in [compare view](https://github.com/newrelic/rpm/compare/3.9.0.229...6.7.0.359)
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](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)
- 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 from 3.9.0.229 to 6.7.0.359.
Changelog
*Sourced from [newrelic_rpm's changelog](https://github.com/newrelic/rpm/blob/master/CHANGELOG.md).* > # New Relic Ruby Agent Release Notes # > > ## v6.7.0 > > * **Trace and Entity Metadata API** > > Several new API methods have been added to the agent: > * [`Agent#linking_metadata`](https://www.rubydoc.info/github/newrelic/rpm/NewRelic/Agent#linking_metadata-instance_method) > * [`Tracer#trace_id`](https://www.rubydoc.info/github/newrelic/rpm/NewRelic/Agent/Tracer#trace_id-class_method) > * [`Tracer#span_id`](https://www.rubydoc.info/github/newrelic/rpm/NewRelic/Agent/Tracer#span_id-class_method) > * [`Tracer#sampled?`](https://www.rubydoc.info/github/newrelic/rpm/NewRelic/Agent/Tracer#sampled?-class_method) > > 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`](https://github.com/newrelic/rpm/commit/418d9b854b4e65cddd9dbd10a4bc55cb4ceb5eb3) Merge pull request [#1945](https://github-redirect.dependabot.com/newrelic/rpm/issues/1945) from ruby-agent/dev - [`11a5bd9`](https://github.com/newrelic/rpm/commit/11a5bd91a7d2ae9326a1b46c51a0ba2fd3227d1b) Merge pull request [#1946](https://github-redirect.dependabot.com/newrelic/rpm/issues/1946) from ruby-agent/RUBY-2301_changelog_updates_for_6.7_... - [`69e5a83`](https://github.com/newrelic/rpm/commit/69e5a83cd201b02167fc11a5f6462a1e485a1e32) RUBY-2301 Add link in changelog to logs in context docs - [`274602a`](https://github.com/newrelic/rpm/commit/274602a1fae3ae558af180d9c22b1636c5a29648) Merge pull request [#1944](https://github-redirect.dependabot.com/newrelic/rpm/issues/1944) from ruby-agent/RUBY-2300_update_version_to_6.7 - [`945701f`](https://github.com/newrelic/rpm/commit/945701f6d62d687c2143f09f341e59b4407ac3a7) Merge pull request [#1943](https://github-redirect.dependabot.com/newrelic/rpm/issues/1943) from ruby-agent/RUBY-2299_add_project_metadata_to_ge... - [`153ecff`](https://github.com/newrelic/rpm/commit/153ecff6dbe006df9921ab83382efdb74f47c672) RUBY-2300 Update version and changelog - [`378337e`](https://github.com/newrelic/rpm/commit/378337efef3ec93acd53228d9e7556e48405bd28) RUBY-2299 Add changelog entry for project metadata - [`c820140`](https://github.com/newrelic/rpm/commit/c8201407cbe247feba70313c71e05a91893bce81) Add project metadata to the gemspec - [`ec70302`](https://github.com/newrelic/rpm/commit/ec703024a0063611d438ff23547821eb6e986730) Merge pull request [#1909](https://github-redirect.dependabot.com/newrelic/rpm/issues/1909) from ruby-agent/RUBY-2226_fix_public_travis_failures - [`e4b0a5d`](https://github.com/newrelic/rpm/commit/e4b0a5da415367d0f524b9488f1836205fb1c0dc) RUBY-2226 Use Oracle JDK8 for jruby testing - Additional commits viewable in [compare view](https://github.com/newrelic/rpm/compare/3.9.0.229...6.7.0.359)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](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) - 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)