Skip to content

Latest commit

 

History

History
168 lines (124 loc) · 7.15 KB

CHANGELOG.md

File metadata and controls

168 lines (124 loc) · 7.15 KB

Airbrake Changelog

master

v5.6.0 (October 18, 2016)

v5.5.0 (September 14, 2016)

v5.4.5 (August 23, 2016)

  • Fixed possible SystemStackError when using ActiveJob integration (#593)

v5.4.4 (August 10, 2016)

  • IMPORTANT: fixed ActiveJob integration not re-raising exceptions, which resulted into marking failed jobs as successfully completed (#591)
  • Fixed Rails runner integration not reporting errors (#585)
  • Fixed bug with the enum_field gem raising errors in Rails apps due to constant names collision. As the result, the library does not leak MyModel::KINDS constants for every Rails model (#588)

v5.4.3 (July 22, 2016)

  • IMPORTANT: Fixed support for apps, which don't use ActiveRecord. In v5.4.2 it broke, so it's recommended to upgrade to the current version (or use v5.4.1 instead) (#580)

v5.4.2 (July 15, 2016)

  • Fixed Heroku deploy hook error when parsing variables containing = (#577)

v5.4.1 (June 21, 2016)

  • Fixed Capistrano 3 bug when system has conflicting Rake versions, which would raise Gem::LoadError (#564)

v5.4.0 (June 6, 2016)

v5.3.0 (May 11, 2016)

  • Fixed bug in the ActiveJob+Resque integration, where the gem couldn't report any exceptions (#542)
  • Started depending on airbrake-ruby-1.3.0 (#548)

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)