Dragonfly
v2.4.4Storage & DataJun 25, 2026
v2.4.4 is a routine maintenance release for Dragonfly, fixing three scheduler bugs around peer concurrency, memory leaks, and register delay, alongside a batch of dependency bumps. No security fixes or operator-facing breaking changes are included.
Key changes (5)
- Scheduler fix removes a stale AnnouncePeer stream reference that was causing a transport memory leak
- Scheduler now correctly enforces peer concurrency limits during preheat jobs
- Scheduler skips the exponential backoff delay for super seed peers on register
- Dependency bumps: containerd 1.7.32 to 1.7.33, go-redis/v9 9.19.0 to 9.21.0, mongo-driver 1.17.0 to 1.17.7, golang.org/x/crypto to 0.53.0, retry-go upgraded to v5, plus minor bumps to actions/checkout and gomega
- Internal helper functions MustParseRange, ParseOneRange, and ParseURLMetaRange were removed as part of a code refactor (no external API impact)