Releases: rollbar/rollbar-java
Releases · rollbar/rollbar-java
v2.0.0-alpha.1
- Remove Java 7 support #316
- Feat: Telemetry (no automatic captures for the moment, only manual) #313
- Feat: Add
is_uncaught
field to payload to differentiate between errors not caught by the user #319
v1.10.3
What's Changed
rollbar-logback
- Update Logback to version 1.3.14 #310
rollbar-java
- Fix: Log when the error reports folder can't be created instead of throwing an Exception, to
prevent silent crashes #318
v1.9.0
What's Changed
- Enable maven publishing for rollbar-reactive-streams and rollbar-reac… by @diegov in #297
Full Changelog: v1.8.1...v1.9.0
v1.8.1
- Update log4j dependencies to v2.17.0 (#291)
v1.7.10
- Add option to truncate payloads before sending them to Rollbar.
- Disable vmlens tests when running in Java 11, since it occasionally generates invalid bytecode.
v1.7.9
- Add rollbar-android option to detect when the network is unavailable and suspend sending occurrences.
- Add reactive-streams Notifier implementation with optional Reactor support.
v1.7.8
- Fix serialization of objects containing quotes in custom section of payload.
- Set enabled to true by default in log4j2 appender. #270
v1.7.7
- Don't require an access token in log4j appender when configuration class is provided.
- Add revapi binary and source backwards compatibility check to build.
- Use generated class instead of jar manifest to populate notifier version in payload.