Bugsnag v5.0.0 Release Notes

  • 🚀 This release includes an upgrade to KSCrash 👍 1.0.0, as well support for running alongside other KSCrash-dependent libraries. Crash handling for heap corruption and link register overwriting has also been 👌 improved.

    NOTE: The minimum supported iOS and OS X versions have been updated to 6.0 and 10.8 respectively.

    🐛 Bug Fixes

    • 🛠 Fix for occasional crash when logging from a failed network request #67

    • 🛠 Fix conflict when used alongside other KSCrash-dependent libraries #41 #52 #72 #91 #94

    • 🛠 Fix for failed crash reports being deleted instead of resent #76

    ✨ Enhancements

    • 👍 Bitcode support #78

    • 👻 Include breadcrumbs in uncaught exception reports #78 #86

    • 👻 Include severity in uncaught exception reports #86

    • ➕ Add pre- and post-crash hooks, for modifying or rejecting crash reports #17 #47 #34 #88

    • 👍 Swift demangling support #70 #96