Skip to content

Releases: palantir/conjure-java-runtime-api

2.30.0

28 Nov 22:09
d353ec5
Compare
Choose a tag to compare

Automated release, no documented user facing changes

2.29.0

04 Oct 15:21
162c9d9
Compare
Choose a tag to compare
Type Description Link
Improvement Add UserAgents.of(UserAgent, Iterable) #902

2.28.0

09 Aug 13:53
de6f55b
Compare
Choose a tag to compare
Type Description Link
Improvement conjure assertions provide diagnostic info for unexpected exceptions #883

2.27.0

21 Jul 22:16
291fc42
Compare
Choose a tag to compare
Type Description Link
Improvement Optimize UserAgents

Optimize UserAgents.isValidName to use a hand-rolled implementation to validate user agent name to avoid
allocation and regex overhead.

Increase default UserAgents.format string builder buffer size and ensure capacity as we append user agents.
#868

2.26.0

15 Jul 16:07
008cfe3
Compare
Choose a tag to compare
Type Description Link
Improvement Optimize UserAgent version validation #864

2.25.0

21 Apr 13:30
58bea42
Compare
Choose a tag to compare
Type Description Link
Improvement RemoteException.getMessage (unsafe message) includes SerializableError parameters. RemoteException.getLogMessage (safe) is not impacted. #633

2.24.0

23 Feb 21:18
10074a9
Compare
Choose a tag to compare

Automated release, no documented user facing changes

2.23.0

19 Jan 16:48
6f50bb6
Compare
Choose a tag to compare

Automated release, no documented user facing changes

2.22.0

15 Nov 15:42
bc4c94b
Compare
Choose a tag to compare
Type Description Link
Improvement Add SOCKS proxy support to the API #699

2.21.0

15 Oct 13:59
4dcd0c5
Compare
Choose a tag to compare
Type Description Link
Improvement Service exception assert for no args. #702