The change log has moved to this repo's GitHub Releases Page.
- Capture local variables in stack frames with a native agent. #169
- Only create the default sender if a custom one is not present. #168
- Remove use of java.util.Objects as is not available in android sdk version lower than 19. #162
- 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 by to send the payloads. #154
- Fix NPE when not passing default values in rollbar-logback and override stop method to stop the appender #147
-
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
- Android integration compatible with api level 16 #123
- Add logback integration #122
- Add close method with wait flag to sender #121
- Use buffered sender by default #119
- Add log4j2 integration #114
- Add enabled flag to configuration #113
- Allow arbitrary extra data in API objects that support this loose format: Client, Person, Request, Message and Server #104
- Add support to know if an exception was uncaught #102
- Query param list of one element are send as the element instead of list #92
- Timestamp sent in seconds to Rollbar #91
- Make public BodyContent interface #90
- Breaking change from the previous versions of the notifier
- New notifier package naming and modules structure
- Change build process to gradle