From 41c4ce5ced0078fbfc31c059031a48dcb9ffc344 Mon Sep 17 00:00:00 2001 From: Delisa Mason Date: Fri, 7 Apr 2017 20:04:51 +0100 Subject: [PATCH] Release v5.3.0 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ README.md | 2 ++ VERSION | 2 +- 3 files changed, 39 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f87a699a..3b80836d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,42 @@ Changelog ========= +## 5.3.0 (07 April 2017) + +### Enhancements + +* [Resque] Fix leaking config into parent process + | [Martin Holman](https://github.com/martin308) + | [#347](https://github.com/bugsnag/bugsnag-ruby/pull/347) +* Add new integration for Que + | [Sjoerd Andringa](https://github.com/s-andringa) + | [#305](https://github.com/bugsnag/bugsnag-ruby/pull/305) +* [Sidekiq] Start Bugsnag after the logger in the middleware chain + | [Stephen Bussey](https://github.com/sb8244) + | [Akhil Naini](https://github.com/akhiln) + | [#326](https://github.com/bugsnag/bugsnag-ruby/pull/326) + | [#350](https://github.com/bugsnag/bugsnag-ruby/pull/350) +* [Rake] Allow overriding `app_type` apps + | [#351](https://github.com/bugsnag/bugsnag-ruby/issues/351) +* Send the dyno name as the hostname when running on Heroku + | [#333](https://github.com/bugsnag/bugsnag-ruby/issues/333) +* [Delayed Job] Add additional job information such as arguments and number of + attempts when available + | [Tim Diggins](https://github.com/timdiggins) + | [Abraham Chan](https://github.com/abraham-chan) + | [Johnny Shields](https://github.com/johnnyshields) + | [#329](https://github.com/bugsnag/bugsnag-ruby/pull/329) + | [#332](https://github.com/bugsnag/bugsnag-ruby/pull/332) + | [#321](https://github.com/bugsnag/bugsnag-ruby/pull/321) + +### Bug fixes + +* Initialize Railtie after Bugsnag class + | [#343](https://github.com/bugsnag/bugsnag-ruby/issues/343) +* Alias `notify_or_ignore` to `notify` + | [Simon Maynard](https://github.com/snmaynard) + | [#319](https://github.com/bugsnag/bugsnag-ruby/pull/319) + ## 5.2.0 (10 February 2017) ### Enhancements diff --git a/README.md b/README.md index 03c725822..75513b782 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ The Bugsnag exception reporter for Ruby gives you instant notification of except 1. [Create a Bugsnag account](https://bugsnag.com) 2. Complete the instructions in the integration guide for your framework: + * [Que](http://docs.bugsnag.com/platforms/ruby/que) * [Rack](http://docs.bugsnag.com/platforms/ruby/rack) * [Rails](http://docs.bugsnag.com/platforms/ruby/rails) * [Rake](http://docs.bugsnag.com/platforms/ruby/rake) @@ -26,6 +27,7 @@ The Bugsnag exception reporter for Ruby gives you instant notification of except ## Support * Read the configuration reference: + * [Que](http://docs.bugsnag.com/platforms/ruby/que/configuration-options) * [Rack](http://docs.bugsnag.com/platforms/ruby/rack/configuration-options) * [Rails](http://docs.bugsnag.com/platforms/ruby/rails/configuration-options) * [Rake](http://docs.bugsnag.com/platforms/ruby/rake/configuration-options) diff --git a/VERSION b/VERSION index 91ff57278..03f488b07 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.2.0 +5.3.0