-
Notifications
You must be signed in to change notification settings - Fork 41
Comparing changes
Open a pull request
base repository: dragonflyoss/client
base: v1.0.9
head repository: dragonflyoss/client
compare: v1.0.10
- 6 commits
- 19 files changed
- 3 contributors
Commits on Aug 5, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for b2ac70f - Browse repository at this point
Copy the full SHA b2ac70fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 60ebb33 - Browse repository at this point
Copy the full SHA 60ebb33View commit details
Commits on Aug 6, 2025
-
chore(deps): remove unused dependencies (#1274)
Signed-off-by: Gaius <gaius.qi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7796ee7 - Browse repository at this point
Copy the full SHA 7796ee7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 848737e - Browse repository at this point
Copy the full SHA 848737eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e415df9 - Browse repository at this point
Copy the full SHA e415df9View commit details -
chore(ci/Dockerfile): add grpcurl for dfdaemon container (#1276)
Signed-off-by: Gaius <gaius.qi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e1ae65a - Browse repository at this point
Copy the full SHA e1ae65aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.9...v1.0.10