Releases: bugsnag/bugsnag-java
Releases · bugsnag/bugsnag-java
v3.2.0-beta
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
- Make preemptive copy of map filtering specified keys
Leandro Aparecido
#77 - Add setter for overriding error class
Jamie Lynch
#78
v3.1.5
v3.1.4
- Remove dependency on Guava
- Update Gradle wrapper
v3.1.3
- Cache hostname to avoid excessive thread spawning
v3.1.2
- Fixes JDK 7 support by using Android Guava
- Fixes bad artefact packaging caused by bug in gradle
v3.1.1
v3.1.0
v3.0.2
v3.0.1
Bug Fixes
- Stop AsyncHttpDelivery from indefinitely blocking exit
William Starling
#50
Enhancements
- Improve Spring compatibility
William Starling
#49