Releases: bugsnag/bugsnag-cocoa
Releases · bugsnag/bugsnag-cocoa
v6.11.0
Enhancements
- Add breadcrumbs for
UIScene
notifications.
#1165
v6.10.4
Bug fixes
- Fix ThreadSanitizer data race in
BugsnagBreadcrumbs
.
#1160
v6.10.3
Bug fixes
- Fix another rare crash in
bsg_ksmachgetThreadQueueName
.
#1157
v6.10.1
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
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
Bug fixes
- Prevent some potential false positive detection of app hangs.
#1122
v6.9.6
Bug fixes
- Improve accuracy of app hang event information to better reflect state at time of detection.
#1118
v6.9.5
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
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