Skip to content

Releases: palantir/conjure-java-runtime

0.8.1

Choose a tag to compare

@uschi2000 uschi2000 released this 09 Mar 11:41
  • Add support for QueryMap annotations in http-clients.

0.8.0

Choose a tag to compare

@uschi2000 uschi2000 released this 05 Mar 19:16
  • [BACKCOMPAT] Upgrade feign to 8.15.0
  • Add logging to constructed feign clients
  • Add retrofit-clients project

0.7.3

Choose a tag to compare

@uschi2000 uschi2000 released this 01 Mar 21:24
  • [bug] Fixes FeignClients#standardJackson24 to actually use Jackson 2.4 compatible mappers.

0.7.2

Choose a tag to compare

@uschi2000 uschi2000 released this 27 Feb 01:40
  • FeignClients has factories for creating clients with configurable timeouts (aka. BuilderFactoryFactory)

0.7.1

Choose a tag to compare

@uschi2000 uschi2000 released this 24 Feb 21:09
  • 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

Choose a tag to compare

@uschi2000 uschi2000 released this 23 Feb 06:00

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

0.7.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@uschi2000 uschi2000 released this 20 Feb 01:52

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

0.7.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@uschi2000 uschi2000 released this 19 Feb 03:13

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

Choose a tag to compare

@markelliot markelliot released this 10 Feb 03:44
  • adds an encoder and a decoder to correctly handle InputStreams

0.6.0

Choose a tag to compare

@markelliot markelliot released this 09 Feb 07:01

breaking

  • GuavaOptionalAwareContract no longer supports PathParams
  • GuavaOptionalAwareContract now uses an empty-string expander for HeaderParams.