v1.2.11
What's Changed
- feat(storage): add default temporary directory for output by @gaius-qi in #1639
- Convert doc comments to idiomatic Rust style by @Copilot in #1640
- Add unit tests for health module by @Copilot in #1641
- feat(util): add cgroups support for process resource querying by @gaius-qi in #1644
- feat: add is_running_in_container func for utils by @gaius-qi in #1643
- Add unit tests for dragonfly-client-metric module by @Copilot in #1642
- chore(deps): Bump clap from 4.5.53 to 4.5.56 by @dependabot[bot] in #1649
- chore(deps): Bump tokio-util from 0.7.17 to 0.7.18 by @dependabot[bot] in #1648
- chore(deps): Bump socket2 from 0.6.1 to 0.6.2 by @dependabot[bot] in #1647
- chore(deps): Bump github/codeql-action from 4.31.11 to 4.32.0 by @dependabot[bot] in #1646
- feat: refactor system monitoring with modular sysinfo subsystem by @gaius-qi in #1653
- Add unit tests for dragonfly-client/stats module by @Copilot in #1645
- refactor(sysinfo): reorganize CPU, Disk, Memory, and Network structs by @gaius-qi in #1656
- Remove redundant tracing module tests by @Copilot in #1655
- chore(deps): Bump bytes from 1.11.0 to 1.11.1 by @dependabot[bot] in #1657
- style(tests): remove unnecessary whitespace in tests by @gaius-qi in #1659
- style(cpu): add dead code allowance for constant by @gaius-qi in #1661
- feat(ratelimit): add rolling window rate limiting by @gaius-qi in #1663
- add hickory_dns options in dfdaemon by @rayne-Li in #1662
- chore(deps): Bump hyper-util from 0.1.19 to 0.1.20 by @dependabot[bot] in #1669
- chore(deps): Bump chrono from 0.4.42 to 0.4.43 by @dependabot[bot] in #1668
- chore(deps): Bump anyhow from 1.0.100 to 1.0.101 by @dependabot[bot] in #1667
- chore(deps): Bump github/codeql-action from 4.32.0 to 4.32.2 by @dependabot[bot] in #1666
- feat: refactor ratelimit to ratelimiter and improve BBR adaptive rate limiter by @gaius-qi in #1672
- feat(grpc): add block list support for download and upload tasks by @chlins in #1660
- chore(deps): Bump regex from 1.12.2 to 1.12.3 by @dependabot[bot] in #1681
- chore(deps): Bump indicatif from 0.18.3 to 0.18.4 by @dependabot[bot] in #1679
- chore(deps): Bump tempfile from 3.23.0 to 3.25.0 by @dependabot[bot] in #1678
- chore(deps): Bump taiki-e/cache-cargo-install-action from 3.0.1 to 3.0.2 by @dependabot[bot] in #1676
- chore(certs): regenerate test certificates with 100-year validity by @gaius-qi in #1694
- feat: fix hostname support in URL formatting by @gaius-qi in #1695
- chore(ci): update Trivy action version in workflows by @gaius-qi in #1696
New Contributors
Full Changelog: v1.2.10...v1.2.11