Skip to content

Releases: palantir/conjure-java-runtime

0.9.0

10 Mar 01:21
Compare
Choose a tag to compare
  • fix exception creation logic to support older versions of the JAX-RS APIs

0.8.1

09 Mar 11:41
Compare
Choose a tag to compare
  • Add support for QueryMap annotations in http-clients.

0.8.0

05 Mar 19:16
Compare
Choose a tag to compare
  • [BACKCOMPAT] Upgrade feign to 8.15.0
  • Add logging to constructed feign clients
  • Add retrofit-clients project

0.7.3

01 Mar 21:24
Compare
Choose a tag to compare
  • [bug] Fixes FeignClients#standardJackson24 to actually use Jackson 2.4 compatible mappers.

0.7.2

27 Feb 01:40
Compare
Choose a tag to compare
  • FeignClients has factories for creating clients with configurable timeouts (aka. BuilderFactoryFactory)

0.7.1

24 Feb 21:09
Compare
Choose a tag to compare
  • Inline FluentIterable.of to be compatible with guava <18. The maven dependency is still Guava 18, but the library works when Guava 14 is on the class path instead.

0.7.0

23 Feb 06:00
Compare
Choose a tag to compare

API-breaking release.

  • Support for serializing/deserializing subclasses of JAX-RS WebApplicationException
  • Support for configuration keystores and 2-way SSL, note changes in the TrustStoreConfiguration/SslConfiguration types as well as class and package name changes

0.7.0-rc2

20 Feb 01:52
Compare
Choose a tag to compare
0.7.0-rc2 Pre-release
Pre-release

API-breaking release.

  • Support for serializing/deserializing subclasses of JAX-RS WebApplicationException
  • Support for configuration keystores and 2-way SSL, note changes in the TrustStoreConfiguration/SslConfiguration formats

0.7.0-rc1

19 Feb 03:13
Compare
Choose a tag to compare
0.7.0-rc1 Pre-release
Pre-release

API-breaking release.

  • Support for serializing/deserializing subclasses of JAX-RS WebApplicationException
  • Support for configuration keystores and 2-way SSL, note changes in the TrustStoreConfiguration format
  • truststore/keystore paths are now specified as URIs instead of Paths

0.6.1

10 Feb 03:44
Compare
Choose a tag to compare
  • adds an encoder and a decoder to correctly handle InputStreams