Skip to content

Releases: palantir/conjure-java-runtime

0.13.0-rc3

28 Jun 03:15
Compare
Choose a tag to compare
0.13.0-rc3 Pre-release
Pre-release
  • Add Zipkin/Brave support to http-clients and http-servers. Feign clients generated with FeignClients.standard(...) will inject Zipkin trace ids into HTTP headers. Dropwizard servers should call DropwizardTracingFilters.registerTracers(...) in the their run() method in order to pick up and propagate those trace ids; this also enables the %X{traceId} field in slf4j/logback log appenders, configurable via the service's yml file.
  • Expose SslSocketFactories#createTrustManagers(...) to assist with creating a TrustManager[] for use in clients.

0.13.0-rc2

27 Jun 16:50
Compare
Choose a tag to compare
0.13.0-rc2 Pre-release
Pre-release
  • Add Zipkin/Brave support to http-clients and http-servers. Feign clients generated with FeignClients.standard(...) will inject Zipkin trace ids into HTTP headers. Dropwizard servers should call DropwizardTracingFilters.registerTracers(...) in the their run() method in order to pick up and propagate those trace ids; this also enables the %X{traceId} field in slf4j/logback log appenders, configurable via the service's yml file.
  • Expose SslSocketFactories#createTrustManagers(...) to assist with creating a TrustManager[] for use in clients.

0.13.0-rc1

24 Jun 00:57
Compare
Choose a tag to compare
0.13.0-rc1 Pre-release
Pre-release
  • Add Zipkin/Brave support to http-clients and http-servers. Feign clients generated with FeignClients.standard(...) will inject Zipkin trace ids into HTTP headers. Dropwizard servers should call DropwizardTracingFilters.registerTracers(...) in the their run() method in order to pick up and propagate those trace ids; this also enables the %X{traceId} field in slf4j/logback log appenders, configurable via the service's yml file.

0.12.0

21 Jun 23:06
Compare
Choose a tag to compare
  • Adds required User-Agent header value to clarify client identity (thanks @jamesthomp)

0.12.0-rc3

15 Jun 17:02
Compare
Choose a tag to compare
  • Adds required User-Agent header value to clarify client identity (thanks @jamesthomp)

0.12.0-rc2

13 Jun 22:26
Compare
Choose a tag to compare
0.12.0-rc2 Pre-release
Pre-release
  • adds required User-Agent header value to clarify client identity (thanks @jamesthomp)

0.12.0-rc1

10 Jun 23:29
Compare
Choose a tag to compare
0.12.0-rc1 Pre-release
Pre-release
  • adds required User-Agent header value to clarify client identity (thanks @jamesthomp)

0.11.0

27 May 23:25
Compare
Choose a tag to compare
  • correctly escape slashes in params with Feign

0.10.2

26 May 03:43
Compare
Choose a tag to compare
  • adds a text encoder to transmit text/plain content as raw content

0.10.1

19 May 13:31
Compare
Choose a tag to compare
  • Jackson 2.7 compatibility (Apply Jackson JDK7 module only if it's on the classpath)
  • Improved error handling in Retrofit clients