From 8d8cbe028ad40bbfdb63893d7d6a679d9df83c91 Mon Sep 17 00:00:00 2001 From: newrelic-ruby-agent-bot Date: Thu, 20 Jun 2024 19:04:24 +0000 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++-- lib/new_relic/version.rb | 4 ++-- newrelic.yml | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c72a0bc7..e7f6e1094d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # New Relic Ruby Agent Release Notes -## dev +## v9.11.0 -Version introduces instrumentation for the aws-sdk-sqs gem, fixes a bug related to expected errors not bearing a "true" value for the "expected" attribute if expected as a result of an HTTP status code match and changes the way Stripe instrumentation metrics are named to prevent high-cardinality issues. +Version 9.11.0 introduces instrumentation for the aws-sdk-sqs gem, fixes a bug related to expected errors not bearing a "true" value for the "expected" attribute if expected as a result of an HTTP status code match and changes the way Stripe instrumentation metrics are named to prevent high-cardinality issues. - **Feature: Add instrumentation for SQS** diff --git a/lib/new_relic/version.rb b/lib/new_relic/version.rb index 88671cc166..3baf6cb032 100644 --- a/lib/new_relic/version.rb +++ b/lib/new_relic/version.rb @@ -6,8 +6,8 @@ module NewRelic module VERSION # :nodoc: MAJOR = 9 - MINOR = 10 - TINY = 2 + MINOR = 11 + TINY = 0 STRING = "#{MAJOR}.#{MINOR}.#{TINY}" end diff --git a/newrelic.yml b/newrelic.yml index ce61634db8..3c19b3eb4a 100644 --- a/newrelic.yml +++ b/newrelic.yml @@ -407,6 +407,10 @@ common: &default_settings # prepend, chain, disabled. # instrumentation.async_http: auto + # Controls auto-instrumentation of the aws-sdk-sqs library at start-up. May be one + # of: auto, prepend, chain, disabled. + # instrumentation.aws_sqs: auto + # Controls auto-instrumentation of bunny at start-up. May be one of: auto, # prepend, chain, disabled. # instrumentation.bunny: auto