Skip to content

Releases: bugsnag/bugsnag-java

v4.0.0

Choose a tag to compare

@SB-sachinp SB-sachinp released this 29 Apr 08:21
9399f3c
  • This major release modernises the Java notifier with breaking changes to align with current Bugsnag conventions, drop legacy Java/Servlet support, and add new capabilities like feature flags. #254
  • @see UPGRADING for upgrade details.

v3.8.0

Choose a tag to compare

@joshedney joshedney released this 17 Jul 13:44
  • Set default endpoints based on API key #227

v3.7.2

Choose a tag to compare

@clr182 clr182 released this 29 Aug 09:59
8663402

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

Choose a tag to compare

@hamudi-ahmed hamudi-ahmed released this 25 Oct 10:46
8cc7444
  • 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

Choose a tag to compare

@hamudi-ahmed hamudi-ahmed released this 12 Jun 09:23
35eb2a6
  • Support Spring 6 / Spring Boot 3
    #191

  • Bump Jackson from 2.13.3 for critical vulnerability fixes
    #184

v3.6.4

Choose a tag to compare

@hamudi-ahmed hamudi-ahmed released this 12 Jul 12:30
885bcaa
  • 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

Choose a tag to compare

@tomlongridge tomlongridge released this 12 Oct 13:44
b163992
  • Bump Jackson from 2.9.1 for critical vulnerability fixes
    #170

v3.6.2

Choose a tag to compare

@tomlongridge tomlongridge released this 10 Nov 11:25
4c95637
  • Fix JVM hang when System.exit or bugsnag.close is not called
    #157

v3.6.1

Choose a tag to compare

@fractalwrench fractalwrench released this 15 Aug 09:37
  • Prevent potential ConcurrentModificationException when adding callback
    #149

v3.6.0

Choose a tag to compare

@fractalwrench fractalwrench released this 08 Jul 08:56
  • Allow a BugsnagAppender to be created from an existing client
    #147