All Versions
154
Latest Version
Avg Release Cycle
16 days
Latest Release
517 days ago

Changelog History
Page 1

  • v5.28.3 Changes

    November 16, 2022

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed a very rare race-condition in refreshSymbolTable that could lead to empty native stack traces being reported #1781
  • v5.28.2 Changes

    November 08, 2022

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed a bug that could sometimes cause native crashes when adding or clearing feature flags #1777
    • ๐Ÿ“‡ Nested metadata is now correctly subject to the Configuration.setMaxStringValueLength setting #1778
  • v5.28.1 Changes

    October 19, 2022

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed rare thread-starvation issue where some internal failures could lead to deadlocks. This was most noticeable when attempting to call Bugsnag.start on an architecture (ABI) that was not packaged in the APK, and lead to an ANR instead of an error report. #1768
  • v5.28.0 Changes

    October 13, 2022

    โœจ Enhancements

    • ๐Ÿ› Bugsnag now supports up to 500 breadcrumbs, with a default max of 100. Note that breadcrumbs will be trimmed (oldest first) if the payload exceeds 1MB. #1751

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed very rare crashes when attempting to unwind NDK stacks over protected memory pages #1761
  • v5.27.0 Changes

    October 06, 2022

    โœจ Enhancements

    • ๐Ÿ”ง Setting Configuration.attemptDeliveryOnCrash will cause Bugsnag to attempt error delivery during some crashes. Use of this feature is discouraged, see the method JavaDoc for more information. #1749
  • v5.26.0 Changes

    August 18, 2022

    โœจ Enhancements

    • Introduced bugsnag_refresh_symbol_table and BugsnagNDK.refreshSymbolTable to allow NDK apps to force a refresh of cached debug information used during a native crash. This new API is only applicable if you are using dlopen or System.loadLibrary after startup, and experiencing native crashes with missing symbols. #1731

    ๐Ÿ› Bug fixes

    • ๐Ÿ“‡ Non-List Collections are now correctly handled as OPAQUE values for NDK metadata #1728
  • v5.25.0 Changes

    July 19, 2022

    โœจ Enhancements

    • ๐Ÿ”‹ Feature flags can now be accessed in the onSend and onError callbacks #1720
    • ๐Ÿ”‹ Feature flags are now kept in and trimmed in order of insertion or modification rather than in alphabetical order #1718
  • v5.24.0 Changes

    June 30, 2022

    โœจ Enhancements

    • ๐Ÿ”‹ Feature flags are now kept in and trimmed in order of insertion or modification rather than in alphabetical order. #1718

    • ๐Ÿ“‡ Complex metadata (nested structures such as maps & lists) added in Java/Kotlin is now fully preserved in NDK errors #1715

    • ๐Ÿ”ง Configuration.discardClasses now applies to NDK errors #1710

  • v5.23.1 Changes

    June 23, 2022

    ๐Ÿ› Bug fixes

    • Report the correct filename for native-libs that are loaded from within apk files #1705
  • v5.23.0 Changes

    June 20, 2022

    โœจ Enhancements

    • โž• Added configuration option to control whether internal errors are sent to Bugsnag #1701

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed Bugsnag interactions with the Google ANR handler on newer versions of Android #1699
    • ๐Ÿ“‡ Overwriting & clearing event metadata in the NDK plugin will no longer leave phantom values #1700