Skip to content

Releases: rollbar/rollbar-java

v1.7.7

28 May 14:37
52417fc
Compare
Choose a tag to compare
  • 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

15 Mar 15:13
Compare
Choose a tag to compare
  • 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

10 Sep 15:41
34fa752
Compare
Choose a tag to compare

rollbar-logback

  • Adds new param for Argument Array

v1.7.4

15 Jul 08:22
b474356
Compare
Choose a tag to compare

rollbar-log4j2

v1.7.3

03 Jun 16:56
73f4106
Compare
Choose a tag to compare

Build system

  • Upgrade to use gradle 6.3 #221

rollbar-api

  • Fix not present method property when json serialization #222

v1.7.2

27 May 17:52
cf16d45
Compare
Choose a tag to compare

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

17 Apr 15:37
56bd2ab
Compare
Choose a tag to compare

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

09 Apr 13:32
8e6f44d
Compare
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
Compare
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
Compare
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