Skip to content

Commit

Permalink
release 1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Feb 19, 2024
1 parent f953e85 commit 197314d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ upcoming release can be found in [changelog.d](changelog.d).

<!-- towncrier release notes start -->

## [1.31.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v1.31.0) - 2024-02-19


### Fixed

- 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))

### 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.


## [1.30.1](https://github.com/Backblaze/b2-sdk-python/releases/tag/v1.30.1) - 2024-02-02


Expand Down
2 changes: 0 additions & 2 deletions changelog.d/+api_request_methods.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+min_part_size.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/471.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/728.fixed.md

This file was deleted.

0 comments on commit 197314d

Please sign in to comment.