Skip to content

Releases: dragonflyoss/client

v1.3.4

13 Apr 14:31
a1368de

Choose a tag to compare

What's Changed

  • fix(proxy): only route GET to dfdaemon, bypass other methods by @Looka149 in #1773
  • feat(dfctl): add task preheat command for image and file preheat by @Copilot in #1781

New Contributors

Full Changelog: v1.3.3...v1.3.4

v1.3.3

10 Apr 09:02
0e52ad1

Choose a tag to compare

What's Changed

  • feat: prioritize content-based task ID over blob digest in task ID calc by @gaius-qi in #1775
  • fix(http): skip caching relative 307 redirect locations and resolve them by @gaius-qi in #1777
  • Add preheat function for OCI image blob preheating via Dragonfly proxy by @Copilot in #1774
  • build(ci): add dragonfly-client-util request example to Dockerfiles by @gaius-qi in #1780

Full Changelog: v1.3.2...v1.3.3

v1.3.2

07 Apr 15:11
d056c5b

Choose a tag to compare

What's Changed

  • fix(parent_selector): skip reconnect if connection exists, bump v1.3.2 by @gaius-qi in #1770

Full Changelog: v1.3.1...v1.3.2

v1.3.1

07 Apr 15:11

Choose a tag to compare

What's Changed

  • chore(deps): Bump taiki-e/cache-cargo-install-action from 3.0.4 to 3.0.5 by @dependabot[bot] in #1763
  • chore(deps): Bump libc from 0.2.183 to 0.2.184 by @dependabot[bot] in #1764
  • chore(deps): Bump fastrand from 2.3.0 to 2.4.0 by @dependabot[bot] in #1765
  • chore(deps): Bump hyper from 1.8.1 to 1.9.0 by @dependabot[bot] in #1766
  • chore(deps): Bump toml_edit from 0.25.5+spec-1.1.0 to 0.25.6+spec-1.1.0 by @dependabot[bot] in #1767
  • chore(deps): Bump tonic-health from 0.14.2 to 0.14.5 by @dependabot[bot] in #1768
  • fix(ratelimiter): bump to 1.3.1, disable CPU/memory overload by default by @gaius-qi in #1769

Full Changelog: v1.3.0...v1.3.1

v1.3.0

07 Apr 04:01
8f6f8c5

Choose a tag to compare

What's Changed

  • build: bump workspace version from 1.2.19 to 1.3.0 by @gaius-qi in #1762

Full Changelog: v1.2.19...v1.3.0

v1.2.19

03 Apr 04:03
1c70455

Choose a tag to compare

What's Changed

  • fix(grpc): downgrade connection broken log from error to debug level by @gaius-qi in #1736
  • feat: bump version to 1.2.18 and fix CPU process stats collection by @gaius-qi in #1737
  • fix(sysinfo): use RSS instead of usage_in_bytes for cgroup memory stats by @gaius-qi in #1739
  • chore: update CODEOWNERS team names to dragonfly-reviewers/maintainers by @gaius-qi in #1740
  • chore(deps): Bump github/codeql-action from 4.32.6 to 4.34.1 by @dependabot[bot] in #1743
  • chore(deps): Bump kentaro-m/auto-assign-action from 2.0.1 to 2.0.2 by @dependabot[bot] in #1742
  • chore(deps): Bump opentelemetry-otlp from 0.31.0 to 0.31.1 by @dependabot[bot] in #1746
  • chore: add dragonfly-maintainers as codeowners alongside approvers by @gaius-qi in #1748
  • chore(deps): Bump toml_edit from 0.23.7 to 0.25.5+spec-1.1.0 by @dependabot[bot] in #1744
  • chore(deps): Bump tracing-subscriber from 0.3.22 to 0.3.23 by @dependabot[bot] in #1745
  • chore(deps): Bump rustls-webpki from 0.103.6 to 0.103.10 by @dependabot[bot] in #1741
  • feat(s3): make S3 credentials optional to support default AWS credential chain by @YQ-Wang in #1749
  • fix(object_storage): make credentials optional for ABS/OSS/OBS/COS by @gaius-qi in #1753
  • chore(deps): Bump taiki-e/cache-cargo-install-action from 3.0.3 to 3.0.4 by @dependabot[bot] in #1755
  • chore(deps): Bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #1756
  • chore(deps): Bump tower from 0.5.2 to 0.5.3 by @dependabot[bot] in #1758
  • chore(deps): Bump tonic-reflection from 0.14.2 to 0.14.5 by @dependabot[bot] in #1759
  • feat: coordinate parent selector and piece collector for better bandwidth usage by @SouthWest7 in #1578
  • feat: add dfctl CLI tool for managing Dragonfly tasks by @Copilot in #1720

New Contributors

Full Changelog: v1.2.17...v1.2.19

v1.2.17

19 Mar 13:34
7d33221

Choose a tag to compare

What's Changed

  • feat(config): make adaptive_rate_limit optional in server config by @gaius-qi in #1734
  • fix: move BBR duration fields to workspace dep and fix serde by @gaius-qi in #1735

Full Changelog: v1.2.16...v1.2.17

v1.2.16

18 Mar 02:31
e9ff969

Choose a tag to compare

What's Changed

  • Upgrade tonic to 0.14.3, tonic-reflection and tonic-health to 0.14.3 by @Copilot in #1721
  • chore(deps): Bump openssl from 0.10.75 to 0.10.76 by @dependabot[bot] in #1730
  • chore(deps): Bump clap from 4.5.56 to 4.6.0 by @dependabot[bot] in #1728
  • chore(deps): Bump socket2 from 0.6.2 to 0.6.3 by @dependabot[bot] in #1727
  • chore(deps): Bump aquasecurity/trivy-action from 0.34.2 to 0.35.0 by @dependabot[bot] in #1726
  • chore(deps): Bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #1725
  • chore(deps): Bump mheap/github-action-required-labels from 5.5.1 to 5.5.2 by @dependabot[bot] in #1724
  • feat(grpc): add BBR-based adaptive rate limiting middleware for gRPC by @gaius-qi in #1732
  • chore: add version field to mocktail git dependency in Cargo.toml by @gaius-qi in #1733

Full Changelog: v1.2.15...v1.2.16

v1.2.15

11 Mar 10:30
c6a2b95

Choose a tag to compare

What's Changed

  • feat: change download() and download_dir() to conditionally initialize backend-specific configs by @gaius-qi in #1713
  • fix: change the task ID generation order in id_generator to apply revision before piece_length by @gaius-qi in #1714

Full Changelog: v1.2.13...v1.2.15

v1.2.14

11 Mar 05:51

Choose a tag to compare

Full Changelog: v1.2.13...v1.2.14