Skip to content

Releases: bugsnag/bugsnag-cocoa

v6.16.3

23 Feb 11:32
9292712
Compare
Choose a tag to compare

Bug fixes

  • Fix incorrect OOM session info after manually pausing or stopping a session.
    #1301

  • Improve accuracy of metaData.device.lowMemoryWarning.
    #1296

  • Stop reporting SIGPIPE errors in apps that set SIG_IGN.
    #1295

v6.16.2

26 Jan 13:26
c8454a8
Compare
Choose a tag to compare
  • Improve reliability of crash reporting when multiple crashes occur concurrently.
    #1286

v6.16.1

19 Jan 14:06
efe6aa8
Compare
Choose a tag to compare

Bug fixes

  • Fix missing imports when building with CLANG_ENABLE_MODULES=NO
    #1284

  • Improve crash report writing performance with buffered output.
    #1281

v6.16.0

12 Jan 12:59
f68fa95
Compare
Choose a tag to compare

Enhancements

Bug fixes

  • Fix missing user.id in OOM events with no active session.
    #1274

  • Improve crash report writing performance and size on disk.
    #1273

v6.15.2

05 Jan 13:15
46ecccb
Compare
Choose a tag to compare

Bug fixes

  • Detect hangs during launch of UIScene based apps.
    #1263

  • Stop persisting changes made by OnSendError callbacks if delivery needs to be retried.
    #1262

  • Fix incorrect device.freeDisk in crash errors.
    #1256

  • Fix some potential deadlocks that could occur if a crash handler crashes.
    #1252

v6.15.1

08 Dec 13:37
45e05a2
Compare
Choose a tag to compare

Bug fixes

  • Fix UIApplicationState detection when started from a SwiftUI app's init() function.
    This fixes false positive OOMs on iOS 15 for apps that have been prewarmed without transitioning to the foreground.
    #1248

  • Load configuration from the plist instead of using defaults when calling Bugsnag.start(withApiKey:)
    #1245

v6.15.0

02 Dec 08:12
7d9c966
Compare
Choose a tag to compare

Enhancements

  • New APIs to allow OnBreadcrumb, OnSendError and OnSession Swift closures to be removed.
    The following APIs are now deprecated and will be removed in the next major release:

    • removeOnBreadcrumb(block:)
    • removeOnSendError(block:)
    • removeOnSession(block:)
      #1240
  • Include metadata in breadcrumbs for UIWindow / NSWindow notifications.
    #1238

v6.14.4

22 Nov 13:13
0c5d4e3
Compare
Choose a tag to compare

Bug fixes

  • (BugsnagNetworkRequestPlugin) Fix a crash in -[BSGURLSessionTracingDelegate URLSession:task:didFinishCollectingMetrics:] for tasks with no request.
    #1230

v6.14.3

03 Nov 16:17
a0e2c19
Compare
Choose a tag to compare

Bug fixes

  • Use LC_FUNCTION_STARTS to improve symbolication accuracy.
    #1214

v6.14.2

27 Oct 12:48
56da57d
Compare
Choose a tag to compare

Bug fixes

  • Fix missing configuration.user and manually resumed session info in unhandled errors.
    #1215