Skip to content

Commit c214f59

Browse files
committed
release 2.8.0
1 parent c209618 commit c214f59

5 files changed

+17
-4
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ upcoming release can be found in [changelog.d](changelog.d).
99

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

12+
## [2.8.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.8.0) - 2025-01-23
13+
14+
15+
### Changed
16+
17+
- Migrate to B2 Native API v3.
18+
19+
### Fixed
20+
21+
- Fix continuation for started large files with no fully finished parts.
22+
- Perform re-authentication for empty 401 responses returned for `HEAD` requests.
23+
24+
### Infrastructure
25+
26+
- Remove yapf in favor of ruff.
27+
28+
1229
## [2.7.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.7.0) - 2024-12-12
1330

1431

changelog.d/+fix_large_file_continuation.fixed.md

-1
This file was deleted.

changelog.d/+migrate_to_b2_v3_api.changed.md

-1
This file was deleted.

changelog.d/+reauth_empty_unauthorized.fixed.md

-1
This file was deleted.

changelog.d/+replace_yapf_with_ruff.infrastructure.md

-1
This file was deleted.

0 commit comments

Comments
 (0)