Skip to content

v6.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 18:44
· 78 commits to master since this release
89354d9

[6.1.1] - 2022-11-10

Added

  • Return a subtype of B2Exception on errors when the response body does not conform to B2ErrorStructure.
    Returning a B2Exception subtype enables the B2Retryer 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.