All Versions
146
Latest Version
Avg Release Cycle
56 days
Latest Release
621 days ago

Changelog History
Page 4

  • v6.6.2 Changes

    January 18, 2018

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix Shoryuken integration & project_root Pathname issue | #416 | Sergei Maximov
  • v6.6.1 Changes

    January 09, 2018

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix failure to launch session polling task | #414
  • v6.6.0 Changes

    January 09, 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 Changes

    January 04, 2018

    โœจ Enhancements

    • Adds support for tracking sessions and crash rate by setting the configuration option configuration.auto_capture_sessions to true. Sessions can be manually created using Bugsnag.start_session. | #411
  • v6.4.0 Changes

    December 21, 2017

    โœจ Enhancements

  • v6.3.0 Changes

    December 14, 2017

    โœจ Enhancements

    • ๐Ÿ‘ Allow skipping report generation using exception property | #402
  • v6.2.0 Changes

    December 07, 2017

    โœจ Enhancements

    • โž• Added common exit exceptions - SystemExit and Interrupt - to default ignore classes. | #404
  • v6.1.1 Changes

    November 23, 2017

    ๐Ÿ›  Fixes

    • Ensured Bugsnag class intialises before railties initialised | #396
  • v6.1.0 Changes

    November 17, 2017

    โœจ Enhancements

    • ๐Ÿ‘‰ Use lazy load hooks to hook on ActionController::Base | Edouard-chin | #393

    ๐Ÿ›  Fixes

  • v6.0.1 Changes

    November 09, 2017

    โž• Adds a warning for the change in usage for the notify() method from < 6.0 to โฌ†๏ธ ease upgrading.