Releases: palantir/safe-logging
Releases · palantir/safe-logging
1.16.0
No documented user facing changes
1.15.0
Automated release, no documented user facing changes
1.13.1
Type |
Description |
Link |
Fix |
SafeLoggable exception message rendering no longer fails on null args |
#492 |
1.13.0
Type |
Description |
Link |
Improvement |
Annotate Preconditions.checkNotNull with @Nonnull |
#337 |
1.12.2
Type |
Description |
Link |
Fix |
preconditions no longer imposes error_prone_annotations 2.3.4 on consumers, to avoid triggering a baseline bug (palantir/gradle-baseline#1113) |
#323 |
1.12.1
Type |
Description |
Link |
Fix |
Annotate preconditions-assertj Assertions with CheckReturnValue to match assertj-core. |
#316 |
1.12.0
Type |
Description |
Link |
Improvement |
Register LoggableArgRepresentation explicitly instead of using the deprecated service loading mechanism. |
#188 |
1.11.0
Type |
Description |
Link |
Improvement |
If ThrowableCallable passed to Assertions.assertThatLoggableExceptionThrownBy does not throw, appropriate message will be propagated. |
#257 |
1.10.1
Type |
Description |
Link |
Fix |
Fix refaster rule for hasArgs -> containsArgs migration. |
#177 |