---
title: ruby-agent-10-7-1
source: https://docs.newrelic.com/docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-10-7-1
---

> #### ⚠️ IMPORTANT
>
> 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](https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/).
>
> See the New Relic Ruby agent [EOL policy](https://docs.newrelic.com/docs/apm/agents/ruby-agent/getting-started/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](https://github.com/dbackeus) for contributing a fix! [PR#3642](https://github.com/newrelic/newrelic-ruby-agent/pull/3642)

-   **Bugfix: Async::HTTP requests no longer raise `NoMethodError` when a segment fails to start**

    If the agent encountered an internal error while creating the segment for an `Async::HTTP` request, the instrumentation went on to use that missing segment and could raise a `NoMethodError`. This is now fixed, thanks to [@ydah](https://github.com/ydah). [PR#3640](https://github.com/newrelic/newrelic-ruby-agent/pull/3640)
