Releases: palantir/safe-logging
Releases · palantir/safe-logging
1.10.0
Type |
Description |
Link |
Improvement |
LoggableExceptionAssert#hasArgs has been deprecated in favor of a new method LoggableExceptionAssert#containsArgs. |
#176 |
1.9.0
- [improvement] Report SafeException array argument values (#128)
- [improvement] Expose SafeExceptions.renderMessage publicly (#155)
1.8.2
- [fix] relax
@CompileTimeConstant
requirement on SafeArg key (#119)
1.8.1
- [fix] UnsafeArg doesn't require CompileTimeConstant message (#108)
1.8.0
- [improvement] Apply the errorprone
CompileTimeConstant
annotation to safe-logging Preconditions, Exceptions messages, and Arg keys for stronger validation (#104) (#105)
1.7.1
- [improvement] Explicitly mark name as
@NonNull
and value as @Nullable
to appease NullAway (#99)
1.7.0
- [improvement] Implement LoggableExceptionAssert.hasLogMessage (#78)
1.6.0
- [improvement] Safe exception messages provide argument data (#77)
1.5.1
- [fix] Preconditions.checkNotNull has
@Nullable
annotation (#70)
1.5.0
- Add a SafeRuntime exception type (#44)