Skip to content

Releases: palantir/safe-logging

1.26.0

11 Apr 09:07
7ab8c71
Compare
Choose a tag to compare
Type Description Link
Improvement Allow annotations on type use (List<@Safe String>) #699

1.25.0

30 Mar 11:25
63a85b5
Compare
Choose a tag to compare
Type Description Link
Improvement safe-logging annotations may be applied to fields and variables #682

1.24.0

23 Mar 16:57
6ea69a6
Compare
Choose a tag to compare
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

18 Mar 20:41
d2fb8b2
Compare
Choose a tag to compare
Type Description Link
Improvement preconditions-assertj applies a global representation for Arg #671

1.22.0

23 Feb 21:41
7f3e233
Compare
Choose a tag to compare

Automated release, no documented user facing changes

1.21.0

19 Jan 16:47
c87c2d4
Compare
Choose a tag to compare

Automated release, no documented user facing changes

1.20.0

09 Nov 13:53
1a517ba
Compare
Choose a tag to compare
Type Description Link
Feature LoggableExceptionAssert now contains a hasNoArgs method for asserting that an exception has no args. #607

1.19.0

10 Aug 13:27
aef23d5
Compare
Choose a tag to compare
Type Description Link
Feature Adds a checkArgumentNotNull method that is similar to checkNotNull but throws SafeIllegalArgumentException instead. #571

1.18.0

22 Jul 19:02
3d57cfb
Compare
Choose a tag to compare
Type Description Link
Improvement Throwable parameters are annotated @Nullable #569

1.17.0

21 Jul 18:32
367d307
Compare
Choose a tag to compare
Type Description Link
Improvement Implement the SafeLogger API #566