diff --git a/CHANGELOG.md b/CHANGELOG.md index 4723ae68..92fd162a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,24 @@ upcoming release can be found in [changelog.d](changelog.d). +## [1.30.0](https://github.com/Backblaze/b2-sdk-python/releases/tag/v1.30.0) - 2024-02-02 + + +### Fixed + +- Fix escape sequence warnings present in python 3.12. ([#458](https://github.com/Backblaze/b2-sdk-python/issues/458)) +- Handle json encoded, invalid B2 error responses, preventing exceptions such as `invalid literal for int() with base 10: 'service_unavailable'`. + +### Added + +- Add support for filters to `Bucket.ls()`. + +### Infrastructure + +- Package the library using [pdm](https://pdm-project.org), use locked dependencies in CI. +- Update `ruff` linter and apply it to all files. + + ## [1.29.1](https://github.com/Backblaze/b2-sdk-python/releases/tag/v1.29.1) - 2024-01-23 diff --git a/changelog.d/+bucket_ls_filters.added.md b/changelog.d/+bucket_ls_filters.added.md deleted file mode 100644 index 0ff40433..00000000 --- a/changelog.d/+bucket_ls_filters.added.md +++ /dev/null @@ -1 +0,0 @@ -Add support for filters to `Bucket.ls()`. \ No newline at end of file diff --git a/changelog.d/+handle_invalid_error_format.fixed.md b/changelog.d/+handle_invalid_error_format.fixed.md deleted file mode 100644 index 48893200..00000000 --- a/changelog.d/+handle_invalid_error_format.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Handle json encoded, invalid B2 error responses, preventing exceptions such as `invalid literal for int() with base 10: 'service_unavailable'`. \ No newline at end of file diff --git a/changelog.d/+linter_update.infrastructure.md b/changelog.d/+linter_update.infrastructure.md deleted file mode 100644 index 6b604232..00000000 --- a/changelog.d/+linter_update.infrastructure.md +++ /dev/null @@ -1 +0,0 @@ -Update `ruff` linter and apply it to all files. \ No newline at end of file diff --git a/changelog.d/+pdm.infrastructure.md b/changelog.d/+pdm.infrastructure.md deleted file mode 100644 index 523d8427..00000000 --- a/changelog.d/+pdm.infrastructure.md +++ /dev/null @@ -1 +0,0 @@ -Package the library using [pdm](https://pdm-project.org), use locked dependencies in CI. \ No newline at end of file diff --git a/changelog.d/458.fixed.md b/changelog.d/458.fixed.md deleted file mode 100644 index ca247dab..00000000 --- a/changelog.d/458.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fix escape sequence warnings present in python 3.12. \ No newline at end of file