Skip to content

Commit

Permalink
Merge pull request #3057 from newrelic/delay_extension_small_things
Browse files Browse the repository at this point in the history
Add CHANGELOG entry for sidekiq-delay_extensions
  • Loading branch information
hannahramadan authored Feb 26, 2025
2 parents bd5e2a0 + 128d3a5 commit b0ce676
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

A new configuration option, `elasticsearch.capture_cluster_name`, has been added to control capturing Elasticsearch cluster names. Cluster names are captured by default, but can now be disabled as needed. [PR#3038](https://github.com/newrelic/newrelic-ruby-agent/pull/3038)

- **Feature: Add support for sidekiq-delay_extensions**

Sidekiq delay extensions were removed from Sidekiq in 7.x and are now avaliable through the [sidekiq-delay_extensions](https://rubygems.org/gems/sidekiq-delay_extensions) gem. Thanks to [@sobrinho](https://github.com/sobrinho), the agent now has continued support for delay extensions.[PR#3056](https://github.com/newrelic/newrelic-ruby-agent/pull/3056)

- **Bugfix: Prevent a nil segment from causing errors in Net::HTTP instrumentation**

When using JRuby, a race condition can happen that causes the segment creation to fail and return `nil`. This would cause an error to occur when methods were later called on the `nil` segment. These methods will no longer be called if the segment is `nil`, preventing that error from occurring. [PR#3046](https://github.com/newrelic/newrelic-ruby-agent/pull/3046)
Expand Down

0 comments on commit b0ce676

Please sign in to comment.