From c214f59102c3cc26c9fe4502f5249272de03ae40 Mon Sep 17 00:00:00 2001 From: Maciej Lech Date: Thu, 23 Jan 2025 23:50:40 +0100 Subject: [PATCH] release 2.8.0 --- CHANGELOG.md | 17 +++++++++++++++++ .../+fix_large_file_continuation.fixed.md | 1 - changelog.d/+migrate_to_b2_v3_api.changed.md | 1 - changelog.d/+reauth_empty_unauthorized.fixed.md | 1 - .../+replace_yapf_with_ruff.infrastructure.md | 1 - 5 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/+fix_large_file_continuation.fixed.md delete mode 100644 changelog.d/+migrate_to_b2_v3_api.changed.md delete mode 100644 changelog.d/+reauth_empty_unauthorized.fixed.md delete mode 100644 changelog.d/+replace_yapf_with_ruff.infrastructure.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 447864c5..70c77d28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,23 @@ upcoming release can be found in [changelog.d](changelog.d). +## [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 diff --git a/changelog.d/+fix_large_file_continuation.fixed.md b/changelog.d/+fix_large_file_continuation.fixed.md deleted file mode 100644 index 200b3284..00000000 --- a/changelog.d/+fix_large_file_continuation.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix continuation for started large files with no fully finished parts. diff --git a/changelog.d/+migrate_to_b2_v3_api.changed.md b/changelog.d/+migrate_to_b2_v3_api.changed.md deleted file mode 100644 index e8cf1ae5..00000000 --- a/changelog.d/+migrate_to_b2_v3_api.changed.md +++ /dev/null @@ -1 +0,0 @@ -Migrate to B2 Native API v3. diff --git a/changelog.d/+reauth_empty_unauthorized.fixed.md b/changelog.d/+reauth_empty_unauthorized.fixed.md deleted file mode 100644 index 2866a062..00000000 --- a/changelog.d/+reauth_empty_unauthorized.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Perform re-authentication for empty 401 responses returned for `HEAD` requests. diff --git a/changelog.d/+replace_yapf_with_ruff.infrastructure.md b/changelog.d/+replace_yapf_with_ruff.infrastructure.md deleted file mode 100644 index 6148cfb6..00000000 --- a/changelog.d/+replace_yapf_with_ruff.infrastructure.md +++ /dev/null @@ -1 +0,0 @@ -Remove yapf in favor of ruff.