Skip to content

v6.16.0

Compare
Choose a tag to compare
@imjoehaines imjoehaines released this 12 Aug 13:12
· 552 commits to master since this release
0afe6b6

6.16.0 (12 August 2020)

Enhancements

  • Set default Delayed Job error context to job class
    | #499
    | Mike Stewart

  • The BUGSNAG_RELEASE_STAGE environment variable can now be used to set the release stage. Previously this was only used in Rails applications
    | #613

  • Add support for runtime versions to Delayed Job, Mailman and Shoryuken integrations
    | #620

  • Reduce the size of the bundled gem
    | #571
    | t-richards

  • Move serialization of Reports onto the background thread when using the thread_queue delivery method
    | #623

Fixes

  • The app_type configuration option should no longer be overwritten by Bugsnag and integrations should set this more consistently
    | #619