Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

22 lines (15 loc) · 1.2 KB

CHANGELOG

v0.2.0 - 2023-02-27

Improvements

  • Add support for any service that implements the S3 protocol through the S3RepositoryBackend base class [#13]
  • S3RepositoryBackend: Remove double request in list_objects [#17]
  • S3RepositoryBackend: Do not rely on list_objects for open [#14]

Bug fixes

  • S3RepositoryBackend: Fix bug in list_objects being incomplete returning only part of all objects for repositories exceeding 1000 objects [#18]

DevOps

  • DevOps: Add continuous-deployment workflow [a7eb601b]
  • Dependencies: Update pre-commit requirement isort==5.12.0 [#12]
  • Package: Update development status to beta [#19]
  • Package: Update the package URLs in pyproject.toml [#19]

v0.1.0 - 2022-12-04

First release, with support for AWS S3 and Azure Blob Storage.