Releases: dkorobtsov/LoggingInterceptor
4.5 - Added option to modify max output width
Changes:
Added option to modify max output line length.
Bug fixes:
Fixed randomly failing tests with manually added executor.
4.4.1 - Added support for ApacheHttpClient
Changes:
Added support for ApacheHttpClient. Thanks to @azakordonets for PR.
Added html pretty printing.
Bug fixes:
Fixed issue when interceptor was returning formatted body instead of original server response.
4.1 - Added support for OkHttp 2.x versions.
Breaking change:
For OkHttp3 client use Okhttp3LoggingInterceptor (previously LoggingInterceptor).
For OkHttp2 client use OkhttpLoggingInterceptor.
Thanks to @azakordonets for PR.
Bug fixes:
Fixed ArithmeticException in logLines() class - in theory could be thrown in empty line were send to method.
Fixed response urls printing - now will be printed in single line, withour breaks (same behavior as in requests.)
Fixed Okhttp3LoggingInterceptor builder.
3.3 - XML pretty printing
Changes:
XML body is now indented and looks nice.
Removed option to add custom headers and queries.