From 103756ad4e67fde3d1316d5b410799da2d4ef852 Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Tue, 30 Jul 2024 21:12:24 +0200 Subject: [PATCH] release 2.5.0 --- CHANGELOG.md | 21 ++++++++++++++++++++ changelog.d/+bucket_unhide_file.added.md | 1 - changelog.d/+download_headers_str.fixed.md | 1 - changelog.d/+fix_truncated_download.fixed.md | 1 - changelog.d/+timelimit.infrastructure.md | 1 - changelog.d/+type_hints.doc.md | 1 - 6 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/+bucket_unhide_file.added.md delete mode 100644 changelog.d/+download_headers_str.fixed.md delete mode 100644 changelog.d/+fix_truncated_download.fixed.md delete mode 100644 changelog.d/+timelimit.infrastructure.md delete mode 100644 changelog.d/+type_hints.doc.md diff --git a/CHANGELOG.md b/CHANGELOG.md index ead3a61d..d0384714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,27 @@ upcoming release can be found in [changelog.d](changelog.d). +## [2.5.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.5.0) - 2024-07-30 + + +### Fixed + +- Fix TruncatedOutput when downloading files (fixes [B2_Command_Line_Tool#554](https://github.com/Backblaze/B2_Command_Line_Tool/issues/554)). +- Ensure `FileSimulator.as_download_headers` returns `dict[str, str]` mapping. + +### Added + +- Add `unhide_file` method to Bucket class. + +### Doc + +- Improve `download_file_from_url` methods type hints. + +### Infrastructure + +- Limit max CI (Github Actions) duration to 90 minutes. + + ## [2.4.1](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.4.1) - 2024-06-19 diff --git a/changelog.d/+bucket_unhide_file.added.md b/changelog.d/+bucket_unhide_file.added.md deleted file mode 100644 index 0e2cfbf7..00000000 --- a/changelog.d/+bucket_unhide_file.added.md +++ /dev/null @@ -1 +0,0 @@ -Add unhide_file method to Bucket. \ No newline at end of file diff --git a/changelog.d/+download_headers_str.fixed.md b/changelog.d/+download_headers_str.fixed.md deleted file mode 100644 index adca4ab3..00000000 --- a/changelog.d/+download_headers_str.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Ensure `FileSimulator.as_download_headers` returns `dict[str, str]` mapping. diff --git a/changelog.d/+fix_truncated_download.fixed.md b/changelog.d/+fix_truncated_download.fixed.md deleted file mode 100644 index 820866a0..00000000 --- a/changelog.d/+fix_truncated_download.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix TruncatedOutput when downloading files (fixes [B2_Command_Line_Tool#554](https://github.com/Backblaze/B2_Command_Line_Tool/issues/554)). diff --git a/changelog.d/+timelimit.infrastructure.md b/changelog.d/+timelimit.infrastructure.md deleted file mode 100644 index fc881a8d..00000000 --- a/changelog.d/+timelimit.infrastructure.md +++ /dev/null @@ -1 +0,0 @@ -Limit max CI (Github Actions) duration to 90 minutes. diff --git a/changelog.d/+type_hints.doc.md b/changelog.d/+type_hints.doc.md deleted file mode 100644 index a769a73a..00000000 --- a/changelog.d/+type_hints.doc.md +++ /dev/null @@ -1 +0,0 @@ -Improve `download_file_from_url` methods type hints.