Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.11.0) - 2026-05-01


### Fixed

- Handle null case when encoding / decoding `content_sha1` in BaseFileVersion. ([#553](https://github.com/Backblaze/b2-sdk-python/issues/553))
- Fix `SqliteAccountInfo` to explicitly close temporary sqlite connections used during setup, add a `close()` method for cached connection.

### Added

- Declare official support for Python 3.14 and include it in the CI test matrix.
- Introduce a reusable validator to ensure remote B2 file names are safe to use as local paths.

### Infrastructure

- Bump tornado dependency from 6.5.4 to 6.5.5.


## [2.10.4](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.10.4) - 2026-03-03


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+path-validation-helper.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+python314.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+sqlite-account-info-connections.fixed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Loading