v2.3.0 Release
Release Notes
New Features
Enhancements
- Improving retry total value PR #322 @golemiso
- Added force content type option for automatic unmarshalling #240, #276, PR #323 @jeevatkm
- Make default retry not on middlewares errors PR #333 @lrita
- Add SetMultipartFormData func to Request PR #337 @ArcticSnowman
- Add types for middleware PR #341 @mloberg
Bug Fixes
- Addressing the issue of traceinfo totaltime #304, PR #321 @jeevatkm
- Changes to show the right amount of time in Trace inf PR #331 @JoaquinJimenezGarcia
- Fixed Debugf call in Request/Response logger PR #335 @phsym and @pierresy
- Addressing nil pointer error while accessing cookie jar on user provided http client #330, PR #340 @jeevatkm
- Addressing HTTP2 issue on go1.13 above #339, PR #340 @jeevatkm
- Fix TraceInfo on failed connections #338, PR #342 @moorereason