Releases: rollbar/rollbar-java
Releases · rollbar/rollbar-java
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.
v1.7.6
- 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
rollbar-logback
- Adds new param for Argument Array
v1.7.3
Build system
- Upgrade to use gradle 6.3 #221
rollbar-api
- Fix not present
method
property when json serialization #222
v1.7.2
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
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.
v1.7.0
NOTE: This build was broken when publishing to maven. Please not use. #202
rollbar-android
- Use by default
DiskQueue
instead of ConcurrentLinkedQueue
in sender #200
- Fix IndexOutOfBoundsException in DiskQueue.poll() #200
- Use setDefaultUncaughtExceptionHandler to capture all uncaught exceptions #200
rollbar-java
- Fix for not expected server responses #198
v1.6.0
Add codeVersion as an option to Log4j2 appender #196
Allow configuring more options via logback xml #194
Fix pre filter error NullPointerException #190
Add enabled as an option to log4j2 appender #188
v1.5.2
- Make
RollbarAppender(Rollbar rollbar)
constructor public and allow start()
to skip Rollbar
instantiation so RollbarAppender
can be constructed and started programmatically #184