-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release] Bump release version to v3.0.0
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# DingoFS Change Log | ||
|
||
## v3.0.0 | ||
|
||
### New Features | ||
- Support multi-disk cache | ||
- Support disk health check | ||
- Support disk replacement in the fly | ||
- Support disk cache expire evit policy | ||
- Support enable nocto for specified file | ||
- Support quota for filesystem or directory | ||
- Add fuse client performance metrics | ||
- Support query s3 object for specified file | ||
|
||
### Optimization | ||
- Optimize file storage format | ||
- Optimize disk capacity manage policy | ||
- Replace bazel with cmake | ||
- CICD auto compile and image publish | ||
|
||
### Bug Fix | ||
- Fix data inconsistency issue | ||
- Fix incorrect header setting in s3 range request | ||
- Fix segment fault and deadlock issues | ||
|
||
### Others | ||
- Upgrade major third-party libraries such as brpc, braft, and rocksdb to the latest versions |