Importante
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date.
See the New Relic Ruby agent EOL policy for information about agent releases and support dates.
v10.7.1
Bugfix: Resolve ArgumentError on multi-key operations with Dalli 5.1.0
This fix updates Dalli instrumentation to accept and forward optional request options arguments in multi and pipelined operations. Our thanks go to @dbackeus for contributing a fix! PR#3642
Bugfix: Async::HTTP requests no longer raise
NoMethodErrorwhen a segment fails to startIf the agent encountered an internal error while creating the segment for an
Async::HTTPrequest, the instrumentation went on to use that missing segment and could raise aNoMethodError. This is now fixed, thanks to @ydah. PR#3640