Skip to content

Commit

Permalink
Merge pull request #2827 from newrelic/prerelease_updates_9.13.0-pre
Browse files Browse the repository at this point in the history
Prerelease 9.13.0-pre
  • Loading branch information
fallwith authored Aug 21, 2024
2 parents f016fd1 + dcc8ac0 commit 454d61f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 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.13.0

Version <dev> enhances support for AWS Lambda functions, adds experimental OpenSearch instrumentation, updates framework detection, silences a Bundler deprecation warning, fixes Falcon dispatcher detection, fixes a bug with Redis instrumentation installation, and addresses a JRuby-specific concurrency issue.
Version 9.13.0 enhances support for AWS Lambda functions, adds experimental OpenSearch instrumentation, updates framework detection, silences a Bundler deprecation warning, fixes Falcon dispatcher detection, fixes a bug with Redis instrumentation installation, and addresses a JRuby-specific concurrency issue.

- **Feature: Enhance AWS Lambda function instrumentation**

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 = 12
MINOR = 13
TINY = 0

STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
Expand Down
10 changes: 10 additions & 0 deletions newrelic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,10 @@ common: &default_settings
# prepend, chain, disabled.
# instrumentation.net_http: auto

# Controls auto-instrumentation of the opensearch-ruby library at start-up. May
# be one of auto, prepend, chain, disabled.
# instrumentation.opensearch: auto

# Controls auto-instrumentation of Puma::Rack. When enabled, the agent hooks
# into the to_app method in Puma::Rack::Builder to find gems to instrument
# during application startup. May be one of: auto, prepend, chain, disabled.
Expand Down Expand Up @@ -607,6 +611,12 @@ common: &default_settings
# When true, the agent transmits data about your app to the New Relic collector.
# monitor_mode: true

# If true, the agent captures OpenSearch queries in transaction traces.
# opensearch.capture_queries: true

# If true, the agent obfuscates OpenSearch queries in transaction traces.
# opensearch.obfuscate_queries: true

# If true, uses Module#prepend rather than alias_method for ActiveRecord
# instrumentation.
# prepend_active_record_instrumentation: false
Expand Down

0 comments on commit 454d61f

Please sign in to comment.