Releases: rollbar/rollbar-java
Releases · rollbar/rollbar-java
v1.7.10
03 Nov 16:05
Compare
Sorry, something went wrong.
No results found
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
18 Oct 16:14
Compare
Sorry, something went wrong.
No results found
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
10 Jun 16:41
Compare
Sorry, something went wrong.
No results found
Fix serialization of objects containing quotes in custom section of payload.
Set enabled to true by default in log4j2 appender. #270
v1.7.7
28 May 14:37
Compare
Sorry, something went wrong.
No results found
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.
v1.7.6
15 Mar 15:13
Compare
Sorry, something went wrong.
No results found
Add struts2 integration with examples
Add all request parameters for post request method
Move all Travis build steps to Github action
Fix build on JDK 11 and add JDK 11 to GH action matrix
Catch Throwable in payload send task, to ensure it doesn't stop being scheduled. Fixes #246
v1.7.5
10 Sep 15:41
Compare
Sorry, something went wrong.
No results found
rollbar-logback
Adds new param for Argument Array
v1.7.4
15 Jul 08:22
Compare
Sorry, something went wrong.
No results found
v1.7.3
03 Jun 16:56
Compare
Sorry, something went wrong.
No results found
Build system
Upgrade to use gradle 6.3 #221
rollbar-api
Fix not present method property when json serialization #222
v1.7.2
27 May 17:52
Compare
Sorry, something went wrong.
No results found
New integrations
rollbar-spring-webmvc
rollbar-spring-boot-webmvc
Update to existing integrations
[rollbar-android] Remove VERSION constant in rollbar-android and load from metadata #214
v1.7.1
17 Apr 15:37
Compare
Sorry, something went wrong.
No results found
rollbar-android
Fix jacoco error that breaks the application.
Add proguard rules to keep classes need for Serialization.
Make DiskQueue to delete payload files error when reading.