Skip to content

Releases: bugsnag/bugsnag-cocoa

v5.4.0

23 Jul 01:30
Compare
Choose a tag to compare

Enhancements

  • Add support for automated breadcrumb collection for common events and the new
    breadcrumbs API
    #112
  • Add support for Apple TV
    #113
  • Add ability to customize error reports via notify:withBlock
    #110
  • Add support for sending reports for NSError instances via notifyError:
    and notifyError:withBlock:
    #110
  • Add crash time to the "Device" tab of error reports
    #110

v5.3.0

15 Jul 20:08
Compare
Choose a tag to compare

Bug fixes

  • Fix intermittent crashes via NSZombie detection being enabled by default
    #111
    KSCrash#160

v5.2.1

16 Jun 22:11
Compare
Choose a tag to compare

Adds Carthage support

v5.2.0

02 Jun 22:00
Compare
Choose a tag to compare

Bug Fixes

  • Catch JSON (de)serialization exceptions thrown from NSJSONSerialization

Enhancements

  • Add nullability annotations
  • Remove logging when no reports were sent

5.1.0

01 Mar 20:24
Compare
Choose a tag to compare

Bug Fixes

  • Fix build failure when building with frameworks #101

Enhancements

  • Add support for iOS Application Extensions #100

5.0.2

19 Feb 01:35
Compare
Choose a tag to compare

Bug Fixes

  • Fix typo in updated payload date format. Should use RFC 3339.

5.0.1

17 Feb 19:44
Compare
Choose a tag to compare

Bug Fixes

  • Fix header issue when linking to Bugsnag via CocoaPods from within another pod
    #98 #99

5.0.0

16 Feb 22:27
Compare
Choose a tag to compare

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

v4.1.0

03 Dec 14:36
Compare
Choose a tag to compare
  • Breadcrumbs support.
  • Send notifications with current configuration rather than that in the report.

v4.0.9

24 Sep 20:05
Compare
Choose a tag to compare

Fixes nil named exceptions