Skip to content

Releases: bugsnag/bugsnag-cocoa

v6.11.0

18 Aug 14:42
233b519
Compare
Choose a tag to compare

Enhancements

  • Add breadcrumbs for UIScene notifications.
    #1165

v6.10.4

11 Aug 13:22
4c63985
Compare
Choose a tag to compare

Bug fixes

  • Fix ThreadSanitizer data race in BugsnagBreadcrumbs.
    #1160

v6.10.3

04 Aug 13:50
cc4b9f0
Compare
Choose a tag to compare

Bug fixes

  • Fix another rare crash in bsg_ksmachgetThreadQueueName.
    #1157

v6.10.2

14 Jul 12:14
3850d4c
Compare
Choose a tag to compare

Bug fixes

  • Fix ThreadSanitizer data race warning in BSGAppHangDetector.
    #1153

  • Remove (duplicated) user information from metaData.
    #1151

v6.10.1

07 Jul 12:26
866d9d9
Compare
Choose a tag to compare

Bug fixes

  • Fix a potential stack overflow in +[BugsnagThread allThreadsWithCurrentThreadBacktrace:].
    #1148

  • Fix NSNull handling in +[BugsnagError errorFromJson:] and +[BugsnagStackframe frameFromJson:].
    #1143
    #1138

  • Fix a rare crash in bsg_ksmachgetThreadQueueName.
    #1147

v6.10.0

30 Jun 13:20
18b712d
Compare
Choose a tag to compare

Bug fixes

  • Fix an issue that could cause C++ exceptions with very long descriptions to not be reported.
    #1137

  • Improve performance of adding metadata by using async file I/O.
    #1133

  • Improve performance of leaving breadcrumbs by using async file I/O.
    #1124

v6.9.7

23 Jun 13:09
b75032f
Compare
Choose a tag to compare

Bug fixes

  • Prevent some potential false positive detection of app hangs.
    #1122

v6.9.6

16 Jun 12:42
61a3095
Compare
Choose a tag to compare

Bug fixes

  • Improve accuracy of app hang event information to better reflect state at time of detection.
    #1118

v6.9.5

09 Jun 12:04
ca5cdd3
Compare
Choose a tag to compare

Bug fixes

  • Stop app hangs being reported if app is launched in the background.
    #1112

  • Stop session being reported if app is launched in the background.
    #1108

  • Fix KSCrash state storage for apps with no CFBundleName.
    #1103

v6.9.4

02 Jun 12:04
ede9f5b
Compare
Choose a tag to compare

Bug fixes

  • Improve performance of notify().
    #1102
    #1104
    #1105

  • Fix a crash in -[BugsnagApp deserializeFromJson:] if main Mach-O image could not be identified, and improve reliability of identification.
    #1097
    #1101