Releases: bugsnag/bugsnag-java
Releases · bugsnag/bugsnag-java
v3.5.1
v3.5.0
v3.4.6
v3.4.5
v3.4.4
v3.4.3
v3.4.2
v3.4.0
- Enhanced support for Spring applications with the new
bugsnag-springnotifier - The ability to report throwables to Bugsnag with the logback appender
BugsnagAppender
Two artifacts are now available for this platform:
bugsnag-java- intended for plain Java applicationsbugsnag-spring- provides enhanced support for Spring applications
It is recommended that you migrate to bugsnag-spring if you develop a Spring application, as it enhances the quantity and quality of error reports which are sent automatically. Full upgrade instructions can be found here.
No upgrade steps are required for bugsnag-java in this release.
- Added
BugsnagAppenderthat can report throwables from existing log statements to Bugsnag, using logback - [Spring] Automatically report exceptions thrown when processing MVC/REST requests
- [Spring] Automatically report exceptions thrown in scheduled tasks
- [Spring] Added
BugsnagAsyncConfigclass to simplify capture of uncaught exceptions in async tasks - [Spring] Automatically attach request metadata to reports
- [Spring] Automatically attach Spring version information to reports
- [Spring] Automatically track sessions for each MVC request
See UPGRADING for upgrade details and the docs for further information on new functionality.