Skip to content

Latest commit

 

History

History
104 lines (77 loc) · 4.39 KB

CHANGELOG.md

File metadata and controls

104 lines (77 loc) · 4.39 KB

Airbrake Changelog

master

  • Fixed bug in the ActiveJob+Resque integration, where the gem couldn't report any exceptions (#542)

v5.2.3 (April 5, 2016)

  • Fixed bug in the Rake integration where it couldn't display error message coming from the API (#536)

v5.2.2 (March 24, 2016)

  • Fixed grouping for the ActiveJob integration (#533)

v5.2.1 (March 21, 2016)

  • Quickfix: updated the Rails generator to use the newer Blacklisting/Whitelisting API (#530)

v5.2.0 (March 21, 2016)

  • IMPORTANT: depended on airbrake-ruby-1.2.0
  • Fixed bug when trying to send a test exception with help of the Rake task results in an error due to the current environment being ignored (#523)
  • Added support for reporting critical exceptions that terminate the process. This bit of functionality was moved from airbrake-ruby (#526)

v5.1.0 (February 29, 2016)

  • Fixed Rake integration sometimes not reporting errors (#513)
  • Added a way to attach custom information to notices from Rack requests (#517)
  • Added support for Goliath apps (fixes regression from Airbrake v4) (#519)

v5.0.5 (February 9, 2016)

  • Fixes issue in the Rack integration when current_user is nil and we try to build from it (#501)
  • Improve the Rack integration by attaching more useful debugging information such as HTTP headers and HTTP methods (#499)

v5.0.4 (February 2, 2016)

  • Set RACK_ENV and RAILS_ENV in Capistrano 2 integration (#489)
  • Removed the hostname information from the Rack integration because the new airbrake-ruby sends it by default (#495)

v5.0.3 (January 19, 2016)

  • Improved RubyMine support (#469)
  • Added better support for user reporting for Rails applications (including OmniAuth support) (#466)
  • Fixed the Capistrano 2 integration, which was not working at all (#475)

v5.0.2 (January 3, 2016)

  • Fixed the bug when Warden user is nil (#455)

v5.0.1 (December 21, 2015)

  • Fixed Migration Guide discrepancies with regard to Resque and Capistrano
  • Using the Capistrano 3 integration, made Airbrake notify of deployments only from primary server (#433)

v5.0.0 (December 18, 2015)

  • Minor styling/docs tweaks. No bugs were discovered.

v5.0.0.rc.1 (December 11, 2015)