2.5.0
Fixed
- Fix TruncatedOutput errors when downloading files over congested network (fixes B2_Command_Line_Tool#554).
- Ensure
FileSimulator.as_download_headers
returnsdict[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.