diff --git a/CHANGELOG.md b/CHANGELOG.md index 66eccedc..447864c5 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 9a890007..00000000 --- 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 8338816c..00000000 --- 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 90e3cc85..00000000 --- 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 1cb3d463..00000000 --- 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 b8c7ae1c..00000000 --- a/changelog.d/518.changed.md +++ /dev/null @@ -1 +0,0 @@ -Make Event Notifications generally available.