4.0.0
What's Changed
- Bump the all-deps-minor-and-patch group with 13 updates by @dependabot in #29
- New Retrofit logging interceptor by @ennoeller in #23
Breaking changes:
- Logs are written to a single log entry now. Data from mappers is mostly added to MDC. The new log message looks as follows for every log level:
GET https://localhost:3000/api?data=true&test 404 1024bytes 14ms RetrofitApiBuilder.createadded a third argument,RetrofitLoggingInterceptor. Builder methodsloggingLevelandsuppressedHeadershave been removed.
New Contributors
- @ennoeller made their first contribution in #23
Full Changelog: v3.4.0...v4.0.0