chore: release v1.5.3 with scheduling policy support - #2015
Merged
Conversation
Bump workspace version to 1.5.3 and dragonfly-api to 2.3.5. Introduce a `SchedulingPolicy` enum (`auto`/`always`) that controls whether small downloads bypass the scheduler. `auto` preserves existing behaviour; `always` forces scheduler registration so other peers can discover the task as a parent. The policy is configurable per proxy rule, via the `X-Dragonfly-Scheduling-Policy` request header, and via the `--scheduling-policy` dfget flag. Signed-off-by: Gaius <gaius.qi@gmail.com>
gaius-qi
requested review from
BraveY,
Zephyrcf,
anjia0532,
fcgxz2003,
hhhhsdxxxx and
imeoer
August 26, 2026 09:52
gaius-qi
enabled auto-merge (squash)
August 26, 2026 09:52
hyy0322
approved these changes
Aug 26, 2026
hhhhsdxxxx
approved these changes
Aug 26, 2026
EvanCley
approved these changes
Aug 26, 2026
yxxhero
approved these changes
Aug 26, 2026
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2015 +/- ##
==========================================
+ Coverage 54.18% 54.20% +0.02%
==========================================
Files 101 101
Lines 27237 27305 +68
==========================================
+ Hits 14759 14802 +43
- Misses 12478 12503 +25
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bump workspace version to 1.5.3 and dragonfly-api to 2.3.5. Introduce a
SchedulingPolicyenum (auto/always) that controls whether small downloads bypass the scheduler.autopreserves existing behaviour;alwaysforces scheduler registration so other peers can discover the task as a parent. The policy is configurable per proxy rule, via theX-Dragonfly-Scheduling-Policyrequest header, and via the--scheduling-policydfget flag.Related Issue
Motivation and Context
Screenshots (if appropriate)