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

Changelog History
Page 3

  • v6.11.0 Changes

    January 17, 2019

    6.11.0 (17 Jan 2019)

    Note : this release alters the behaviour of the notifier to track sessions automatically.

    โœจ Enhancements

    โž• Added Breadcrumbs. Breadcrumbs allow you to track events that may have led
    up to an error, such as handled errors, page redirects, or SQL queries. For info on what
    ๐Ÿ‘€ is tracked and how you can customize the data that breadcrumbs collect, see the
    ๐Ÿ’Ž Logging breadcrumbs
    ๐Ÿ“š section of our documentation.
    ๐Ÿ’Ž | #525

    ๐Ÿ› Bugsnag will now capture automatically created sessions by default.
    ๐Ÿ’Ž | #523

    ๐Ÿ—„ Deprecated

    • ๐Ÿ”ง The endpoint and session_endpoint configuration options are now deprecated but still supported. The set_endpoints method should be used instead. Note that session tracking will be disabled if the notify endpoint is configured but the sessions endpoint is not - this is to avoid inadvertently sending session payloads to the wrong server.
  • v6.10.0 Changes

    December 05, 2018

    6.10.0 (05 Dec 2018)

    โœจ Enhancements

    โž• Add SignalException to our default ignored classes
    ๐Ÿ’Ž | #479
    | Toby Hsieh

    Include Bugsnag frames, marked out of project
    ๐Ÿ’Ž | #497

    ๐Ÿ›  Fixes

    • Ensure Sidekiq request data is always attached to notifications
      ๐Ÿ’Ž | #495
  • v6.9.0 Changes

    November 12, 2018

    6.9.0 (12 Nov 2018)

    โœจ Enhancements

    Ensure the correct error handler is used in newer versions of Sidekiq
    ๐Ÿ’Ž | #434

    ๐Ÿ‘ท Rewrite Delayed::Job integration to fix potential issues and add more
    collected data
    ๐Ÿ’Ž | #492
    | Simon Maynard

  • v6.8.0 Changes

    July 11, 2018

    ๐Ÿš€ This release includes general performance improvements to payload trimming and filtering.

    โœจ Enhancements

    • Capture unexpected app terminations automatically with at_exit | #397 | Alex Moinet

    • ๐Ÿ‘ท (DelayedJob) Improve max attempts handling - If the max attempts method returns nil it should fallback to Delayed::Worker.max_attempts | #471 | Johnny Shields

    • ๐Ÿ›ฐ Increase payload size limit to 512kb (from 256kb) | #431 | Alex Moinet

    ๐Ÿ›  Fixes

  • v6.7.3 Changes

    May 18, 2018

    6.7.3 (18 May 2018)

    ๐Ÿ›  Fixes

    • ๐Ÿ“‡ Apply metadata filters to HTTP referer fields
      ๐Ÿ’Ž | #460
      | Renee Balmert
  • v6.7.2 Changes

    April 24, 2018

    ๐Ÿ›  Fixes

    • (Notify) Handle notify calls with nil arguments correctly | #439
  • v6.7.1 Changes

    April 11, 2018

    ๐Ÿ›  Fixes

    • โš  (Rails) Log missing key warning after initialization completes, avoiding incorrectly logging a warning that the API key is missing | #444
  • v6.7.0 Changes

    April 05, 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 Changes

    February 14, 2018

    ๐Ÿ›  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 Changes

    January 23, 2018

    ๐Ÿ›  Fixes

    • ๐Ÿ›ฐ Re-added apiKey to payload for compatibility | #418