Skip to content

1.31.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Feb 15:02
· 108 commits to master since this release

Fixed

  • Remove obsolete test scripts from b2sdk package: test_upload_url_concurrency, b2sdk.b2http:test_http. (#471)

Added

  • Allow for min_part_size that is greater than default recommended_part_size value, without having to explicitly set recommended_part_size value.
  • Add GET method support to B2Http.
  • Add JSON type annotation and fix type hints in B2Http methods.
  • Add more type hints to API methods.