Skip to content

Releases: rollbar/rollbar-java

v1.4.1

14 Mar 18:32
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix NPE when not passing default values in rollbar-logback and override stop method to stop the appender #147

v1.2.0

17 May 00:52
Compare
Choose a tag to compare
  • Added configuration options for rollbar-web and rollbar-android to specify how IP addresses
    are captured. For rollbar-web this is configured via the capture_ip filter init parameter.
    This accepts the values: "full", "anonymize", and "none". "full" is the default and means
    we capture the full IP address from a request. "anonymize" implies that we take the full IP
    address and mask out the least significant bits. "none" means we do not capture the IP address
    at all.
    For rollbar-android one of the three string values: "full", "anonymize", or "none" can be
    passed to the Rollbar initializer. Here this refers to how the backend attempts to capture the
    IP address of the client when an item is submitted. "full" again is the default and the current
    behaviour where the full IP address of the client is gathered. "anonymize" takes the same IP
    address and masks out the least significant bits. "none" implies that the client IP is not
    captured.

    See #144

  • Better support for configuring the rollbar-logback integration as well as the ability to easily
    set the endpoint for submitting items directly on the Configuration object.
    See #143

v1.0.1

21 Mar 21:33
Compare
Choose a tag to compare

v1.0.0

16 Nov 19:42
Compare
Choose a tag to compare

This library has undergone a major rewrite from the prior 0.5.4 release. See https://github.com/rollbar/rollbar-java/tree/v1.0.0/examples for usage examples.

v1.0.0-beta-3

08 Nov 16:00
3d9cc20
Compare
Choose a tag to compare
v1.0.0-beta-3 Pre-release
Pre-release

Building a jar instead of a war for rollbar-web and an aar for android which should be default picked up by Maven.

v1.0.0-beta-2

28 Oct 00:23
Compare
Choose a tag to compare
v1.0.0-beta-2 Pre-release
Pre-release

Updated beta release with some minor fixes and with the javadoc jars.