Skip to content

Commit

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

<!-- towncrier release notes start -->

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


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+bucket_unhide_file.added.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+timelimit.infrastructure.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+type_hints.doc.md

This file was deleted.

0 comments on commit 103756a

Please sign in to comment.