Skip to content

v0.11.0 Release

Compare
Choose a tag to compare
@ganigeorgiev ganigeorgiev released this 19 Feb 14:52
· 118 commits to master since this release
  • Aliased/soft-deprecated ClientResponseError.data in favor of ClientResponseError.response to avoid the stuttering when accessing the inner error response data key (aka. err.data.data now is err.response.data).
    The ClientResponseError.data will still work but it is recommend for new code to use the response key.

  • Added getFullList(queryParams = {}) overload since the default batch size in most cases doesn't need to change (it can be defined as query parameter).
    The old form getFullList(batch = 200, queryParams = {}) will still work, but it is recommend for new code to use the shorter form.