Skip to content

Commit

Permalink
release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Apr 15, 2024
1 parent 59426aa commit 87311b9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ upcoming release can be found in [changelog.d](changelog.d).

<!-- towncrier release notes start -->

## [2.1.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.1.0) - 2024-04-15


### Changed

- Use ParallelDownloader for small files instead of SimpleDownloader to avoid blocking on I/O.

### Fixed

- Fix `decode_content=True` causing an error when downloading tiny and large files.
- Prevent errors due to the use of "seekable" download strategies for seekable, but not readable files.

### Added

- Add set&get Event Notification rules methods to Bucket API as part of Event Notifications feature Private Preview.
See https://www.backblaze.com/blog/announcing-event-notifications/ for details.


## [2.0.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.0.0) - 2024-04-02


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+fix_decode_content.fixed.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/+notification_rules.added.md

This file was deleted.

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

This file was deleted.

This file was deleted.

0 comments on commit 87311b9

Please sign in to comment.