Skip to content

Releases: rollbar/rollbar-java

v1.7.0

09 Apr 13:32
8e6f44d

Choose a tag to compare

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

10 Feb 23:06

Choose a tag to compare

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

03 May 15:57

Choose a tag to compare

  • Make RollbarAppender(Rollbar rollbar) constructor public and allow start() to skip Rollbar instantiation so RollbarAppender can be constructed and started programmatically #184

v1.5.1

02 May 14:50

Choose a tag to compare

  • Make RollbarFilter dependency-injectable for rollbar-web (#182)

v1.5.0

29 Apr 10:28

Choose a tag to compare

  • Enable sending complete JSON payloads, as proxy for other SDKs #180

v1.4.1

14 Mar 18:32

Choose a tag to compare

  • Add configuration to determine default item level #179
  • Allow the maximum number of logcat lines to be configured #178
  • Provide convenience setter for JsonSerializer #177

v1.4.0

17 Dec 17:21

Choose a tag to compare

Add support for gathering local variables in each stack trace frame when you attach our native agent. The native agent dynamic libraries can be found in this release.

v1.3.1

07 Aug 11:06
3c45d35

Choose a tag to compare

  • Remove use of java.util.Objects as is not available in android sdk version lower than 19. #162

v1.3.0

03 Aug 18:26
c05e979

Choose a tag to compare

  • Fix rollbar-log4j2 appender by overriding stop methods and close the Rollbar client. #156
  • Add configuration options to the rollbar-log4j2 to match the ones of the rollbar-logback. #157
  • Fix rollbar-android publication by setting in the pom.xml the packaging value as arr. #158
  • Fix rollbar-android dependencies to include the one declared as api. #159
  • Add feature to set up a proxy to be used to send the payloads. #154

v1.2.1

10 Jul 16:44
c370ecb

Choose a tag to compare

  • Fix NPE when not passing default values in rollbar-logback and override stop method to stop the appender #147