Skip to content

Releases: bugsnag/bugsnag-java

v3.2.0-beta

14 Jun 13:45
b7c3e47

Choose a tag to compare

Important: This is a beta release which introduces automatic tracking of sessions, which by
default are captured for each HTTP request received via the Servlet API
To disable this data collection, call bugsnag.setAutoCaptureSessions(false).
If you wish to use a custom strategy for tracking sessions, call bugsnag.startSession() in the
appropriate place within your application.
Jamie Lynch
#70

Deprecation notice
setEndpoints(String notify, String session) is now the preferred way to configure custom endpoints,
if you are using Bugsnag On-Premise.

v3.1.6

03 May 09:28
41f50db

Choose a tag to compare

v3.1.5

08 Mar 15:12

Choose a tag to compare

  • Update MetaData filtering to handle different versions of Jackson correctly
    #76

v3.1.4

18 Jan 11:54

Choose a tag to compare

  • Remove dependency on Guava
  • Update Gradle wrapper

v3.1.3

30 Nov 10:21

Choose a tag to compare

  • Cache hostname to avoid excessive thread spawning

v3.1.2

03 Nov 13:21

Choose a tag to compare

  • Fixes JDK 7 support by using Android Guava
  • Fixes bad artefact packaging caused by bug in gradle

v3.1.1

11 Oct 10:34

Choose a tag to compare

Bug Fixes

  • Allow overriding the context set by the servlet callback
    #63

v3.1.0

27 Sep 10:11

Choose a tag to compare

Enhancements

  • Track difference between handled and unhandled exceptions
    #59

v3.0.2

04 Jan 16:26

Choose a tag to compare

Bug Fixes

  • Use deprecated method to ensure we don't break with older versions of jackson
    William Starling
    #54

v3.0.1

11 Nov 16:47

Choose a tag to compare

Bug Fixes

Enhancements