Skip to content

5.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jul 09:12
· 6 commits to main since this release

Fixed

  • Fix batch lookups with a fields selection: the API applies the filter to the whole batch
    response body, so each field is now prefixed with results. on batch endpoints. Previously
    the filter stripped the results array itself and the lookup crashed with an IndexError.
  • Raise a descriptive ClientError when a batch response contains fewer results than requested
    items, instead of crashing with an IndexError.