Skip to content

Bump newrelic_rpm from 9.24.0 to 10.2.0#13986

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/newrelic_rpm-10.2.0
Closed

Bump newrelic_rpm from 9.24.0 to 10.2.0#13986
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/newrelic_rpm-10.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 3, 2026

Copy link
Copy Markdown
Contributor

Bumps newrelic_rpm from 9.24.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

v10.1.0

  • Feature: Add support for forking processes in Parallel gem instrumentation

    Parallel gem instrumentation has been added to allow more consistent monitoring in processes forked using the Parallel gem. PR#3405

  • Feature: Add support for Grape v3.1.0

    Grape's release of v3.1.0 introduced changes that were incompatible with the agent's instrumentation, causing issues when collecting transaction names. The agent has been updated to properly extract class names for transaction naming in the updated Grape API structure. PR#3413

  • Bugfix: Create health check files in forked processes

    The agent now properly initializes health check loops after forking, ensuring each process generates its own health check file. This fix also has the effect of correctly including entity.guid values in the health check files. PR#3409 Issue#3408

  • Bugfix: Fix sidekiq.ignore_retry_errors

    The configuration option sidekiq.ignore_retry_errors: true was continuing to report retry errors. The agent now correctly ignores retry errors and only reports when jobs permanently fail. PR#3399

v10.0.0

  • Breaking Change: Remove support for Ruby 2.4 and 2.5

    Support for Ruby versions 2.4 and 2.5 has been removed. The new minimum required Ruby version is now 2.6. PR#3314

... (truncated)

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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies ruby Pull requests that update Ruby code labels Mar 3, 2026
@github-project-automation github-project-automation Bot moved this to All the things 💤 in OFN Delivery board Mar 3, 2026
@dependabot-pr-automation dependabot-pr-automation Bot moved this from All the things 💤 to Code review 🔎 in OFN Delivery board Mar 3, 2026
@sigmundpetersen sigmundpetersen moved this from Code review 🔎 to Dev ready 👋 in OFN Delivery board Mar 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/bundler/newrelic_rpm-10.2.0 branch from 45942ba to 1ce1599 Compare March 20, 2026 01:20
Bumps [newrelic_rpm](https://github.com/newrelic/newrelic-ruby-agent) from 9.24.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@9.24.0...10.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/newrelic_rpm-10.2.0 branch from 1ce1599 to 0090347 Compare March 20, 2026 01:23
@sigmundpetersen

Copy link
Copy Markdown
Contributor

See #13929 (comment)

@dependabot @github

dependabot Bot commented on behalf of github Apr 21, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #14199.

@dependabot dependabot Bot closed this Apr 21, 2026
@dependabot dependabot Bot deleted the dependabot/bundler/newrelic_rpm-10.2.0 branch April 21, 2026 09:41
@github-project-automation github-project-automation Bot moved this from Dev ready 👋 to Done in OFN Delivery board Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update Ruby code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant