Skip to content

Releases: bugsnag/bugsnag-cocoa

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

4.0.8

10 Sep 19:39
Compare
Choose a tag to compare
  • Reduce deployment target to 4.3
  • Dont catch caught exceptions on OSX

v4.0.7

28 May 23:49
Compare
Choose a tag to compare

4.0.7

  • Fix compilation error for Unity under arm64

v4.0.6

13 May 01:28
Compare
Choose a tag to compare
  • Uncaught OSX exceptions are now sent as warnings as they are not fatal

v4.0.5

22 Apr 00:59
Compare
Choose a tag to compare

v4.0.5

  • Fix buffer over-read in JSON parser.

v4.0.4

13 Mar 00:06
Compare
Choose a tag to compare

Build an OSX framework so people can easier manually use Bugsnag for OSX

v4.0.3

03 Mar 18:41
Compare
Choose a tag to compare
  • Unregister self for notifications in notifier dealloc

v4.0.2

23 Feb 18:41
Compare
Choose a tag to compare

CHANGELOG

  • Make metaData thread-safe