v6.0.0
6.0.0 (2022-01-20)
This version contains breaking changes, as bugsnag-unity has been updated to allow for more convenient and performant initialisation and configuration features.
Please see the upgrade guide for details of all the changes and instructions on how to upgrade.
This version of the sdk can also be installed via UPM
In addition to the changes mentioned in the upgrade guide, the bundled Bugsnag Android Notifier has been updated. See below for details.
- Update bugsnag-android to v5.18.0
- Bump compileSdkVersion to apiLevel 31
bugsnag-android#1536 - Flush in-memory sessions first
bugsnag-android#1538 - Avoid unnecessary network connectivity change breadcrumb
bugsnag-android#1540
bugsnag-android#1546 - Clear native stacktrace memory in
bugsnag_notify_env
before attempting to unwind the stack
bugsnag-android#1543 - Increase resilience of NDK stackframe method capture
bugsnag-android#1484 redactedKeys
now correctly apply to metadata on Event breadcrumbs
bugsnag-android#1526- Improved the robustness of automatically logged
ERROR
breadcrumbs
bugsnag-android#1531 - Improve performance on the breadcrumb storage "hot path" by removing Date formatting
bugsnag-android#1525 - Improve the memory use and performance overhead when handling the delivery response status codes
bugsnag-android#1558 - Harden ndk layer through use of const keyword
bugsnag-android#1566 - Delete persisted NDK events earlier in delivery process
bugsnag-android#1562 - Add null checks for strlen()
bugsnag-android#1563 - Catch IOException when logging response status code
bugsnag-android#1567
- Bump compileSdkVersion to apiLevel 31