What's new
- Add
queryandqueryUriconvenience methods for the HTTP QUERY method defined in RFC 10008,
which allows a request body for safe, idempotent queries. - Fix
FusedTransformer(the default transformer) throwing aFormatException
on an empty response body when a customresponseDecoderis set. It now
returns an empty result, consistent withSyncTransformerand
BackgroundTransformer. - Fix concurrent requests hanging or reporting uncaught errors when an
interceptor shares a failing Future, such as in request deduplication.