Skip to content

Commit

Permalink
[release] Bump release version to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chuandew committed Jan 14, 2025
1 parent 85c893b commit 4002535
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions HISTORY.md
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

0 comments on commit 4002535

Please sign in to comment.