Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 1.23 KB

Changelog

1.1.1 (2023-09-28)

  • 🐛 fix Azure Storage: run azcopy only with storage_type BLOB (#17)
  • 🐛 fix exceptions without raise keyword (#16)

1.1.0 (2023-02-22)

  • 🎉 feat add pyproject.toml
  • 🎉 feat add support to write to a local storage with GZIP compression
  • 🎉 feat Add support for SFTP (#10)
  • 🎉 feat support recursive deletion (#15)
  • 🎉 feat Add azure storage support (#11)
  • 🚀 change use gsutil with key file + always usie shell-quote for gsuil URIs
  • 🐛 fix support initializing the StorageClient from storage alias

1.0.0 (2021-09-18)

  • adding support to write piped data in ZIP compression to local storage
  • fix missing extra requirements for Google Cloud Storage

0.9.4 (2021-07-10)

  • fix ValueError exception was not thrown when compression was used in write_file_command

0.9.3 (2020-11-20)

  • fix write_file_command when using storage alias

0.9.2 (2020-11-11)

  • support alias call for client.StorageClient, remove client.init_client
  • fix GCS delete_file_command

0.9.1 (2020-11-05)

  • add google cloud storage client
  • deprecate function client.init_client, use class client.StorageClient instead

0.9.0 (2020-10-28)

  • Initial version