0.8.1 (2023-07-10)¶
Features¶
-
Add
@slotdecorator to public methods of: -
DBConnection FileConnectionDBReaderDBWriterFileDownloaderFileUploader-
FileMover(#49) -
Add
workersfield toFileDownloader/FileUploader/FileMover.Optionsclasses.
This allows to speed up all file operations using parallel threads. (#57)
Improvements¶
-
Add documentation for HWM store
.getand.savemethods. (#49) -
Improve Readme:
-
Move
Quick startsection from documentation - Add
Non-goalssection -
Fix code blocks indentation (#50)
-
Improve Contributing guide:
-
Move
Developsection from Readme - Move
docs/changelog/README.rstcontent - Add
Limitationssection -
Add instruction of creating a fork and building documentation (#50)
-
Remove duplicated checks for source file existence in
FileDownloader/FileMover. (#57) -
Update default logging format to include thread name. (#57)
Bug Fixes¶
- Fix
S3.list_dir('/')returns empty list on latest Minio version. (#58)