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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Batch
If you call a batch method (e.g. BatchResponse.tirePressure()) and you never passed the corresponding path (i.e. /tires/pressure) into the .batch() method, BatchResponse.tirePressure() will throw a BatchResponseMissingException.
If there is a permission error on a /batch request (i.e. if /charge is not allowed), the request will return a permission error object just for that endpoint within the batch response. Previously, batch requests containing just one permission error would return a permission error for the whole response.
Caching
.permissions() and .hasPermissions() now cache their calls to the permissions endpoint