Skip to content

Releases: bugsnag/bugsnag-cocoa

v5.13.3

06 Nov 13:29
Compare
Choose a tag to compare
  • Fix build on older versions of XCode

v5.13.2

02 Nov 13:56
Compare
Choose a tag to compare
  • Fix thread safety issue in breadcrumbs API
  • Allow setting device ID in report to null
  • When notifying of NSError, use the code and domain as the default context
  • Fix for wrong report context in some unhandled errors

v5.13.1

26 Oct 09:52
Compare
Choose a tag to compare
  • Additional method prefixing
  • Prevent possible memory leak in connectivity check

v5.13.0

12 Oct 13:45
Compare
Choose a tag to compare
  • Update podspec iOS version to 8.0
  • Updated example apps to Swift 4
  • Report error message for Swift's fatalError, preconditionFailure, assertionFailure, and assert.

v5.12.1

04 Oct 16:17
Compare
Choose a tag to compare
  • Fix duplicate symbols in KSCrash when Sentry library included in project

View build details and download artifacts on buddybuild:
Bugsnag (iOS, Bugsnag)

v5.12.0

02 Oct 17:01
Compare
Choose a tag to compare
  • Fix fatalError not producing crash report
  • Update library's calculation of stack frame depth
  • Reduced build warning count
  • Track difference between handled and unhandled exceptions
    #164
    Jamie Lynch

v5.11.2

15 Sep 09:50
Compare
Choose a tag to compare
  • Fixed wrong tag in Cocoapods spec

View build details and download artifacts on buddybuild:
Bugsnag (iOS, Bugsnag)

v5.11.1

14 Sep 12:54
Compare
Choose a tag to compare

Fixed issue with header file visibility

View build details and download artifacts on buddybuild:
Bugsnag (iOS, Bugsnag)

v5.11.0

14 Sep 10:33
Compare
Choose a tag to compare
v5.11.0 Pre-release
Pre-release
  • Update example apps to use Swift 3 syntax
  • Discard duplicate automatic breadcrumbs recording orientation changes
  • Map NSNotification keys in breadcrumbs into more human-readable strings
  • Attempt to send reports stored on disk when connection regained
  • Forked KSCrash library
  • Improve performance in Bugsnag.notifyError Eric Denman

View build details and download artifacts on buddybuild:
Bugsnag (iOS, Bugsnag)

v5.10.1

08 Jun 22:38
Compare
Choose a tag to compare

Bug fixes

  • Fix warning generated by checking for existence of a property guaranteed when
    deployment target is iOS 8.0+
    Scott Berrevoets
    #147