Skip to content

Releases: dragonflyoss/client

v0.1.92

02 Aug 18:49
ef7a6df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.91...v0.1.92

v0.1.91

30 Jul 12:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.90...v0.1.91

v0.1.90

26 Jul 03:02
97791be
Compare
Choose a tag to compare

What's Changed

  • feat: if download back-to-source failed, abort all jobs by @gaius-qi in #626
  • feat: add request timeout for connection by @gaius-qi in #627

Full Changelog: v0.1.89...v0.1.90

v0.1.89

25 Jul 15:10
Compare
Choose a tag to compare

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

v0.1.88

17 Jul 15:20
7671818
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.87...v0.1.88

v0.1.87

17 Jul 09:06
0dda250
Compare
Choose a tag to compare

What's Changed

  • feat: support OSS protocol to download single file by @Lzzzzzt in #583
  • refactor: oss implements in backend by @gaius-qi in #592
  • chore(deps): Bump jemalloc_pprof from 0.4.1 to 0.4.2 by @dependabot in #594
  • chore(deps): Bump bytes from 1.6.0 to 1.6.1 by @dependabot in #597
  • chore(deps): Bump clap from 4.5.8 to 4.5.9 by @dependabot in #596
  • feat: S3 Support for Single File Download by @Zyyeric in #577
  • feat: add object storage(s3, gcs, abs, oss, obs, cos) for backend by @gaius-qi in #598
  • feat: change http test dependencies in backend by @gaius-qi in #600

New Contributors

Full Changelog: v0.1.86...v0.1.87

v0.1.86

13 Jul 15:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.85...v0.1.86

v0.1.85

13 Jul 03:29
Compare
Choose a tag to compare

What's Changed

  • Fix that there are no other competing changes to the value of the same key in DashMap by @gaius-qi in #587

Full Changelog: v0.1.84...v0.1.85

v0.1.84

12 Jul 18:33
Compare
Choose a tag to compare

What's Changed

  • feat: optimize gpc server config for dfdaemon by @gaius-qi in #586

Full Changelog: v0.1.83...v0.1.84

v0.1.83

12 Jul 08:28
8d44be4
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump lazy_static from 1.4.0 to 1.5.0 by @dependabot in #557
  • chore: add verbose for codecov actions by @gaius-qi in #559
  • chore(deps): Bump url from 2.5.1 to 2.5.2 by @dependabot in #554
  • chore(deps): Bump libloading from 0.8.3 to 0.8.4 by @dependabot in #555
  • chore(deps): Bump uuid from 1.8.0 to 1.9.0 by @dependabot in #558
  • feat: add interval field to AnnounceHostRequest by @BruceAko in #562
  • chore(deps): Bump dashmap from 5.5.3 to 6.0.1 by @dependabot in #564
  • chore(deps): Bump uuid from 1.9.0 to 1.9.1 by @dependabot in #565
  • chore(deps): Bump serde_json from 1.0.117 to 1.0.119 by @dependabot in #568
  • chore(deps): Bump clap from 4.5.7 to 4.5.8 by @dependabot in #567
  • chore(deps): Bump jemalloc_pprof from 0.1.0 to 0.2.0 by @dependabot in #566
  • chore: update rust-toolchain version by @gaius-qi in #571
  • feat: add delete task rpc implement by checking task status and reclaiming local storage with metadata. by @IRONICBo in #560
  • feat: move task logic from mod.rs to task.rs by @gaius-qi in #569
  • feat: add import subcommand by @gaius-qi in #572
  • feat: add progress bar for dfcache import by @gaius-qi in #573
  • feat: add metrics for dfcache by @gaius-qi in #574
  • feat: add import feature in client by @gaius-qi in #575
  • feat: add stat_cache_task and delete_cache_task features by @gaius-qi in #576
  • chore: change codecov vesion and delete fail_ci_if_error field by @gaius-qi in #582
  • chore(deps): Bump jemalloc_pprof from 0.2.0 to 0.4.1 by @dependabot in #578
  • chore(deps): Bump hyper from 1.2.0 to 1.4.0 by @dependabot in #579
  • chore(deps): Bump serde_json from 1.0.119 to 1.0.120 by @dependabot in #580
  • chore(deps): Bump serde from 1.0.203 to 1.0.204 by @dependabot in #581
  • feat: drop cache_task when client shutdown by @gaius-qi in #584
  • feat: optimize log for piece id with tracing instrument by @gaius-qi in #585

New Contributors

Full Changelog: v0.1.82...v0.1.83