Skip to content

Releases: dragonflyoss/client

v1.0.15

29 Aug 03:24
4a07964
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump thiserror from 2.0.12 to 2.0.16 by @dependabot[bot] in #1309
  • chore(deps): Bump anyhow from 1.0.98 to 1.0.99 by @dependabot[bot] in #1308
  • chore(deps): Bump percent-encoding from 2.3.1 to 2.3.2 by @dependabot[bot] in #1307
  • chore(deps): Bump kentaro-m/auto-assign-action from 9f6dbe84a80c6e7639d1b9698048b201052a2a94 to 1a583dfb5dd75d0df34ecc781081e5a6a73d2dce by @dependabot[bot] in #1306
  • chore(deps): Bump github/codeql-action from 3.29.8 to 3.29.11 by @dependabot[bot] in #1304
  • chore(deps): Bump dragonfly-api from 2.1.58 to 2.1.59 by @dependabot[bot] in #1303
  • fix: set persistent_cache_task_id to 64 bytes by @LunaWhispers in #1316
  • build(deps): update dragonfly-client dependencies to 1.0.15 by @LunaWhispers in #1318

Full Changelog: v1.0.14...v1.0.15

v1.0.14

26 Aug 13:28
31bb98f
Compare
Choose a tag to compare

What's Changed

  • refactor(downloader): rename client method and increase timeout by @gaius-qi in #1311

Full Changelog: v1.0.13...v1.0.14

v1.0.13

25 Aug 08:28
933c8f7
Compare
Choose a tag to compare

What's Changed

  • feat: add conditional piece content reading based on need_piece_content flag by @gaius-qi in #1296
  • build(ci): add bpftrace to Dockerfile dependencies by @gaius-qi in #1297
  • fix: replace inspect with inspect_err for error logging by @chlins in #1298
  • build(ci): update package versions in Dockerfiles by @gaius-qi in #1300
  • build(ci): update golang version in Dockerfiles by @gaius-qi in #1301
  • feat: add the X-Dragonfly-Error-Type header to the response by @chlins in #1299
  • build(deps): update dragonfly-client dependencies to 1.0.13 by @gaius-qi in #1302

Full Changelog: v1.0.12...v1.0.13

v1.0.12

21 Aug 02:47
bb94a4f
Compare
Choose a tag to compare

What's Changed

  • feat: add proxy port to host when announce by @chlins in #1292
  • feat: replace glibc DNS resolver with hickory-dns in reqwest by @gaius-qi in #1293
  • fix(ci): copy .cargo directory correctly in Docker images by @gaius-qi in #1294
  • feat: add X-Dragonfly-Server-IP for response proxy ip by @gaius-qi in #1295

Full Changelog: v1.0.11...v1.0.12

v1.0.11

19 Aug 02:53
b0d1495
Compare
Choose a tag to compare

What's Changed

  • docs:Modify Cache storage comments by @fu220 in #1277
  • refactor: remove the seed peer announcement to manager by @chlins in #1261
  • feat: get network speed for scheduler by @gaius-qi in #1279
  • chore(deps): Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #1286
  • chore(deps): Bump glob from 0.3.2 to 0.3.3 by @dependabot[bot] in #1285
  • chore(deps): Bump clap from 4.5.41 to 4.5.43 by @dependabot[bot] in #1283
  • chore(deps): Bump github/codeql-action from 3.29.7 to 3.29.8 by @dependabot[bot] in #1282
  • add --recursive argrument to download directory files by @LunaWhispers in #1290
  • feat(ci/Dockerfile): lock bottom version to 0.11.0 in debug Dockerfile by @gaius-qi in #1291

Full Changelog: v1.0.10...v1.0.11

v1.0.10

06 Aug 12:27
e1ae65a
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump tokio-util from 0.7.15 to 0.7.16 by @dependabot[bot] in #1270
  • chore(deps): Bump hyper-util from 0.1.15 to 0.1.16 by @dependabot[bot] in #1267
  • chore(deps): remove unused dependencies by @gaius-qi in #1274
  • feat:removes the load_to_cache field by @fu220 in #1264
  • feat: enable console subscriber layer for tracing spawn tasks on 127.0.0.1:6669 when log level is TRACE by @gaius-qi in #1275
  • chore(ci/Dockerfile): add grpcurl for dfdaemon container by @gaius-qi in #1276

Full Changelog: v1.0.9...v1.0.10

v1.0.9

05 Aug 13:38
52b263a
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump serde_json from 1.0.141 to 1.0.142 by @dependabot[bot] in #1268
  • chore(deps): Bump taiki-e/cache-cargo-install-action from 2.2.0 to 2.3.0 by @dependabot[bot] in #1269
  • chore(deps): Bump kentaro-m/auto-assign-action from 586b61c136c65d09c1775da39cc4a80e026834f4 to 9f6dbe84a80c6e7639d1b9698048b201052a2a94 by @dependabot[bot] in #1272
  • chore(deps): Bump github/codeql-action from 3.29.3 to 3.29.5 by @dependabot[bot] in #1271
  • chore(deps): Bump tokio from 1.46.1 to 1.47.1 by @dependabot[bot] in #1266
  • feat: Disable compression in HTTP client configuration by @gaius-qi in #1273

Full Changelog: v1.0.8...v1.0.9

v1.0.8

05 Aug 08:54
f0c9830
Compare
Choose a tag to compare

What's Changed

  • refactor: improve filter_entries test function by @LunaWhispers in #1259
  • feat: rename tracing field from uri to url in proxy handler functions by @gaius-qi in #1260
  • feat: add Range header to ensure Content-Length is returned in response headers by @gaius-qi in #1263

Full Changelog: v1.0.7...v1.0.8

v1.0.7

28 Jul 02:32
b30993e
Compare
Choose a tag to compare

What's Changed

  • feat: add include-files argrument in the downloaded directory by @LunaWhispers in #1247
  • refactor(dfget): Improve logic and error handling in filter_entries by @gaius-qi in #1258

Full Changelog: v1.0.6...v1.0.7

v1.0.6

24 Jul 11:17
bf6f49e
Compare
Choose a tag to compare

What's Changed

  • feat: Bump dragonfly-api to 2.1.49 and add local_only support for task stat by @gaius-qi in #1250
  • feat: Enhance stat_task error handling in dfdaemon_download and dfdaemon_upload by @gaius-qi in #1251
  • feat: update gRPC server to use non-cloned reflection service and fix task piece filtering logic by @gaius-qi in #1252
  • chore: update crate version to 1.0.6 by @gaius-qi in #1253
  • feat: use piece_timeout for list task entries by @gaius-qi in #1254
  • feat: use piece_timeout for list task entries by @gaius-qi in #1255
  • feat: add task ID response header in Dragonfly client proxy by @gaius-qi in #1256

Full Changelog: v1.0.5...v1.0.6