Skip to content

v3.37.0 Release

Compare
Choose a tag to compare
@imroc imroc released this 17 Jun 03:51
· 144 commits to master since this release
  • Support HTTP Digest Authentication: https://req.cool/docs/tutorial/authentication/#set-digest-auth
  • Add global wrappers.
  • Reset file reader when retry a multipart file upload.
  • Add nil check to SetSuccessResult and SetErrorResult.
  • Allow PATCH multipart request.
  • Fix transport middleware not work after clone(#233).
  • Fix client middleware not work after clone.