Skip to content

Commit

Permalink
release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlech-reef committed Jan 23, 2025
1 parent c209618 commit c214f59
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ upcoming release can be found in [changelog.d](changelog.d).

<!-- towncrier release notes start -->

## [2.8.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.8.0) - 2025-01-23


### Changed

- Migrate to B2 Native API v3.

### Fixed

- Fix continuation for started large files with no fully finished parts.
- Perform re-authentication for empty 401 responses returned for `HEAD` requests.

### Infrastructure

- Remove yapf in favor of ruff.


## [2.7.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.7.0) - 2024-12-12


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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+migrate_to_b2_v3_api.changed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit c214f59

Please sign in to comment.