You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.