Skip to content

Releases: palantir/safe-logging

1.16.0

20 Jun 22:04
ac3b42e
Compare
Choose a tag to compare

No documented user facing changes

1.15.0

16 Jun 13:02
62ec7bc
Compare
Choose a tag to compare

Automated release, no documented user facing changes

1.14.0

26 Oct 14:59
35ebd16
Compare
Choose a tag to compare
Type Description Link
Feature Add @unsafe annotation as inverse of @safe #498

1.13.1

08 Sep 18:11
0938cdb
Compare
Choose a tag to compare
Type Description Link
Fix SafeLoggable exception message rendering no longer fails on null args #492

1.13.0

09 Jan 20:39
8e35d33
Compare
Choose a tag to compare
Type Description Link
Improvement Annotate Preconditions.checkNotNull with @Nonnull #337

1.12.2

11 Dec 14:38
762f150
Compare
Choose a tag to compare
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

05 Dec 20:18
25374c1
Compare
Choose a tag to compare
Type Description Link
Fix Annotate preconditions-assertj Assertions with CheckReturnValue to match assertj-core. #316

1.12.0

12 Nov 03:47
abe0a34
Compare
Choose a tag to compare
Type Description Link
Improvement Register LoggableArgRepresentation explicitly instead of using the deprecated service loading mechanism. #188

1.11.0

03 Oct 15:36
cc3cc0a
Compare
Choose a tag to compare
Type Description Link
Improvement If ThrowableCallable passed to Assertions.assertThatLoggableExceptionThrownBy does not throw, appropriate message will be propagated. #257

1.10.1

17 Jul 15:35
bc7e73b
Compare
Choose a tag to compare
Type Description Link
Fix Fix refaster rule for hasArgs -> containsArgs migration. #177