Releases: palantir/conjure-java-runtime-api
Releases · palantir/conjure-java-runtime-api
2.20.0
Automated release, no documented user facing changes
2.19.0
Automated release, no documented user facing changes
2.18.0
Type |
Description |
Link |
Improvement |
RemoteExceptions now emit SafeArgs for errorInstanceId , errorCode and errorName (previously it was just errorInstanceId ) |
#655 |
2.17.0
Type |
Description |
Link |
Improvement |
Added ServiceExceptionAssert.hasArgsIncluding , a weaker form of hasArgs . |
#620 |
2.16.2
Type |
Description |
Link |
Fix |
All QosExceptions are now SafeLoggable |
#612 |
2.16.1
Type |
Description |
Link |
Fix |
ServiceException no longer throws NPE when null args are provided |
#608 |
2.16.0
Type |
Description |
Link |
Improvement |
move RemoteException s errorInstanceId from exception message into exception args |
#604 |
2.15.0
Type |
Description |
Link |
Improvement |
add the body of the UnknownRemoteException as a unsafe parameter |
#563 |
Feature |
QosException can now be created with a cause. |
#591 |
2.14.0
unsafe log unknown remote exception body (#563)
add the body of the UnknownRemoteException as a unsafe parameter
2.13.0
Type |
Description |
Link |
Improvement |
Optimize UserAgents.format |
#551 |