v6.1.1
[6.1.1] - 2022-11-10
Added
- Return a subtype of
B2Exception
on errors when the response body does not conform toB2ErrorStructure
.
Returning aB2Exception
subtype enables theB2Retryer
to retry exceptions that may succeed on retry.
Fixed
- Fixed B2ListFilesIterableBase assuming a response with 0 results was the end. It now looks for
nextFileName
being null to indicate the end.