Releases: kyocum/disdat
Releases · kyocum/disdat
v1.1.3
v1.1.3rc0
rename utility/asyncio_aws_s3 module to aws_s3
Before the change to use threads instead of multiprocessing, we had a utility/aws_s3.py module. We renamed it to asyncio_aws_s3.py when using threads. However, packages such as disdat-luigi depend on the prior name. There's no reason to change the module name and break upstream clients, so changing it back.
v1.1.1
v1.1.0
v1.0.2
v1.0.1
v1.0.0
v0.9.16
v0.9.15
1.) For Disdat-Luigi tasks: do not exec git if env variables describing git repo information exist
2.) Use setuptools_scm for versioning
3.) Place all entrypoints (cli and docker) in one place in repo, enabling users to easily call the Disdat entrypoint if they do not use the Disdat dockerizer.