All Versions
154
Latest Version
Avg Release Cycle
16 days
Latest Release
728 days ago
Changelog History
Page 1
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 -
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 -
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
- ๐ง Setting
-
v5.26.0 Changes
August 18, 2022โจ Enhancements
- Introduced
bugsnag_refresh_symbol_table
andBugsnagNDK.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 usingdlopen
orSystem.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
- Introduced
-
v5.25.0 Changes
July 19, 2022 -
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