Skip to content

Releases: bugsnag/bugsnag-ruby

v6.6.2

18 Jan 17:05
Compare
Choose a tag to compare

6.6.2 (18 Jan 2018)

v6.6.1

10 Jan 00:35
Compare
Choose a tag to compare

Bug fixes

  • Fix failure to launch session polling task
    | #414

v6.6.0

09 Jan 18:03
Compare
Choose a tag to compare

6.6.0 (09 Jan 2018)

Enhancements

  • Session tracking update:
    • Refactor of session tracking to adhere to a common interface, and simplify usage.
    • Includes several performance enhancements.
    • Reverts potentially breaking change of json body sanitation within delivery function.
      | #412
    • Maintains backwards compatibility with previous session-tracking changes.
      | #413

v6.5.0

04 Jan 17:20
Compare
Choose a tag to compare

6.5.0 (04 Jan 2018)

Enhancements

  • Adds support for tracking sessions and crash rate by setting the configuration option configuration.track_sessions to true.
    Sessions can be manually created using Bugsnag.start_session, and manually delivered using Bugsnag.send_sessions.
    | #411

v6.4.0

21 Dec 15:55
Compare
Choose a tag to compare

6.4.0 (21 Dec 2017)

Enhancements

v6.3.0

14 Dec 14:16
Compare
Choose a tag to compare

6.3.0 (14 Dec 2017)

Enhancements

  • Allow skipping report generation using exception property
    | #402

v6.2.0

07 Dec 16:05
Compare
Choose a tag to compare

6.2.0 (07 Dec 2017)

Enhancements

  • Added common exit exceptions - SystemExit and Interrupt - to default ignore classes.
    | #404

v6.1.1

23 Nov 15:05
Compare
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
Compare
Choose a tag to compare

6.1.0 (17 Nov 2017)

Enhancements

Fixes

v6.0.1

09 Nov 23:23
Compare
Choose a tag to compare

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