Skip to content

0.29.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 20:34
· 420 commits to main since this release
06c7639
  • Drop support for Python 3.9 (end of life starting October 2025).
  • Add list_recursive method to the Rust client.
  • Rename upload_multipart to upload_multipart_from_file in the Rust client.
  • Add upload_multipart_from_bytes method to the Rust client.
  • Rename download_multipart to download_multipart_to_file in the Rust client.
  • Add download_multipart_to_bytes method to the Rust client.
  • Add explicit chunk size and concurrency parameters to upload_multipart_from_file and download_multipart_to_file in the Rust client.
  • Accept config file paths in StorageClientConfig.from_file().
  • Limit Rust client concurrency and add retry for connection errors.