Skip to content

Version 2.3.0

Compare
Choose a tag to compare
@magnus-gustafsson magnus-gustafsson released this 31 Aug 10:09
· 175 commits to master since this release
  • Changed to Java 8
  • Future<FutureResult<T>> has been replaced with CompletableFuture<HttpResponse<T>> in BuiltClientRequest.
  • The CompletableFuture.get() can now throw ExecutionException which contains the underlaying Exception (Before this exception could be fetched from the FutureResult).
  • HttpClient.setConf has been deprecated and replaced with NettyHttpClientBuilder.setOption
  • UriQueryBuilder.addParameter can now be chained.
  • Netty 4.1 has been bumped to 4.1.15.Final.