Skip to content

v0.1.89

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 15:10
· 272 commits to main since this release

What's Changed

  • feat: implement remove cache task in dfcache by @gaius-qi in #603
  • feat: rename create_persistent_cache_task to create_persistent in cache_task by @gaius-qi in #604
  • feat: implement download feature in cache_task by @gaius-qi in #605
  • feat: remove the logic of starting dfdaemon when dfget downloads file by @gaius-qi in #606
  • feat: remove lock file from dfdaemon by @gaius-qi in #607
  • feat: parse output path to absolute path by @gaius-qi in #608
  • feat: implement export in dfcache by @gaius-qi in #609
  • feat: add garbage collection for cache task by @gaius-qi in #610
  • Add license scan report and status by @fossabot in #611
  • feat: implement recursive download for dfget by @Lzzzzzt in #613
  • refactor: download directory from object storage by @gaius-qi in #614
  • chore(deps): Bump openssl from 0.10.64 to 0.10.66 by @dependabot in #616
  • chore(deps): Bump hyper-util from 0.1.3 to 0.1.6 by @dependabot in #617
  • chore(deps): Bump tokio from 1.38.0 to 1.38.1 by @dependabot in #618
  • feat: add check before starting the download task by @Lzzzzzt in #615
  • feat: add validate_args for dfget and dfcache by @gaius-qi in #621
  • feat: rename task_result to task by @gaius-qi in #623
  • feat: if HTTP get the BackendError of the response, return BackendError to proxy by @gaius-qi in #624

New Contributors

Full Changelog: v0.1.88...v0.1.89