Skip to content

1.30.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 13:16
· 121 commits to master since this release

Fixed

  • Fix escape sequence warnings present in python 3.12. (#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, use locked dependencies in CI.
  • Update ruff linter and apply it to all files.