Releases: dragonflyoss/client
Releases · dragonflyoss/client
v0.2.0
What's Changed
- chore: update version to 0.2.0 by @gaius-qi in #918
- chore(deps): Bump serde from 1.0.216 to 1.0.217 by @dependabot in #923
- chore(deps): Bump chrono from 0.4.35 to 0.4.39 by @dependabot in #922
- chore(deps): Bump reqwest-tracing from 0.5.4 to 0.5.5 by @dependabot in #921
- chore(deps): Bump rustls-pki-types from 1.10.0 to 1.10.1 by @dependabot in #920
- chore(deps): Bump hyper from 1.5.1 to 1.5.2 by @dependabot in #919
Full Changelog: v0.1.127...v0.2.0
v0.1.127
What's Changed
- chore(deps): Bump home from 0.5.9 to 0.5.11 by @dependabot in #909
- chore(deps): Bump tokio-stream from 0.1.16 to 0.1.17 by @dependabot in #910
- chore(deps): Bump serde_json from 1.0.133 to 1.0.134 by @dependabot in #911
- chore(deps): Bump libc from 0.2.168 to 0.2.169 by @dependabot in #912
- chore(deps): Bump bytes from 1.8.0 to 1.9.0 by @dependabot in #913
- chore: update cargo version to 0.1.126 by @gaius-qi in #914
- fix: when the task has started and did not download the data, gc is failed by @gaius-qi in #915
- chore: update crate version to v0.1.127 by @gaius-qi in #916
Full Changelog: v0.1.126...v0.1.127
v0.1.126
What's Changed
- feat: add downloader for downloading piece by @gaius-qi in #894
- chore(deps): Bump sysinfo from 0.32.0 to 0.32.1 by @dependabot in #896
- chore(deps): Bump serde from 1.0.215 to 1.0.216 by @dependabot in #900
- chore(deps): Bump http from 1.1.0 to 1.2.0 by @dependabot in #899
- chore(deps): Bump tokio from 1.41.1 to 1.42.0 by @dependabot in #898
- chore(deps): Bump libc from 0.2.167 to 0.2.168 by @dependabot in #897
- Fix dfinit issue when containerd config_path have multiple paths by @aliazlan-t in #895
- feat: rename remote peer to parent by @gaius-qi in #901
- feat: add protocol for storage server by @gaius-qi in #902
- add doc for optimization by @CormickKneey in #903
- docs: optimize performance optimization guidance by @gaius-qi in #904
- feat: replace redirect_stderr with args.verbose by @gaius-qi in #905
- feat: calculate piece range and store the actual piece reader by @gaius-qi in #906
- test: add unit tests for calculate_piece_range by @gaius-qi in #907
- chore: rename repo Dragonfly2 to dragonfly by @gaius-qi in #908
New Contributors
- @aliazlan-t made their first contribution in #895
Full Changelog: v0.1.125...v0.1.126
v0.1.125
What's Changed
- feat: remove zstd for tonic by @gaius-qi in #893
- chore(deps): Bump anyhow from 1.0.93 to 1.0.94 by @dependabot in #888
- chore(deps): Bump serde from 1.0.210 to 1.0.215 by @dependabot in #889
- chore(deps): Bump libloading from 0.8.5 to 0.8.6 by @dependabot in #890
- chore(deps): Bump tokio-util from 0.7.12 to 0.7.13 by @dependabot in #891
- chore(deps): Bump blake3 from 1.5.4 to 1.5.5 by @dependabot in #892
Full Changelog: v0.1.124...v0.1.125
v0.1.124
v0.1.123
What's Changed
- fix barrier synchronization on components exit for dfdaemon by @CormickKneey in #871
- feat: optimize logs for server started by @gaius-qi in #883
- chore: change the default config for rpm and deb by @gaius-qi in #884
- feat: remove dfdaemon.yaml in rpm and deb by @gaius-qi in #885
- feat: add gzip, deflate, brotli, zstd compressed for reqwest by @gaius-qi in #886
Full Changelog: v0.1.122...v0.1.123
v0.1.122
chore: add auto-req no for building rpm (#882) Signed-off-by: Gaius <[email protected]>
v0.1.121
What's Changed
- feat: enhance client otel tracing and linking to scheduler & manager by @An-DJ in #873
- chore(deps): Bump tracing from 0.1.40 to 0.1.41 by @dependabot in #874
- chore(deps): Bump http-range-header from 0.4.1 to 0.4.2 by @dependabot in #875
- chore(deps): Bump thiserror from 1.0.65 to 1.0.69 by @dependabot in #876
- chore(deps): Bump tracing-subscriber from 0.3.18 to 0.3.19 by @dependabot in #877
- chore(deps): Bump libc from 0.2.164 to 0.2.167 by @dependabot in #878
- feat: rename tracing_grpc.rs to interceptor.rs by @gaius-qi in #879
- chore: use gzip compress for building rpm and deb by @gaius-qi in #880
New Contributors
Full Changelog: v0.1.120...v0.1.121
v0.1.120
What's Changed
Full Changelog: v0.1.119...v0.1.120
v0.1.119
What's Changed
- feat: use CRC-32-Castagnoli algorithm with hardware acceleration by @gaius-qi in #866
- chore(deps): Bump clap from 4.5.20 to 4.5.21 by @dependabot in #861
- chore(deps): Bump serde_json from 1.0.132 to 1.0.133 by @dependabot in #862
- chore(deps): Bump tabled from 0.16.0 to 0.17.0 by @dependabot in #863
- chore(deps): Bump url from 2.5.2 to 2.5.4 by @dependabot in #864
- chore(deps): Bump hyper from 1.5.0 to 1.5.1 by @dependabot in #865
- feat: add sse4.2 target feature for building by @gaius-qi in #867
- support docker runtime in dfinit with ut by @CormickKneey in #868
- feat: remove unnecessary get_piece by @gaius-qi in #869
- feat: add cache store for proxy by @gaius-qi in #870
Full Changelog: v0.1.118...v0.1.119