From ec12aae500e334a6d6bbbfd2f54ddae69696cdaa Mon Sep 17 00:00:00 2001 From: Maciej Lech Date: Thu, 12 Dec 2024 18:56:48 +0100 Subject: [PATCH] release 2.7.0 --- CHANGELOG.md | 18 ++++++++++++++++++ changelog.d/+17dd34ae.fixed.md | 1 - .../+fix_perms_handling_for_win.fixed.md | 1 - ...+ignore_new_keys_in_tests.infrastructure.md | 1 - changelog.d/+pytest_collection_path.changed.md | 1 - changelog.d/518.changed.md | 1 - 6 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/+17dd34ae.fixed.md delete mode 100644 changelog.d/+fix_perms_handling_for_win.fixed.md delete mode 100644 changelog.d/+ignore_new_keys_in_tests.infrastructure.md delete mode 100644 changelog.d/+pytest_collection_path.changed.md delete mode 100644 changelog.d/518.changed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 66eccedc4..447864c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,24 @@ upcoming release can be found in [changelog.d](changelog.d). +## [2.7.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.7.0) - 2024-12-12 + + +### Changed + +- Make Event Notifications generally available. ([#518](https://github.com/Backblaze/b2-sdk-python/issues/518)) +- Switch a pytest hook from path to collection_path. + +### Fixed + +- Add upload token reset after upload timeout. +- Fix file/directory permission handling for Windows during the B2 sync. + +### Infrastructure + +- Fix event notification tests when introducing new keys in API outputs. + + ## [2.6.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.6.0) - 2024-10-28 diff --git a/changelog.d/+17dd34ae.fixed.md b/changelog.d/+17dd34ae.fixed.md deleted file mode 100644 index 9a8900079..000000000 --- a/changelog.d/+17dd34ae.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Add upload token reset after upload timeout. diff --git a/changelog.d/+fix_perms_handling_for_win.fixed.md b/changelog.d/+fix_perms_handling_for_win.fixed.md deleted file mode 100644 index 8338816c9..000000000 --- a/changelog.d/+fix_perms_handling_for_win.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix file/directory permission handling for Windows during the B2 sync. diff --git a/changelog.d/+ignore_new_keys_in_tests.infrastructure.md b/changelog.d/+ignore_new_keys_in_tests.infrastructure.md deleted file mode 100644 index 90e3cc855..000000000 --- a/changelog.d/+ignore_new_keys_in_tests.infrastructure.md +++ /dev/null @@ -1 +0,0 @@ -Fix event notification tests when introducing new keys in API outputs. \ No newline at end of file diff --git a/changelog.d/+pytest_collection_path.changed.md b/changelog.d/+pytest_collection_path.changed.md deleted file mode 100644 index 1cb3d4630..000000000 --- a/changelog.d/+pytest_collection_path.changed.md +++ /dev/null @@ -1 +0,0 @@ -Switch a pytest hook from path to collection_path. diff --git a/changelog.d/518.changed.md b/changelog.d/518.changed.md deleted file mode 100644 index b8c7ae1c6..000000000 --- a/changelog.d/518.changed.md +++ /dev/null @@ -1 +0,0 @@ -Make Event Notifications generally available.