Skip to content

Releases: bugsnag/bugsnag-java

v3.7.2

29 Aug 09:59
8663402
Compare
Choose a tag to compare

Changed

  • Add a null check for Severity to 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 BugsnagImportSelector to allow major versions that do not have a minor version.
    fixes issue #211.
    #213

v3.7.1

25 Oct 10:46
8cc7444
Compare
Choose a tag to compare
  • Restore BugsnagServletContainerInitializer and BugsnagServletRequestListener to the com.bugsnag.servlet package.
    These classes are deprecated in favour of the new com.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

12 Jun 09:23
35eb2a6
Compare
Choose a tag to compare
  • Support Spring 6 / Spring Boot 3
    #191

  • Bump Jackson from 2.13.3 for critical vulnerability fixes
    #184

v3.6.4

12 Jul 12:30
885bcaa
Compare
Choose a tag to compare
  • Support log messages that use {} formatting
    #178

  • Fix potential hang when resolving DNS hostname
    #179

  • Bump Jackson from 2.12.5 and JUnit from 4.12 for critical vulnerability fixes
    #180

v3.6.3

12 Oct 13:44
b163992
Compare
Choose a tag to compare
  • Bump Jackson from 2.9.1 for critical vulnerability fixes
    #170

v3.6.2

10 Nov 11:25
4c95637
Compare
Choose a tag to compare
  • Fix JVM hang when System.exit or bugsnag.close is not called
    #157

v3.6.1

15 Aug 09:37
Compare
Choose a tag to compare
  • Prevent potential ConcurrentModificationException when adding callback
    #149

v3.6.0

08 Jul 08:56
Compare
Choose a tag to compare
  • Allow a BugsnagAppender to be created from an existing client
    #147

v3.5.1

31 May 09:42
Compare
Choose a tag to compare
  • Remove use of daemon threads, fixing potential resource leak
    #143

v3.5.0

07 May 13:07
957947d
Compare
Choose a tag to compare
  • Migrate version information to device.runtimeVersions
    #141