Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-ruby-agent-bot committed Oct 24, 2023
1 parent 4a30b54 commit a7c2c0e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# New Relic Ruby Agent Release Notes

## dev
## v9.6.0

Version <dev> 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**

Expand Down
2 changes: 1 addition & 1 deletion lib/new_relic/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module NewRelic
module VERSION # :nodoc:
MAJOR = 9
MINOR = 5
MINOR = 6
TINY = 0

STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
Expand Down
14 changes: 9 additions & 5 deletions newrelic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a7c2c0e

Please sign in to comment.