Skip to content

Commit

Permalink
release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed May 8, 2024
1 parent 7c07b6f commit 8c39a0e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ upcoming release can be found in [changelog.d](changelog.d).

<!-- towncrier release notes start -->

## [2.2.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.2.0) - 2024-05-08

### Added

- Add `has_errors_or_warnings` method to `ProgressReport` class.

### Fixed

- Ensure `b2sdk.v2.b2http` emits `b2sdk.v2.BucketIdNotFound` exception instead of `b2sdk._v3.BucketIdNotFound`. ([#437](https://github.com/Backblaze/b2-sdk-python/issues/437))
- Ensure `unprintable_to_hex` and `unprintable_to_hex` return empty string (instead of `None`) if empty string was supplied as argument.
- Skip files with invalid filenames when scanning directories (for `sync`, ...) instead of raising an exception.


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


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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+invalid-filename.fixed.md

This file was deleted.

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

This file was deleted.

0 comments on commit 8c39a0e

Please sign in to comment.