Skip to content

Commit 87311b9

Browse files
release 2.1.0
1 parent 59426aa commit 87311b9

5 files changed

+18
-5
lines changed

CHANGELOG.md

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

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

12+
## [2.1.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.1.0) - 2024-04-15
13+
14+
15+
### Changed
16+
17+
- Use ParallelDownloader for small files instead of SimpleDownloader to avoid blocking on I/O.
18+
19+
### Fixed
20+
21+
- Fix `decode_content=True` causing an error when downloading tiny and large files.
22+
- Prevent errors due to the use of "seekable" download strategies for seekable, but not readable files.
23+
24+
### Added
25+
26+
- Add set&get Event Notification rules methods to Bucket API as part of Event Notifications feature Private Preview.
27+
See https://www.backblaze.com/blog/announcing-event-notifications/ for details.
28+
29+
1230
## [2.0.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.0.0) - 2024-04-02
1331

1432

changelog.d/+fix_decode_content.fixed.md

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

changelog.d/+notification_rules.added.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/+parallel_download_seekable_no_read.fixed.md

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

changelog.d/+use_paraller_download_for_small_files.changed.md

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

0 commit comments

Comments
 (0)