Notes
This release of the Python agent adds support for RedisCluster.
Install the agent using easy_install/pip/distribute
via the Python Package Index or download it directly from the New Relic download site.
Enhancements
- Add support for RedisCluster
Adds instrumentation support for RedisCluster.
Bug fixes
-
Resilient Environment Settings
Fixed a crash when using generalimport with the agent. Thanks for the contribution, aaeabdo! -
Remove deprecated
drop_transaction
calls from agent
Thedrop_transaction
function had been removed from the agent but references to it still existed, so this version of the agent removes any remaining calls. -
Fix logic in serverless distributed tracing to work by default