Skip to content

Commit 197314d

Browse files
release 1.31.0
1 parent f953e85 commit 197314d

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ upcoming release can be found in [changelog.d](changelog.d).
99

1010
<!-- towncrier release notes start -->
1111

12+
## [1.31.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v1.31.0) - 2024-02-19
13+
14+
15+
### Fixed
16+
17+
- Remove obsolete test scripts from b2sdk package: `test_upload_url_concurrency`, `b2sdk.b2http:test_http`. ([#471](https://github.com/Backblaze/b2-sdk-python/issues/471))
18+
19+
### Added
20+
21+
- Allow for `min_part_size` that is greater than default `recommended_part_size` value, without having to explicitly set `recommended_part_size` value.
22+
- Add `GET` method support to `B2Http`.
23+
- Add `JSON` type annotation and fix type hints in `B2Http` methods.
24+
- Add more type hints to API methods.
25+
26+
1227
## [1.30.1](https://github.com/Backblaze/b2-sdk-python/releases/tag/v1.30.1) - 2024-02-02
1328

1429

changelog.d/+api_request_methods.added.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/+min_part_size.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/471.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/728.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)