Skip to content

Releases: bugsnag/bugsnag-cocoa

v6.16.7

13 Apr 12:17
394884c
Compare
Choose a tag to compare

Bug fixes

  • Fix underreporting of device.totalMemory, which now matches NSProcessInfo.physicalMemory.
    #1335

  • Skip unnecessary file reading at startup when no unexpected app termination is detected.
    #1334

  • Fix duplication of app and device data in session payloads.
    #1332

v6.16.6

06 Apr 10:46
318aae7
Compare
Choose a tag to compare

Changes

  • Add Flutter notifier support.
    #1328

v6.16.5

30 Mar 09:46
08d2bdb
Compare
Choose a tag to compare

Bug fixes

  • Fix -[NSProxy doesNotRecognizeSelector:] crash when using BugsnagNetworkRequestPlugin in projects that use the New Relic SDK.
    #1324

v6.16.4

03 Mar 09:03
b4758ce
Compare
Choose a tag to compare

Bug fixes

  • Fix crash in CPPExceptionTerminate() if throw was called without an exception.
    #1312

  • Fix accuracy of app.inForeground and prevent reporting of hangs during background launches.
    #1307

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