Skip to content

Commit

Permalink
release 1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaltrusaitis-reef committed Feb 2, 2024
1 parent fc23486 commit 930516b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ upcoming release can be found in [changelog.d](changelog.d).

<!-- towncrier release notes start -->

## [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


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+bucket_ls_filters.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+handle_invalid_error_format.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+linter_update.infrastructure.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+pdm.infrastructure.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/458.fixed.md

This file was deleted.

0 comments on commit 930516b

Please sign in to comment.