Releases: bugsnag/bugsnag-java
Releases · bugsnag/bugsnag-java
Release list
v4.0.0
v3.8.0
v3.7.2
Changed
-
Add a null check for
Severityto the notify override method. #214 -
Created Serializer interface, allowing for implementation of a custom serializer. #219
-
Updated ScheduleTaskConfiguration configureTask method to properly handle wrapped/proxied objects. #218
Bug Fixes
- Update
BugsnagImportSelectorto allow major versions that do not have a minor version.
fixes issue #211.
#213
v3.7.1
-
Restore
BugsnagServletContainerInitializerandBugsnagServletRequestListenerto thecom.bugsnag.servletpackage.
These classes are deprecated in favour of the newcom.bugsnag.servlet.javax.package, but are also compatible (c.b.s.BugsnagServletRequestListener extends c.b.s.javax.BugsnagServletRequestListener). This
fixes issue #195.
#199 -
Corrected JVM version requirements for Gradle projects (fixing issue 196)
#197
v3.7.0
v3.6.4
v3.6.3
- Bump Jackson from 2.9.1 for critical vulnerability fixes
#170
v3.6.2
- Fix JVM hang when System.exit or bugsnag.close is not called
#157
v3.6.1
- Prevent potential ConcurrentModificationException when adding callback
#149
v3.6.0
- Allow a BugsnagAppender to be created from an existing client
#147