Skip to content

Releases: rollbar/rollbar-java

v1.2.0

17 May 00:52

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

Choose a tag to compare

v1.0.0

16 Nov 19:42

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

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

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.

v1.0.0-alpha-1

16 Oct 19:36

Choose a tag to compare

v1.0.0-alpha-1 Pre-release
Pre-release

This is the first alpha release of the newly rewritten notifier library.