All Versions
185
Latest Version
Avg Release Cycle
12 days
Latest Release
545 days ago

Changelog History
Page 7

  • v6.6.1 Changes

    February 03, 2021

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix compiler warnings when importing Bugsnag from Objective-C sources that do not use ARC. #985
    • ๐Ÿ›  Fix a rare crash that could occur in the event of JSON parsing failures. #987
  • v6.6.0 Changes

    January 20, 2021

    โœจ Enhancements

    • The NSError's userInfo property is now included in reports. #974
  • v6.5.1 Changes

    January 13, 2021

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix a regression where OOM events were missing session information. #963

    • 0๏ธโƒฃ Make maxPersistedEvents and maxPersistedSessions comply with the specification, with defaults of 32 and 128 respectively. #966

  • v6.5.0 Changes

    January 06, 2021

    โœจ Enhancements

    • ๐Ÿ”ง Errors may now be discarded based on their errorClass using the new discardClasses configuration option. #938

    • ๐Ÿ”ง The maxiumum number of persisted errors / events may now be configured using the new maxPersistedEvents configuration option. #936

    • ๐Ÿ”ง The maxiumum number of persisted sessions may now be configured using the new maxPersistedSessions configuration option. #943

    • ๐Ÿ› Bugsnag log messages are now prefixed with [Bugsnag] for easier searching & filtering. #955

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix reliability of Swift fatal error message reporting. #948
  • v6.4.1 Changes

    December 14, 2020

    ๐Ÿ› Bug fixes

    • Place "unhandledOverridden" inside "severityReason" instead of at the top level. 937
  • v6.4.0 Changes

    December 08, 2020

    โœจ Enhancements

    • ๐Ÿ‘ Allow overriding the "unhandled" flag in error callbacks.
      #921
      #912

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix unexpected exception behavior when started without an API key.
      #931
  • v6.3.0 Changes

    December 02, 2020

    โœจ Enhancements

    ๐Ÿ“‡ Out Of Memory errors now include more information, including custom metadata and user information.
    #915
    #908

    ๐Ÿ› Bugsnag can now be used without UIKit, reducing memory usage in app extensions.
    #919

    ๐Ÿ› Bug fixes

    ๐Ÿ›  Fixed incorrect app version reported when sending crash reports from older versions of Bugsnag (before 6.2.3)
    #911

    ๐Ÿ›  Fixed a rare crash in -[BugsnagClient computeDidCrashLastLaunch]
    #917

  • v6.2.6 Changes

    November 25, 2020

    ๐Ÿ› Bug fixes

    Error and session deliveries that fail with an HTTP error status code will now be retried if appropriate.
    #895

    ๐Ÿ›  Fixed a rare crash in BugsnagClient's network connectivity observer block.
    #904

  • v6.2.5 Changes

    November 18, 2020

    ๐Ÿ› Bug fixes

    ๐Ÿ›  Fixed a rare crash due to a race condition in BugsnagSystemState.
    #893
    #866

    Out Of Memory errors are no longer reported if a device reboot was detected.
    #822
    #545

  • v6.2.4 Changes

    November 04, 2020

    ๐Ÿ› Bug fixes

    • The onCrashHandler is no longer called in the event of an OOM.
      #874