Releases: dragonflyoss/client
Releases · dragonflyoss/client
v0.1.37
What's Changed
Full Changelog: v0.1.36...v0.1.37
v0.1.36
What's Changed
- feat: extract storage engine into traits by @imtsuki in #401
- chore: add License for storage_engine by @gaius-qi in #412
- fix: typo in dfdaemon.rs by @gaius-qi in #413
- chore: change gitignore for vendor by @gaius-qi in #415
- chore: pin rust version to 1.77.2 to prevent rocksdb bug by @imtsuki in #414
- chore: change rust-toolchain to 1.75.0 to match Dockerfile build image by @gaius-qi in #416
- chore: update cargo version to v0.1.36 by @gaius-qi in #417
Full Changelog: v0.1.35...v0.1.36
v0.1.35
What's Changed
Full Changelog: v0.1.34...v0.1.35
v0.1.34
What's Changed
Full Changelog: v0.1.33...v0.1.34
v0.1.33
Full Changelog: v0.1.32...v0.1.33
v0.1.32
What's Changed
- unittest: improve code coverage by @xujihui1985 in #392
- Refactor: wrap rocksdb transaction operations in closures by @imtsuki in #393
- feat: add error log for grpc handler by @gaius-qi in #394
- feat: super replace with crate by @gaius-qi in #395
- feat: support plugin feature for backend by @gaius-qi in #400
- feat: add HDFS plugin examples for backend by @gaius-qi in #402
- chore: add plugin Cargo.yaml to Dockerfile by @gaius-qi in #403
New Contributors
Full Changelog: v0.1.31...v0.1.32
v0.1.31
What's Changed
- feat: add logs for generate cert by @gaius-qi in #383
- Refactor: extract error module by @xujihui1985 in #375
- feat: optimize error mod by @gaius-qi in #384
- feat: add trait for backend by @gaius-qi in #390
- feat: update server implements download task api by @gaius-qi in #391
Full Changelog: v0.1.30...v0.1.31