New Relic v2.13.5 Release Notes

    • Moved the API helper to the github newrelic_api gem.
    • Revamped queue time to include server, queue, and middleware time
    • Increased test coverage and stability
    • Add Trinidad as a dispatcher (from Calavera, on github)
    • Sequel instrumentation from Aman Gupta
    • patches to 1.9 compatibility from dkastner on github
    • Support for 1.9.2's garbage collection instrumentation from Justin Weiss
    • On Heroku, existing queue time headers will be detected
    • Fix rack constant scoping in dev mode for 1.9 (Rack != ::Rack)
    • Fixes for instrumentation loading failing on Exception classes that are not subclasses of StandardError
    • Fix active record instrumentation load order for Rails 3