Skip to content

Commit e8cf1e6

Browse files
committed
release 2.10.4
1 parent 5f42e7e commit e8cf1e6

4 files changed

Lines changed: 13 additions & 3 deletions

CHANGELOG.md

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

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

12+
## [2.10.4](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.10.4) - 2026-03-03
13+
14+
15+
### Fixed
16+
17+
- Fixed a retry bug in `upload_unbound_stream()` small-file uploads where a retryable upload error could cause a one-shot buffered stream to be reopened after it was closed, raising `ValueError: I/O operation on closed file`.
18+
19+
### Infrastructure
20+
21+
- Add exponential retries for bucket creation in `testing.helpers.BucketManager`.
22+
- Fix redudant files in the sdist after migrating from `pdm` to `uv`.
23+
24+
1225
## [2.10.3](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.10.3) - 2026-02-23
1326

1427

changelog.d/+bucket-manager-create-retries.infrastructure.md

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

changelog.d/+sdist-include-b2sdk.infrastructure.md

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

changelog.d/+upload_unbound_stream_retry_value_error.fixed.md

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

0 commit comments

Comments
 (0)