Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

61 lines (45 loc) · 2.42 KB

Airbrake Ruby Changelog

master

v1.1.0 (February 25, 2016)

  • Fixed bug in Ruby < 2.2, when trying to encode components while filtering (#45)
  • Stopped blocking on full queue when sending errors asynchronously (#47)
  • Added the timeout option (#46)

v1.0.4 (February 2, 2016)

  • Started attaching the hostname information by default (#41)

v1.0.3 (January 18, 2016)

  • Improved parsing of backtraces (#25, #29, #30)
  • Made sure that generated notices always have a backtrace (#21)
  • Made the asynchronous delivery mechanism more robust (#26)
  • Improved SystemExit handling by ignoring it on a different level, which fixed issues with the Rake integration for the airbrake gem gem (#32)

v1.0.2 (January 3, 2016)

  • Ignored SystemExit in the at_exit hook, which has fixed the Rake integration for the airbrake gem gem (#14)

v1.0.1 (December 22, 2015)

  • Fixed the Airbrake.add_filter block API (#10)

v1.0.0 (December 18, 2015)

  • Improved backtrace parsing support (#4)

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

  • Initial release