1.31.0
·
227 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_sizethat is greater than defaultrecommended_part_sizevalue, without having to explicitly setrecommended_part_sizevalue. - Add
GETmethod support toB2Http. - Add
JSONtype annotation and fix type hints inB2Httpmethods. - Add more type hints to API methods.