Skip to content

Releases: bugsnag/bugsnag-ruby

v6.0.0

09 Nov 14:07
Compare
Choose a tag to compare

6.0.0 (09 Nov 2017)

This notifier has been extensively re-written to make it easier to add new integrations and maintain in the future. This has led to several changes that are not backwards compatible. Please refer to the upgrading guide for more information.

Enhancements

v5.5.0

09 Nov 12:10
Compare
Choose a tag to compare

5.5.0 (09 Nov 2017)

Enhancements

  • Allow environment variable proxy config for Net::HTTP
    | dexhorthy
    | #380

v5.4.1

06 Oct 14:25
Compare
Choose a tag to compare

5.4.1 (06 Oct 2017)

Fixes

  • [DelayedJob] Fix NameError occurring on erroring job notification
    | Eito Katagiri
    | #377

  • Fixed failing Rake/Java tests
    | #378

v5.4.0

02 Oct 19:00
Compare
Choose a tag to compare

This release removes the default setting of ignoring classes of errors which are commonly associated with typos or server signals (SystemExit), instead recording them as info-level severity by default. This includes the following classes:

  AbstractController::ActionNotFound,
  ActionController::InvalidAuthenticityToken,
  ActionController::ParameterMissing,
  ActionController::RoutingError,
  ActionController::UnknownAction,
  ActionController::UnknownFormat,
  ActionController::UnknownHttpMethod,
  ActiveRecord::RecordNotFound,
  CGI::Session::CookieStore::TamperedWithCookie,
  Mongoid::Errors::DocumentNotFound,
  SignalException,
  SystemExit

Enhancements

  • Add a one-time warning if the API key is not set
  • Track whether errors were captured automatically and by which middleware

v5.3.3

16 Jun 23:23
Compare
Choose a tag to compare

Bug fixes

  • [Rails] Fix failure to report when encountering objects which throw in to_s
    #361

v5.3.1

20 Apr 16:09
Compare
Choose a tag to compare

Bug fixes

  • [Resque] Fix error when creating a worker without a queue
    | Dean Galvin
    | #355

v5.3.0

07 Apr 19:06
Compare
Choose a tag to compare

Enhancements

Bug fixes

v5.2.0

10 Feb 03:08
Compare
Choose a tag to compare

Enhancements

Bug fixes

v5.1.0

23 Jan 22:33
Compare
Choose a tag to compare

Bug fixes

  • Fix behavior to not override Rails 5 belongs_to association
    | #314

Enhancements

v5.0.0

23 Aug 20:55
Compare
Choose a tag to compare

Enhancements

  • Remove RoutingError from default ignore classes
    | #308
  • Prefer BUGSNAG_RELEASE_STAGE over RAILS_ENV for release_stage
    | #298
  • Apply grouping hash if method bugsnag_grouping_hash is available on the object
    | #318
    | #311
  • Sidekiq improvements
    | #317
    | #282
    | #309
    | #306

Fixes

  • Exception backtrace could be empty
    | #307