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

v2.23.2

Compare
Choose a tag to compare
@kattrali kattrali released this 26 Sep 18:54
· 46 commits to master since this release

Bug fixes

  • (Android) Upgrade bugsnag-android to v4.20.0

    • Buffer IO when reading from cached error files, improving SDK performance
      bugsnag-android#573
    • Fix freeDisk calculation to show free space rather than total space
      bugsnag-android#589
    • Fix duplicate reports possibly being sent when many launch crashes are
      delivered in low connectivity situations
      bugsnag-android#593
  • (iOS) Upgrade bugsnag-cocoa to v5.22.6

    • Ensure UIKit APIs are not called from background threads when
      initializing only in the JavaScript layer when using [email protected]+
      #396
    • Fix bug in notifyReleaseStages where if the release stage of a build was
      changed after start(), only the initial value was used to determine whether
      to send a report
      bugsnag-cocoa#405
      bugsnag-cocoa#412