From a7c2c0e7a79e3ea7e19e5279207fabf0a670fba1 Mon Sep 17 00:00:00 2001 From: newrelic-ruby-agent-bot Date: Tue, 24 Oct 2023 21:21:39 +0000 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++-- lib/new_relic/version.rb | 2 +- newrelic.yml | 14 +++++++++----- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f44d8ed4..75a2bcde67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # New Relic Ruby Agent Release Notes -## dev +## v9.6.0 -Version adds instrumentation for Async::HTTP, Ethon, and HTTPX, adds the ability to ignore specific routes with Roda, gleans Docker container IDs from cgroups v2-based containers, records additional synthetics attributes, fixes an issue with Rails 7.1 that could cause duplicate log records to be sent to New Relic, fixes a deprecation warning for the Sidekiq error handler, and adds additional attributes for OpenTelemetry compatibility. +Version 9.6.0 adds instrumentation for Async::HTTP, Ethon, and HTTPX, adds the ability to ignore specific routes with Roda, gleans Docker container IDs from cgroups v2-based containers, records additional synthetics attributes, fixes an issue with Rails 7.1 that could cause duplicate log records to be sent to New Relic, fixes a deprecation warning for the Sidekiq error handler, and adds additional attributes for OpenTelemetry compatibility. - **Feature: Add instrumentation for Async::HTTP** diff --git a/lib/new_relic/version.rb b/lib/new_relic/version.rb index 2212f8a740..f910ddda9d 100644 --- a/lib/new_relic/version.rb +++ b/lib/new_relic/version.rb @@ -6,7 +6,7 @@ module NewRelic module VERSION # :nodoc: MAJOR = 9 - MINOR = 5 + MINOR = 6 TINY = 0 STRING = "#{MAJOR}.#{MINOR}.#{TINY}" diff --git a/newrelic.yml b/newrelic.yml index d99e45f620..398e662959 100644 --- a/newrelic.yml +++ b/newrelic.yml @@ -382,15 +382,15 @@ common: &default_settings # of: auto, prepend, chain, disabled. Used in Rails versions below 7.1. # instrumentation.active_support_logger: auto + # Controls auto-instrumentation of Async::HTTP at start up. May be one of: auto, + # prepend, chain, disabled. + # instrumentation.async_http: auto + # Controls auto-instrumentation of bunny at start-up. May be one of: auto, # prepend, chain, disabled. # instrumentation.bunny: auto - # Controls auto-instrumentation of Async::HTTP at start up. - # May be one of [auto|prepend|chain|disabled] - # instrumentation.async_http: auto - - # Controls auto-instrumentation of the concurrent-ruby library at start up. May be + # Controls auto-instrumentation of the concurrent-ruby library at start-up. May be # one of: auto, prepend, chain, disabled. # instrumentation.concurrent_ruby: auto @@ -447,6 +447,10 @@ common: &default_settings # prepend, chain, disabled. # instrumentation.httprb: auto + # Controls auto-instrumentation of httpx at start up. May be one of + # [auto|prepend|chain|disabled] + # instrumentation.httpx: auto + # Controls auto-instrumentation of Ruby standard library Logger at start-up. May # be one of: auto, prepend, chain, disabled. # instrumentation.logger: auto