Releases: dragonflyoss/client
Releases · dragonflyoss/client
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
v0.1.118
What's Changed
- feat: add disk bandwidth for metrics and announcer by @gaius-qi in #845
- chore(deps): Bump codecov/codecov-action from 4 to 5 by @dependabot in #846
- chore(deps): Bump indicatif from 0.17.8 to 0.17.9 by @dependabot in #847
- chore(deps): Bump futures from 0.3.30 to 0.3.31 by @dependabot in #848
- chore(deps): Bump tempfile from 3.13.0 to 3.14.0 by @dependabot in #849
- chore(deps): Bump libc from 0.2.162 to 0.2.164 by @dependabot in #850
- dfget supports HDFS by @BruceAko in #838
- refactor: support hdfs for backend by @gaius-qi in #852
- feat: rename disk_read_bandwidth to disk_read_bytes by @gaius-qi in #853
- feat: reuse the tonic uds client in proxy by @gaius-qi in #854
- feat: reuse http client for backend by @gaius-qi in #855
- feat: reuse http client for object storage in backend by @gaius-qi in #856
- feat: add timeout for hdfs backend by @gaius-qi in #857
- fix: barrier blocks thread by @gaius-qi in #858
- add ut for containerd init by @CormickKneey in #859
- fix: rocksdb panic caused by out of bounds by @gaius-qi in #860
Full Changelog: v0.1.117...v0.1.118
v0.1.117
What's Changed
- refactor(metadata.rs): simplify is_empty checks for Task and Persiste… by @yxxhero in #829
- test(crio): add unit test for CRIO config by @yxxhero in #830
- feat: add reset handler for metrics by @gaius-qi in #837
- chore(deps): Bump tokio from 1.41.0 to 1.41.1 by @dependabot in #832
- chore(deps): Bump pprof from 0.13.0 to 0.14.0 by @dependabot in #833
- chore(deps): Bump libc from 0.2.161 to 0.2.162 by @dependabot in #834
- chore(deps): Bump hyper from 1.4.1 to 1.5.0 by @dependabot in #835
- chore(deps): Bump anyhow from 1.0.91 to 1.0.93 by @dependabot in #836
- feat: optimize generater of the piece id by @gaius-qi in #839
- feat: optimize find_matching_rule func by @gaius-qi in #840
- feat: optimize convert headermap to hashmap by @gaius-qi in #841
- feat: remove zstd comperssion in dfdaemon_download server by @gaius-qi in #842
- feat: remove fill_cache from getting in rocksdb by @gaius-qi in #843
- feat: remove unnecessary logs by @gaius-qi in #844
Full Changelog: v0.1.116...v0.1.117
v0.1.116
What's Changed
- chore(deps): Bump tokio from 1.40.0 to 1.41.0 by @dependabot in #810
- chore(deps): Bump bytes from 1.7.2 to 1.8.0 by @dependabot in #811
- chore(deps): Bump libc from 0.2.159 to 0.2.161 by @dependabot in #809
- chore(deps): Bump rustls-pki-types from 1.9.0 to 1.10.0 by @dependabot in #808
- chore(deps): Bump anyhow from 1.0.89 to 1.0.91 by @dependabot in #807
- feat(ops): Update Docker workflow for PRs on main branch by @yxxhero in #813
- feat: delete metadata and content of the persistent cache task by @gaius-qi in #816
- feat: add query params of the containerd by @gaius-qi in #817
- feat: add content_length, digest and piece_count for UploadPersistentCacheTaskStartedRequest by @gaius-qi in #818
- feat: response current replica count for persistent cache task by @gaius-qi in #819
- feat(container_runtime): support podman container runtime by @yxxhero in #812
- test: add ut for client-util by @CormickKneey in #826
- chore(deps): Bump thiserror from 1.0.64 to 1.0.65 by @dependabot in #824
- chore(deps): Bump regex from 1.11.0 to 1.11.1 by @dependabot in #823
- chore(deps): Bump futures-util from 0.3.30 to 0.3.31 by @dependabot in #822
- chore(deps): Bump hyper-util from 0.1.9 to 0.1.10 by @dependabot in #821
- test: add ut for client-util/tls by @CormickKneey in #827
- feat: when the task is downloading, it is not allowed to delete the task by @gaius-qi in #828
Full Changelog: v0.1.115...v0.1.116