0.8.1 (2023-07-10)
·
1038 commits
to develop
since this release
Features
-
Add
@slotdecorator to public methods of:DBConnectionFileConnectionDBReaderDBWriterFileDownloaderFileUploaderFileMover(#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)
- Move
- Improve Contributing guide:
- Move
Developsection from Readme - Move
docs/changelog/README.rstcontent - Add
Limitationssection - Add instruction of creating a fork and building documentation (#50)
- Move
- 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)