Skip to content

Releases: bugsnag/bugsnag-ruby

v6.1.1

23 Nov 15:05

Choose a tag to compare

6.1.1 (23 Nov 2017)

Fixes

  • Ensured Bugsnag class intialises before railties initialised
    | #396

v6.1.0

17 Nov 13:39

Choose a tag to compare

6.1.0 (17 Nov 2017)

Enhancements

Fixes

v6.0.1

09 Nov 23:23

Choose a tag to compare

Adds a warning for the change in usage for the notify() method from < 6.0 to
ease upgrading.

v6.0.0

09 Nov 14:07

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

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

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

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

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

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

Choose a tag to compare

Enhancements

Bug fixes