Skip to content

Commit

Permalink
Release v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Apr 7, 2017
1 parent 1aee480 commit 41c4ce5
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.0
5.3.0

0 comments on commit 41c4ce5

Please sign in to comment.