Release 0.12.0
Changed
- PR#168 updated all dependencies.
- PR#168 removed all usage of async/await in favor of blocking HTTP requests and rayon parallelization. This seems to have resulted in noticeable speed ups depending on the size of your workload.
- PR#168 replaced usage of
structopt
withclap
. - PR#168 removed all usage of the unmaintained
chrono
withtime
. - PR#168 temporarily vendored
bloblock
for Azure blob storage to reduce duplicate dependencies.