Skip to content

1.9

Compare
Choose a tag to compare
@rbygrave rbygrave released this 07 Jul 07:46
· 107 commits to master since this release

Issues:

#30 - ENH: Add default constructor option for JacksonBodyAdapter() with reasonable defaults enhancement
#29 - Rename methods on HttpClientContext to be consistent with underlying HttpClient
#28 - Remove deprecated methods for verbs get(), put() etc ... need to use GET() PUT() etc
#31 - By default register RequestLogger - add HttpClientContext.requestLogging(boolean) to enable disable
#26 - Expose HttpClientRequest.responseTimeMicros() ... for ease of metrics interceptors
#27 - ENH: Add HttpClientRequest label ... typically for grouping / using with metrics collection and reporting
#23 - ENH: Add CompletableFuture asByteArray(), asLines() asInputStream()
#24 - ENH: Add asPlainString() with 2XX range check (for Client API returning String without HttpResponse)
#25 - ENH: Add option to HttpContextBuilder to set proxy, sslContext, sslParameters, authenticator and priority.