Skip to content

Releases: palantir/conjure-java-runtime-api

2.19.0

23 Jun 03:26
438f81f

Choose a tag to compare

Automated release, no documented user facing changes

2.18.0

28 Apr 16:43
0d95956

Choose a tag to compare

Type Description Link
Improvement RemoteExceptions now emit SafeArgs for errorInstanceId, errorCode and errorName (previously it was just errorInstanceId) #655

2.17.0

21 Apr 09:42
0f3593e

Choose a tag to compare

Type Description Link
Improvement Added ServiceExceptionAssert.hasArgsIncluding, a weaker form of hasArgs. #620

2.16.2

08 Oct 16:19
9aab12d

Choose a tag to compare

Type Description Link
Fix All QosExceptions are now SafeLoggable #612

2.16.1

10 Sep 16:34
1d4286f

Choose a tag to compare

Type Description Link
Fix ServiceException no longer throws NPE when null args are provided #608

2.16.0

28 Aug 02:24
38df8ce

Choose a tag to compare

Type Description Link
Improvement move RemoteExceptions errorInstanceId from exception message into exception args #604

2.15.0

16 Jul 15:58
68c7267

Choose a tag to compare

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

01 Jun 19:02
b1868c2

Choose a tag to compare

unsafe log unknown remote exception body (#563)

add the body of the UnknownRemoteException as a unsafe parameter

2.13.0

18 May 16:50
d8262d0

Choose a tag to compare

Type Description Link
Improvement Optimize UserAgents.format #551

2.12.0

06 Apr 15:50
ecd6e0f

Choose a tag to compare

Type Description Link
Improvement Add new proxy selection type "FROM_ENVIRONMENT" that will be used in conjure-java-runtime to instantiate proxy selection based on environment variable https_proxy. #535