Releases: code-inflation/cfspeedtest
Releases · code-inflation/cfspeedtest
v2.0.2
What's Changed
- chore(deps): bump log from 0.4.28 to 0.4.29 by @dependabot[bot] in #251
- perf: stream download body and drain upload response by @code-inflation in #254
- chore(deps): bump reqwest from 0.12.24 to 0.12.25 by @dependabot[bot] in #253
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Dependency updates, fixes cargo audit issues
What's Changed
- chore: consolidate dependency bumps by @code-inflation in #250
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #249
- chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #236
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Major Change
The json output changed schema and now includes test metadata and latency measurements.
What's Changed
- Add latency measurements to json outputs by @gnmyt in #204
- Fix IPv6 connection timeout panic by @code-inflation in #215
- chore(deps): bump reqwest from 0.12.20 to 0.12.22 by @dependabot[bot] in #216
- chore(deps): bump clap_complete from 4.5.54 to 4.5.55 by @dependabot[bot] in #218
- chore(deps): bump clap from 4.5.40 to 4.5.41 by @dependabot[bot] in #217
- chore(deps): bump serde_json from 1.0.140 to 1.0.141 by @dependabot[bot] in #219
- chore(deps): bump serde_json from 1.0.141 to 1.0.142 by @dependabot[bot] in #222
- chore(deps): bump clap from 4.5.41 to 4.5.42 by @dependabot[bot] in #221
- update deps by @code-inflation in #245
- fix: correct latency test count by @code-inflation in #246
New Contributors
Full Changelog: v1.4.1...v2.0.0
v1.4.1
What's Changed
- fix: disable Docker build provenance to prevent manifest creation failure by @code-inflation in #214
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Add unit tests for core parsing and calculation logic by @code-inflation in #208
- Fix/download timing measurement by @code-inflation in #209
- Update dependencies by @code-inflation in #210
- Use native ARM64 runners for faster Docker builds by @code-inflation in #211
- Cache cargo-audit installation for faster security checks by @code-inflation in #212
Full Changelog: v1.3.4...v1.4.0
v1.3.4
Fix docker image release
v1.3.3
What's Changed
- feat: allow users to use --ipv{4,6} flags to bind to other addresses by @stepbrobd in #180
- feat: Implement cross-compilation and Docker layer caching for ARM bu… by @code-inflation in #190
- Fix clippy issue -use
div_ceil()instead of manual implementation by @code-inflation in #193 - chore(deps): bump tokio from 1.44.1 to 1.44.2 by @dependabot in #192
- chore(deps): bump indexmap from 2.8.0 to 2.9.0 by @dependabot in #191
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- Implement shell completion using clap_complete by @code-inflation in #189
- Dependency upgrades
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- IPv6: Change loopback address to unspecified address by @useful64 in #171
- Allow --nr-tests to be less than 4 by @code-inflation in #166
- fix cargo audit job and update deps by @code-inflation in #165
- Dependency upgrades
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- introduce --download-only and --upload-only flags by @code-inflation in #150
- update dependencies by @code-inflation in #149
Full Changelog: v1.2.6...v1.3.0