Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dragonflyoss/client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.9
Choose a base ref
...
head repository: dragonflyoss/client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.10
Choose a head ref
  • 6 commits
  • 19 files changed
  • 3 contributors

Commits on Aug 5, 2025

  1. chore(deps): Bump tokio-util from 0.7.15 to 0.7.16 (#1270)

    Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.15 to 0.7.16.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-util-0.7.15...tokio-util-0.7.16)
    
    ---
    updated-dependencies:
    - dependency-name: tokio-util
      dependency-version: 0.7.16
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    b2ac70f View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump hyper-util from 0.1.15 to 0.1.16 (#1267)

    Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.15 to 0.1.16.
    - [Release notes](https://github.com/hyperium/hyper-util/releases)
    - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
    - [Commits](hyperium/hyper-util@v0.1.15...v0.1.16)
    
    ---
    updated-dependencies:
    - dependency-name: hyper-util
      dependency-version: 0.1.16
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    60ebb33 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. chore(deps): remove unused dependencies (#1274)

    Signed-off-by: Gaius <gaius.qi@gmail.com>
    gaius-qi authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    7796ee7 View commit details
    Browse the repository at this point in the history
  2. feat:removes the load_to_cache field (#1264)

    This pull request removes the load_to_cache field and adds trait method definitions to dfdaemon_download.rs and dfdaemon_upload.rs.
    
    - Removed cache-related processing from Task handling.
    - Added trait method definitions such as download_cache_task to dfdaemon_download.rs and dfdaemon_upload.rs to comply with the API format of version 2.1.55.
    
    - Aim to allow Task to focus on disk interactions while delegating memory cache operations to CacheTask.
    
    Signed-off-by: fu220 <2863318196@qq.com>
    fu220 authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    848737e View commit details
    Browse the repository at this point in the history
  3. feat: enable console subscriber layer for tracing spawn tasks on `127…

    ….0.0.1:6669` when log level is TRACE (#1275)
    
    Signed-off-by: Gaius <gaius.qi@gmail.com>
    gaius-qi authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    e415df9 View commit details
    Browse the repository at this point in the history
  4. chore(ci/Dockerfile): add grpcurl for dfdaemon container (#1276)

    Signed-off-by: Gaius <gaius.qi@gmail.com>
    gaius-qi authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    e1ae65a View commit details
    Browse the repository at this point in the history
Loading