All Versions
93
Latest Version
Avg Release Cycle
44 days
Latest Release
706 days ago

Changelog History
Page 4

  • v9.1.0 Changes

    April 17, 2019
    • ๐ŸŽ Rails: added HTTP performance breakdown (Net::HTTP support only) (#955)
  • v9.0.2 Changes

    April 08, 2019
    • 0๏ธโƒฃ Delete Airbrake::Rack.add_default_filters (#951)
  • v9.0.1 Changes

    April 04, 2019
    • Started treating */* response type as :html in ActionControllerPerformanceBreakdownSubscriber (#949)
  • v9.0.0 Changes

    March 29, 2019
    • ๐Ÿ›  Fixed NoMethodError in route_filter.rb on 404 in Sinatra apps (#939)
    • ๐ŸŽ Stopped loading Rails performance hooks for apps that don't use performance stats (#942)
    • 0๏ธโƒฃ Stopped loading default Rack filters for Sinatra & Rack integrations (Rails is not affected). You must load them manually after you configure your notifier with help of Airbrake::Rack.add_default_filters. Please refer to the README (#942)
    • ๐Ÿ’Ž Started depending on airbrake-ruby v4.2.0 and higher (#946)
  • v8.3.2 Changes

    March 12, 2019
    • ๐Ÿ›  Fixed the Rails performance breakdown hook not maintaining performance precision (#936)
    • ๐Ÿ›  Fix Rails performance breakdown not being sent if one of the groups is zero (#935)
  • v8.3.1 Changes

    March 11, 2019
    • ๐Ÿ›  Fixes TypeError in the ActionControllerPerformanceBreakdownSubscriber when it tries to pass nil as a db or view value (#932)
  • v8.3.0 Changes

    March 11, 2019
    • โž• Added ActionCable integration (#926, #896)
    • โž• Added ActionControllerPerformanceBreakdownSubscriber (#929)
    • ๐Ÿ›  Fixed broken Rails integration for apps that don't use ActiveRecord (#924)
  • v8.2.1 Changes

    March 04, 2019
    • ๐Ÿ›  Fix NoMethodError in ActiveRecordSubscriber when a caller of SQL query cannot be defined (#920)
  • v8.2.0 Changes

    March 04, 2019
    • ๐Ÿ’Ž Started depending on airbrake-ruby v4.1.0 and higher (#915)
    • ActiveRecordSubscriber started attaching file/line/func information to queries (#913)
  • v8.1.4 Changes

    February 19, 2019
    • ๐Ÿ›  Fixed ActionControllerRouteSubscriber trying to track routeless events, which results into a NoMethodError (#907)