Skip to content

Releases: palantir/conjure-java-runtime-api

2.0.0-rc5

31 Jul 16:16
689fc68

Choose a tag to compare

2.0.0-rc5 Pre-release
Pre-release
  • removed tracing to tracing-java. (re-triggering on the conjure branch)

1.11.0-rc1

30 Jul 11:57

Choose a tag to compare

1.11.0-rc1 Pre-release
Pre-release
  • add AsConjure adapter methods to convert to 2.x conjure types

2.0.0-rc4

24 Jul 13:32
c23b2ac

Choose a tag to compare

2.0.0-rc4 Pre-release
Pre-release
make ProxyConfiguration Builder public (#108)

1.10.0

29 Jul 16:06

Choose a tag to compare

  • Include ErrorType in ServiceException#getArgs (#92)
  • use JsonAlias for kabab case support (#106)

This version now requires Jackson 2.9.x.
Note that http-remoting has already been requiring Jackson 2.9 since 3.33.0

2.0.0-rc3

23 Jul 20:54
06dbcba

Choose a tag to compare

2.0.0-rc3 Pre-release
Pre-release
  • Fix conjure packages (#105)

2.0.0-rc2

23 Jul 20:11
e9cfad5

Choose a tag to compare

2.0.0-rc2 Pre-release
Pre-release
  • update bintray to 1.8.4 (#102)
  • fix publishing (#104)

2.0.0-rc1

23 Jul 16:02
5e146bb

Choose a tag to compare

2.0.0-rc1 Pre-release
Pre-release
  • remove deprecations
  • move UserAgent from http-remoting (http-clients project) into service-config
  • rename group to com.palantir.conjure.java.api
  • rename com.palantir.remoting.api.* package to com.palantir.conjure.java.api.*

1.9.0

22 Jun 15:18

Choose a tag to compare

  • ServiceConfiguration timeouts can now be configured with sub-second granularity (#75)
  • new UnknownRemoteException with status & body fields #91

1.8.0

16 Mar 19:47
a5fa012

Choose a tag to compare

  • Fix NPE when serializing Arg with null value
  • Simplified assertions on ServiceException args, and more helpful error messages (#71)

1.7.0

06 Dec 13:43

Choose a tag to compare

  • Add RequestEntityTooLarge error type (#68)