Skip to content

build(deps): bump newrelic_rpm from 10.1.0 to 10.2.0#4863

Merged
moleske merged 1 commit into
mainfrom
dependabot/bundler/newrelic_rpm-10.2.0
Feb 24, 2026
Merged

build(deps): bump newrelic_rpm from 10.1.0 to 10.2.0#4863
moleske merged 1 commit into
mainfrom
dependabot/bundler/newrelic_rpm-10.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 19, 2026

Copy link
Copy Markdown
Contributor

Bumps newrelic_rpm from 10.1.0 to 10.2.0.

Changelog

Sourced from newrelic_rpm's changelog.

v10.2.0

  • Feature: Introduce Hybrid Agent for OpenTelemetry Tracing Support

    OpenTelemetry Tracing APIs can now be translated into New Relic telemetry with the New Relic Ruby agent's new Hybrid Agent features. This allows the newrelic_rpm gem to behave similarly to an OpenTelemetry SDK, accepting OpenTelemetry API calls and turning them into New Relic Transactions and Segments with familiar attributes and names.

    The following configuration options relate to Hybrid Agent features:

    Configuration name Default Behavior
    opentelemetry.enabled false A global configuration option for disabling all OpenTelemetry signals sent through New Relic.
    opentelemetry.traces.enabled true Enables the creation of Transaction Trace segments and timeslice metrics from OpenTelemetry Spans
    opentelemetry.traces.include '' A comma-delimited list of OpenTelemetry Tracers, represented as a string (e.g. "AppTracer1,OpenTelemetry::Instrumentation::Bunny::Instrumentation"), that will have their trace signals sent to New Relic.
    opentelemetry.traces.exclude '' A comma-delimited list of OpenTelemetry Tracers, represented as a string (e.g. "AppTracer1,OpenTelemetry::Instrumentation::Bunny::Instrumentation"), that will not have their trace signals sent to New Relic. All known tracers for instrumentation that conflicts with New Relic instrumentation are excluded by default.
  • Feature: Add configuration option error_collector.backtrace_truncate_location

    A new configuration option has been added, error_collector.backtrace_truncate_location, which allows the user to specify where in the backtrace to truncate when the number of frames exceeds error_collector.max_backtrace_frames. Options are 'top' (removes frames from the beginning), 'middle' (removes frames from the middle, preserving the beginning and end), or 'end' (removes frames from the end). The default is 'middle'. PR#3424

  • Feature: Add Logging gem instrumentation

    The agent will now record logs generated by the Logging gem. PR#3420

  • Feature: Add configuration option utilization.detect_in_parallel

    A new configuration option has been added, utilization.detect_in_parallel, which controls whether the agent uses threads when detecting cloud vendor information to speed up agent startup. When set to false, vendor detection runs sequentially without creating threads. The default is true. PR#3439

Commits
  • e6a6f4a Merge pull request #3457 from newrelic/prerelease_updates_10.2.0-pre
  • f6b2570 Updates from PR#3458
  • 78da9ea bump version
  • bbbf58a Merge pull request #3458 from newrelic/hybrid-agent-changelog
  • 1f6008a Remove line about instrumentation
  • d9a4516 Remove extra newline
  • dd5eb70 Small config description edits
  • 9694eaa Add hybrid agent changelog entry
  • 9954488 Merge pull request #3454 from newrelic/otel_bridge_bugfix_unfinished_segment
  • f687185 stylistic space before return
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [newrelic_rpm](https://github.com/newrelic/newrelic-ruby-agent) from 10.1.0 to 10.2.0.
- [Release notes](https://github.com/newrelic/newrelic-ruby-agent/releases)
- [Changelog](https://github.com/newrelic/newrelic-ruby-agent/blob/dev/CHANGELOG.md)
- [Commits](newrelic/newrelic-ruby-agent@10.1.0...10.2.0)

---
updated-dependencies:
- dependency-name: newrelic_rpm
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 19, 2026
@moleske moleske merged commit a633c0e into main Feb 24, 2026
11 checks passed
@dependabot dependabot Bot deleted the dependabot/bundler/newrelic_rpm-10.2.0 branch February 24, 2026 04:06
ari-wg-gitbot added a commit to cloudfoundry/capi-release that referenced this pull request Feb 24, 2026
Dependency updates in cloud_controller_ng:

- build(deps): bump retriable from 3.1.2 to 3.2.1
    PR: cloudfoundry/cloud_controller_ng#4867
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump grpc from 1.78.0 to 1.78.1
    PR: cloudfoundry/cloud_controller_ng#4866
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump nokogiri from 1.19.0 to 1.19.1 in /docs/v3
    PR: cloudfoundry/cloud_controller_ng#4865
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump newrelic_rpm from 10.1.0 to 10.2.0
    PR: cloudfoundry/cloud_controller_ng#4863
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump zeitwerk from 2.7.4 to 2.7.5
    PR: cloudfoundry/cloud_controller_ng#4862
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant