Skip to content

Commit 103756a

Browse files
release 2.5.0
1 parent 7535c7a commit 103756a

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

CHANGELOG.md

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

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

12+
## [2.5.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.5.0) - 2024-07-30
13+
14+
15+
### Fixed
16+
17+
- Fix TruncatedOutput when downloading files (fixes [B2_Command_Line_Tool#554](https://github.com/Backblaze/B2_Command_Line_Tool/issues/554)).
18+
- Ensure `FileSimulator.as_download_headers` returns `dict[str, str]` mapping.
19+
20+
### Added
21+
22+
- Add `unhide_file` method to Bucket class.
23+
24+
### Doc
25+
26+
- Improve `download_file_from_url` methods type hints.
27+
28+
### Infrastructure
29+
30+
- Limit max CI (Github Actions) duration to 90 minutes.
31+
32+
1233
## [2.4.1](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.4.1) - 2024-06-19
1334

1435

changelog.d/+bucket_unhide_file.added.md

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

changelog.d/+download_headers_str.fixed.md

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

changelog.d/+fix_truncated_download.fixed.md

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

changelog.d/+timelimit.infrastructure.md

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

changelog.d/+type_hints.doc.md

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

0 commit comments

Comments
 (0)