Releases: palantir/safe-logging
Releases · palantir/safe-logging
1.26.0
Type |
Description |
Link |
Improvement |
Allow annotations on type use (List<@Safe String> ) |
#699 |
1.25.0
Type |
Description |
Link |
Improvement |
safe-logging annotations may be applied to fields and variables |
#682 |
1.24.0
Type |
Description |
Link |
Improvement |
Add a @DoNotLog annotation to describe types which mustn't be logged. Existing @Safe and @Unsafe annotations can be applied to types and methods to more expressively describe element safety. Subclasses inherit safe-logging annotations from parents. |
#674 |
1.23.0
Type |
Description |
Link |
Improvement |
preconditions-assertj applies a global representation for Arg |
#671 |
1.22.0
Automated release, no documented user facing changes
1.21.0
Automated release, no documented user facing changes
1.20.0
Type |
Description |
Link |
Feature |
LoggableExceptionAssert now contains a hasNoArgs method for asserting that an exception has no args. |
#607 |
1.19.0
Type |
Description |
Link |
Feature |
Adds a checkArgumentNotNull method that is similar to checkNotNull but throws SafeIllegalArgumentException instead. |
#571 |
1.18.0
Type |
Description |
Link |
Improvement |
Throwable parameters are annotated @Nullable |
#569 |
1.17.0
Type |
Description |
Link |
Improvement |
Implement the SafeLogger API |
#566 |