Skip to content

Releases: rollbar/rollbar-java

v1.7.7

Choose a tag to compare

@diegov diegov released this 28 May 14:37
52417fc
  • Don't require an access token in log4j appender when configuration class is provided.
  • Add revapi binary and source backwards compatibility check to build.
  • Use generated class instead of jar manifest to populate notifier version in payload.

v1.7.6

Choose a tag to compare

@diegov diegov released this 15 Mar 15:13
  • Add struts2 integration with examples
  • Add all request parameters for post request method
  • Move all Travis build steps to Github action
  • Fix build on JDK 11 and add JDK 11 to GH action matrix
  • Catch Throwable in payload send task, to ensure it doesn't stop being scheduled. Fixes #246

v1.7.5

Choose a tag to compare

@vselvarajijay vselvarajijay released this 10 Sep 15:41
34fa752

rollbar-logback

  • Adds new param for Argument Array

v1.7.4

Choose a tag to compare

@basoko basoko released this 15 Jul 08:22
b474356

rollbar-log4j2

v1.7.3

Choose a tag to compare

@basoko basoko released this 03 Jun 16:56
73f4106

Build system

  • Upgrade to use gradle 6.3 #221

rollbar-api

  • Fix not present method property when json serialization #222

v1.7.2

Choose a tag to compare

@vselvarajijay vselvarajijay released this 27 May 17:52
cf16d45

New integrations

  • rollbar-spring-webmvc
  • rollbar-spring-boot-webmvc

Update to existing integrations

  • [rollbar-android] Remove VERSION constant in rollbar-android and load from metadata #214

v1.7.1

Choose a tag to compare

@basoko basoko released this 17 Apr 15:37
56bd2ab

rollbar-android

  • Fix jacoco error that breaks the application.
  • Add proguard rules to keep classes need for Serialization.
  • Make DiskQueue to delete payload files error when reading.

v1.7.0

Choose a tag to compare

@basoko basoko released this 09 Apr 13:32
8e6f44d

NOTE: This build was broken when publishing to maven. Please not use. #202

rollbar-android

  • Use by default DiskQueue instead of ConcurrentLinkedQueue in sender #200
  • Fix IndexOutOfBoundsException in DiskQueue.poll() #200
  • Use setDefaultUncaughtExceptionHandler to capture all uncaught exceptions #200

rollbar-java

  • Fix for not expected server responses #198

v1.6.0

Choose a tag to compare

@ArturMoczulski ArturMoczulski released this 10 Feb 23:06

Add codeVersion as an option to Log4j2 appender #196
Allow configuring more options via logback xml #194
Fix pre filter error NullPointerException #190
Add enabled as an option to log4j2 appender #188

v1.5.2

Choose a tag to compare

@ArturMoczulski ArturMoczulski released this 03 May 15:57
  • Make RollbarAppender(Rollbar rollbar) constructor public and allow start() to skip Rollbar instantiation so RollbarAppender can be constructed and started programmatically #184