All Versions
146
Latest Version
Avg Release Cycle
56 days
Latest Release
381 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v6.0.0 Changes
November 09, 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 Changes
November 09, 2017 -
v5.4.1 Changes
October 06, 2017🛠 Fixes
👷 [DelayedJob] Fix
NameError
occurring on erroring job notification | Eito Katagiri | #377🛠 Fixed failing Rake/Java tests | #378
-
v5.4.0 Changes
October 02, 2017🚀 This release removes the default setting of ignoring classes of errors which are commonly associated with typos or server signals (
SystemExit
), instead recording them asinfo
-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 Changes
June 16, 2017- 🚅 [Rails] Fix failure to report when encountering objects which throw in
to_s
#361
- 🚅 [Rails] Fix failure to report when encountering objects which throw in
-
v5.3.2 Changes
April 27, 2017🐛 Bug fixes
- ⏪ [Sidekiq] Revert commit c7862ea because Sidekiq's logging middleware was removed in version 5.0.0 | Reuben Brown | #358
-
v5.3.1 Changes
April 20, 2017🐛 Bug fixes
- 👷 [Resque] Fix error when creating a worker without a queue | Dean Galvin | #355
-
v5.3.0 Changes
April 07, 2017✨ Enhancements
- [Resque] Fix leaking config into parent process | Martin Holman | #347
- ➕ Add new integration for Que | Sjoerd Andringa | #305
- [Sidekiq] Start Bugsnag after the logger in the middleware chain | Stephen Bussey | Akhil Naini | #326 | #350
- [Rake] Allow overriding
app_type
apps | #351 - Send the dyno name as the hostname when running on Heroku | #333
- 👷 [Delayed Job] Add additional job information such as arguments and number of attempts when available | Tim Diggins | Abraham Chan | Johnny Shields | #329 | #332 | #321
🐛 Bug fixes
- 🎉 Initialize Railtie after Bugsnag class | #343
- Alias
notify_or_ignore
tonotify
| Simon Maynard | #319
-
v5.2.0 Changes
February 10, 2017✨ Enhancements
🐛 Bug fixes
- Correctly hook on Action Controller | @rafaelfranca | #338
- 🛠 Fix Bugsnag error message typo | @Adsidera | #344
- 0️⃣ Default delivery method | @martin308 | #346
-
v5.1.0 Changes
January 23, 2017🐛 Bug fixes
- 🛠 Fix behavior to not override Rails 5
belongs_to
association | #314
✨ Enhancements
- ➕ Add Clearance support | Jonathan Rochkind | #313
- ➕ Add Shoruken support | Nigel Ramsay | #324
- 🛠 Fix behavior to not override Rails 5