Skip to content

Releases: dragonflyoss/client

v0.2.40

25 Jun 10:04
a81a67a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.39...v0.2.40

v0.2.39

25 Jun 08:40
b317323
Compare
Choose a tag to compare

What's Changed

  • chore(ci/Dockerfile): add tools for base image by @gaius-qi in #1197
  • feat: add per-piece collection timeout for sync_pieces and sync_persistent_cache_pieces by @gaius-qi in #1205
  • chore(deps): Bump tabled from 0.19.0 to 0.20.0 by @dependabot in #1198
  • chore(deps): Bump toml from 0.8.22 to 0.8.23 by @dependabot in #1199
  • chore(deps): Bump reqwest-tracing from 0.5.7 to 0.5.8 by @dependabot in #1200
  • chore(deps): Bump wiremock from 0.6.3 to 0.6.4 by @dependabot in #1201
  • chore(deps): Bump taiki-e/cache-cargo-install-action from 2.1.1 to 2.1.2 by @dependabot in #1202
  • chore(deps): Bump mheap/github-action-required-labels from 5.5.0 to 5.5.1 by @dependabot in #1203
  • chore(deps): Bump kentaro-m/auto-assign-action from e6c4932f995626505d2a5d85401b0319753caa11 to a558e3a7a389eae6d782d4f5ad0aaa5e36ec2e39 by @dependabot in #1204

Full Changelog: v0.2.38...v0.2.39

v0.2.38

23 Jun 07:46
2a9ae04
Compare
Choose a tag to compare

What's Changed

  • feat: if the task has started downloading, wait for the first piece to begin downloading by @gaius-qi in #1196

Full Changelog: v0.2.37...v0.2.38

v0.2.37

19 Jun 10:45
40c9e62
Compare
Choose a tag to compare

What's Changed

  • feat(dragonfly-client): support http protocol for otel by @gaius-qi in #1195

Full Changelog: v0.2.36...v0.2.37

v0.2.36

19 Jun 08:57
78505d4
Compare
Choose a tag to compare

What's Changed

  • feat: add url, content_length and piece_length for tracing span by @gaius-qi in #1192
  • chore(deps): Bump github/codeql-action from 3.28.19 to 3.29.0 by @dependabot in #1190
  • chore(deps): Bump clap from 4.5.39 to 4.5.40 by @dependabot in #1188
  • feat: remove DISK_WRITTEN_BYTES and DISK_READ_BYTES metrics by @gaius-qi in #1194

Full Changelog: v0.2.35...v0.2.36

v0.2.35

16 Jun 15:15
8bc771e
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump kentaro-m/auto-assign-action from 7ae38e468e64dec0af17820972bc4915aa511ec2 to e6c4932f995626505d2a5d85401b0319753caa11 by @dependabot in #1181
  • chore(deps): Bump github/codeql-action from 3.28.18 to 3.28.19 by @dependabot in #1180
  • chore(deps): Bump aquasecurity/trivy-action from 0.30.0 to 0.31.0 by @dependabot in #1179
  • chore(deps): Bump hyper-util from 0.1.12 to 0.1.14 by @dependabot in #1178
  • chore(deps): Bump headers from 0.4.0 to 0.4.1 by @dependabot in #1176
  • chore(deps): Bump libloading from 0.8.7 to 0.8.8 by @dependabot in #1174
  • feat(dragonfly-client): add tracing header for exporter by @gaius-qi in #1183
  • feat(dragonfly-client-storage): add dist_threshold for disk usage calculation in GC policy by @gaius-qi in #1191
  • chore(deps): Bump num_cpus from 1.16.0 to 1.17.0 by @dependabot in #1187

Full Changelog: v0.2.34...v0.2.35

v0.2.34

06 Jun 03:59
d899d99
Compare
Choose a tag to compare

What's Changed

  • feat: collects pieces from multiple parents with load balancing strategy by @gaius-qi in #1173

Full Changelog: v0.2.33...v0.2.34

v0.2.33

05 Jun 12:16
7f5b517
Compare
Choose a tag to compare

What's Changed

  • feat: add piece_length for download piece span by @gaius-qi in #1172

Full Changelog: v0.2.32...v0.2.33

v0.2.32

05 Jun 12:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.31...v0.2.32

v0.2.31

29 May 05:52
44d58fe
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump tempfile from 3.19.1 to 3.20.0 by @dependabot in #1156
  • chore(deps): Bump tokio from 1.44.2 to 1.45.0 by @dependabot in #1154
  • chore(deps): Bump rustls-pki-types from 1.11.0 to 1.12.0 by @dependabot in #1153
  • chore(deps): Bump github/codeql-action from 3.28.17 to 3.28.18 by @dependabot in #1152
  • chore(README.md): add maintainer google groups for communication channels and remove discussion group by @gaius-qi in #1157
  • feat(tracing): migrate to OpenTelemetry OTLP and enrich trace metadata by @gaius-qi in #1160
  • chore(deps): Bump hyper-util from 0.1.10 to 0.1.12 by @dependabot in #1158
  • chore(deps): Bump tokio from 1.45.0 to 1.45.1 by @dependabot in #1159
  • feat: add --log-to-stdout for command by @gaius-qi in #1162
  • feat: rename --log-to-stdout to --console by @gaius-qi in #1163
  • feat(tracing): align resource attributes with OpenTelemetry semantic conventions by @gaius-qi in #1164
  • feat: rename option log_to_stdout console for dfinit by @gaius-qi in #1165

Full Changelog: v0.2.30...v0.2.31