Skip to content

v2.7.2

Compare
Choose a tag to compare
@MattCCC MattCCC released this 03 Sep 22:24
· 169 commits to master since this release

Improvements:

  • New setting "resetTimeout" so to reset the timeout when retrying requests
  • Improve typings of passed body/data in request config
  • Enhance typing experience by providing descriptions of request configurations

Docs:

  • Add more information about Query Params and Body Payload passed to endpoints
  • Add "withCredentials" setting

Fixes:

  • Request timeout should work not only for cancellable requests
  • Reset timeout when retrying requests
  • Remove unused typings
  • Improve checks for settings that are not passed to fetcher directly

Other changes:

  • Shorter timeout error messages
  • Old package "axios-multi-api" is now marked as deprecated in NPM
  • Keep optional logger silent by default instead of defaulting to global console

What's Changed

Full Changelog: v2.7.1...v2.7.2