diff --git a/CHANGELOG.md b/CHANGELOG.md index d5c1c9fd5..de4cbb130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,23 @@ upcoming release can be found in [changelog.d](changelog.d). +## [1.29.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v1.29.0) - 2023-12-13 + + +### Changed + +- Change v3.B2Api.authorize_account signature to make `realm` optional and `"production"` by default. + +### Added + +- Progress listener instances can now change their descriptions during run. This allows for e.g.: changing description after file headers are downloaded but before the content is fetched. + +### Infrastructure + +- Add `-v` to pytest in CI. +- Run windows pypy3.9 tests on nightly builds. + + ## [1.28.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v1.28.0) - 2023-12-06 diff --git a/changelog.d/+authorize_account.changed.md b/changelog.d/+authorize_account.changed.md deleted file mode 100644 index 4ada0c76e..000000000 --- a/changelog.d/+authorize_account.changed.md +++ /dev/null @@ -1 +0,0 @@ -Change v3.B2Api.authorize_account signature to make `realm` optional and `"production"` by default. \ No newline at end of file diff --git a/changelog.d/+make_tests_in_ci_verbose.infrastructure.md b/changelog.d/+make_tests_in_ci_verbose.infrastructure.md deleted file mode 100644 index 58575b342..000000000 --- a/changelog.d/+make_tests_in_ci_verbose.infrastructure.md +++ /dev/null @@ -1 +0,0 @@ -Add `-v` to pytest in CI. \ No newline at end of file diff --git a/changelog.d/+progress-listener-can-have-description-changed.added.md b/changelog.d/+progress-listener-can-have-description-changed.added.md deleted file mode 100644 index dbfb2fdc7..000000000 --- a/changelog.d/+progress-listener-can-have-description-changed.added.md +++ /dev/null @@ -1 +0,0 @@ -Progress listener instances can now change their descriptions during run. This allows for e.g.: changing description after file headers are downloaded but before the content is fetched. diff --git a/changelog.d/+run_windows_pypy_tests_on_nightly.infrastructure.md b/changelog.d/+run_windows_pypy_tests_on_nightly.infrastructure.md deleted file mode 100644 index 032ad9988..000000000 --- a/changelog.d/+run_windows_pypy_tests_on_nightly.infrastructure.md +++ /dev/null @@ -1 +0,0 @@ -Run windows pypy3.9 tests on nightly builds. \ No newline at end of file