Releases: rollbar/rollbar-java
v1.2.0
-
Added configuration options for
rollbar-webandrollbar-androidto specify how IP addresses
are captured. Forrollbar-webthis is configured via thecapture_ipfilter 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.
Forrollbar-androidone of the three string values:"full","anonymize", or"none"can be
passed to theRollbarinitializer. 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-logbackintegration as well as the ability to easily
set the endpoint for submitting items directly on the Configuration object.
See #143
v1.0.1
v1.0.0
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
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
Updated beta release with some minor fixes and with the javadoc jars.
v1.0.0-alpha-1
This is the first alpha release of the newly rewritten notifier library.