1.8.0 (2020-09-03)
- General performance fixes for serialization, URL modification and parsing, and more.
- New
InputStream
andOutputStream
APIs for serialization and deserialization. - Added logging for the request attempt count to better correlate when requests are retried.
- Improved request and response body logging performance by using bulk
ByteBuffer
reading instead of byte by byte reading. - Fixed bug where header logging checked for a log level of not equals
verbose
instead of equalsverbose
. - Updated
reactor-core
version to3.3.9.RELEASE
. - Updated FasterXML Jackson versions to
2.11.2
.