Version 2.3.0
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 withCompletableFuture<HttpResponse<T>>
inBuiltClientRequest
.- The
CompletableFuture.get()
can now throwExecutionException
which contains the underlaying Exception (Before this exception could be fetched from theFutureResult
). HttpClient.setConf
has been deprecated and replaced withNettyHttpClientBuilder.setOption
UriQueryBuilder.addParameter
can now be chained.- Netty 4.1 has been bumped to 4.1.15.Final.