Releases: bugsnag/bugsnag-android
Releases · bugsnag/bugsnag-android
v4.9.3
Bug fixes
- Handle null values in MetaData.mergeMaps, preventing potential NPE
#386
v4.9.2
Bug fixes
- [NDK] Fix regression in 4.9.0 which truncated stacktraces on 64-bit devices to
a single frame
#383
v4.9.1
Bug fixes
- Allow setting context to null from callbacks
#381
v4.9.0
Enhancements
- Add a callback to allow modifying reports immediately prior to delivery,
including fatal crashes from native C/C++ code. For more information, see the
callback reference.
#379
Bug fixes
- [NDK] Improve stack trace quality for signals raised on ARM32 devices
#378
v4.8.2
Bug fixes
- Add ThreadSafe annotation to com.bugsnag.android, remove infer dependency
#370
#366
v4.8.1
- [NDK] Fix a packaging issue on Maven Central in v4.8.0
v4.8.0
This release includes new versions of both bugsnag-android and
bugsnag-android-ndk, which will be released at the same time and with the same
version number going forward.
The NDK library has been rebuilt from the ground up and will use the same
version number as bugsnag-android.
Enhancements
- [NDK] Improve stack trace quality for all native crashes. There should be
significantly more crash-time information, across the board but especially on
newer API levels.
- [NDK] Reduce memory usage
- [NDK] Add support for session information
- [NDK] Add support for unhandled report tracking
Bug Fixes
- [NDK] Fix possible crash when leaving breadcrumbs from multiple threads
#6
#10
v4.7.0
- Capture trace of error reporting thread and identify with boolean flag #355
v4.6.1
- Set maxBreadcrumbs via Configuration rather than Client #359
- Catch Exception within DefaultDelivery class #361
- Add Null check when accessing system service #367
v4.6.0
-
Android P compatibility fixes - ensure available information on StrictMode violations is collected #350
-
Disable BuildConfig generation #343
-
Add consumer proguard rules for automatic ProGuard configuration without the Bugsnag gradle plugin #345
-
Internal refactor of app/device data serialisation