Skip to content

Release 0.12.0

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 03 Feb 16:06
· 38 commits to main since this release

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 with clap.
  • PR#168 removed all usage of the unmaintained chrono with time.
  • PR#168 temporarily vendored bloblock for Azure blob storage to reduce duplicate dependencies.