Skip to content

v2.3.1

Choose a tag to compare

@MattCCC MattCCC released this 29 Jul 20:25
· 683 commits to master since this release

What's Changed

Fixes:

  • properly consider per-request retry configs
  • the retry callback "shouldRetry" is asynchronous now
  • passed fetcher does not explicitly require Axios only
  • Removed Axios types dependency
  • full response from fetch() might be received, if "flattenResponse" setting is set to false

Docs:

  • renamed urlParams to urlPathParams for clarity
  • added information about RequestConfig to Settings section
  • describe "urlPathParams" in settings.

Potentially breaking:

  • renamed APIUrlParams to UrlPathParams

Full Changelog: v2.3.0...v2.3.1