Releases: rollbar/rollbar-java
v1.5.1
v1.5.0
v1.4.1
v1.4.0
v1.3.1
v1.3.0
- 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
v1.2.0
-
Added configuration options for
rollbar-web
androllbar-android
to specify how IP addresses
are captured. Forrollbar-web
this is configured via thecapture_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.
Forrollbar-android
one of the three string values:"full"
,"anonymize"
, or"none"
can be
passed to theRollbar
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
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.