Skip to content

Releases: bugsnag/bugsnag-ruby

v6.7.0

05 Apr 11:13
6413bd3

Choose a tag to compare

6.7.0 (05 Apr 2018)

Enhancements

  • Support HTTP proxy from http_proxy and https_proxy environment variables
    | #424
    | #437
    | Bill Kirtley

  • Add option to disable auto-configuration
    | #419

  • Add warden.user.rack data to default filters
    | #436

Fixes

  • Ensure logged messages include Bugsnag progname
    | #443

v6.6.4

14 Feb 13:01

Choose a tag to compare

Fixes

  • Mark files in .bundle/ directory as not "in project"
    | #420
    | Alex Moinet
  • Restore support for attaching bugsnag_* metadata to exceptions without
    extending Bugsnag::Middleware::ExceptionMetaData
    | #426
    | Jordan Raine

v6.6.3

23 Jan 10:20

Choose a tag to compare

6.6.3 (23 Jan 2018)

Fixes

  • Re-added apiKey to payload for compatibility
    | #418

v6.6.2

18 Jan 17:05

Choose a tag to compare

6.6.2 (18 Jan 2018)

v6.6.1

10 Jan 00:35

Choose a tag to compare

Bug fixes

  • Fix failure to launch session polling task
    | #414

v6.6.0

09 Jan 18:03

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

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

Choose a tag to compare

6.4.0 (21 Dec 2017)

Enhancements

v6.3.0

14 Dec 14:16

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

Choose a tag to compare

6.2.0 (07 Dec 2017)

Enhancements

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