Skip to content

Releases: palantir/conjure-java-runtime

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

0.6.0

09 Feb 07:01
Compare
Choose a tag to compare

breaking

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

0.5.0

09 Feb 00:45
Compare
Choose a tag to compare
  • [breaking] JsonExceptionMapper includes the exception class even when includeStackTrace is false. As before, exception message and stacktrace are not included.

0.4.1

08 Feb 22:15
Compare
Choose a tag to compare
  • SerializableErrorErrorDecoder wraps remote exception in local exception in order to produce local stacktrace

0.4.0

29 Jan 00:36
Compare
Choose a tag to compare
  • Deserialize the type parameter in OptionalAwareDecoder; thus support Optional<String> return values
  • Close Trust Store File Input Stream
  • Hide message and exception type when stack trace is supressed

0.3.0

12 Jan 01:55
Compare
Choose a tag to compare
  • (API BREAK) remove unnecessary dependency from error-reporting project

0.2.0

07 Jan 18:47
Compare
Choose a tag to compare
  • Support specifying Request.Options in full-form Feign factory factory method.