From 197314d090f29e0e81283fa1507dbd7559fb8676 Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Mon, 19 Feb 2024 16:01:34 +0100 Subject: [PATCH] release 1.31.0 --- CHANGELOG.md | 15 +++++++++++++++ changelog.d/+api_request_methods.added.md | 2 -- changelog.d/+min_part_size.added.md | 1 - changelog.d/471.fixed.md | 1 - changelog.d/728.fixed.md | 1 - 5 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/+api_request_methods.added.md delete mode 100644 changelog.d/+min_part_size.added.md delete mode 100644 changelog.d/471.fixed.md delete mode 100644 changelog.d/728.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0a8b68..3d3c7cbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,21 @@ upcoming release can be found in [changelog.d](changelog.d). +## [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 diff --git a/changelog.d/+api_request_methods.added.md b/changelog.d/+api_request_methods.added.md deleted file mode 100644 index b1b93303..00000000 --- a/changelog.d/+api_request_methods.added.md +++ /dev/null @@ -1,2 +0,0 @@ -Add `GET` method support to `B2Http`. -Add `JSON` type annotation and fix type hints in `B2Http` methods. \ No newline at end of file diff --git a/changelog.d/+min_part_size.added.md b/changelog.d/+min_part_size.added.md deleted file mode 100644 index 588fbab2..00000000 --- a/changelog.d/+min_part_size.added.md +++ /dev/null @@ -1 +0,0 @@ -Allow for `min_part_size` that is greater than default `recommended_part_size` value, without having to explicitly set `recommended_part_size` value. diff --git a/changelog.d/471.fixed.md b/changelog.d/471.fixed.md deleted file mode 100644 index 62b1c1f9..00000000 --- a/changelog.d/471.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Delete obsolete test scripts from b2sdk package: `test_upload_url_concurrency`, `b2sdk.b2http:test_http`. diff --git a/changelog.d/728.fixed.md b/changelog.d/728.fixed.md deleted file mode 100644 index efd378f3..00000000 --- a/changelog.d/728.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Add type annotations to API methods to improve readability. \ No newline at end of file