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

Releases: bugsnag/bugsnag-android-ndk

v1.2.0

18 Jun 09:50
af24ac9
Compare
Choose a tag to compare

This release alters the behaviour of the notifier to track sessions automatically.
A session will be automatically captured on each app launch and sent to https://sessions.bugsnag.com. If you
use Bugsnag On-Premise, it is now also recommended that you set your notify and session endpoints
via config.setEndpoints(String notify, String sessions).

  • Update bugsnag-android dependency version to v4.5.0:

    • Enable automatic session tracking by default #314

    • Build bugsnag-android-ndk project with r16b #20

v1.1.3

16 Apr 15:43
23dba58
Compare
Choose a tag to compare
  • Add nullcheck for reading breadcrumb metadata values #9
    Jamie Lynch

  • Update bugsnag-android dependency version to v4.3.1:

    • Fix possible ANR when enabling session tracking via
      Bugsnag.setAutoCaptureSessions() and connecting to latent networks.
      #231

    • Fix invalid payloads being sent when processing multiple Bugsnag events in the
      same millisecond
      #235

    • Re-add API key to error report HTTP request body to preserve backwards
      compatibility with older versions of the error reporting API
      #228

v1.1.2

20 Jan 00:57
Compare
Choose a tag to compare

Bug fixes

  • Re-add armeabi support
    #5
  • Update bugsnag-android dependency version to v4.3.0:
    • Move capture of thread stacktraces to start of notify process
    • Add configuration option to disable automatic breadcrumb capture
    • Parse manifest meta-data for Session Auto-Capture boolean flag

v1.1.1

18 Jan 12:21
Compare
Choose a tag to compare
  • Move capture of thread stacktraces to start of notify process
  • Add configuration option to disable automatic breadcrumb capture
  • Update Gradle Wrapper
  • Parse manifest meta-data for Session Auto-Capture boolean flag

v1.1.0

10 Jan 16:34
Compare
Choose a tag to compare
  • Add session tracking and update Android library

v1.0.1

31 Jan 22:59
Compare
Choose a tag to compare

Bug Fixes

  • Update POM to include packaging type

v1.0.0

28 Jan 01:50
Compare
Choose a tag to compare

Initial release