Skip to content
This repository was archived by the owner on Sep 14, 2020. It is now read-only.

v2.22.3

Choose a tag to compare

@kattrali kattrali released this 31 Jul 13:06
· 82 commits to master since this release

Bug fixes

  • (iOS) Upgrade bugsnag-cocoa to v5.22.4
    • Support adding pre-delivery metadata to out-of-memory reports
      bugsnag-cocoa#393
    • Fix erroneously reporting out-of-memory events from iOS app extensions
      bugsnag-cocoa#394
    • Fix erroneously reporting out-of-memory events when an iOS app is in the
      foreground but inactive
      bugsnag-cocoa#394
    • Fix erroneously reporting out-of-memory events when the app terminates
      normally and is issued a "will terminate" notification, but is terminated
      prior to the out-of-memory watchdog processing the notification
      bugsnag-cocoa#394
    • Fix memory leak in notify()
      Carolina Aguilar
      bugsnag-cocoa#395