v0.11.0

juicedata/juicefsv0.11.0Mar 1, 2021by davies

AI Summary

Released with support for S3-compatible gateways, data encryption, and China Mobile Cloud integration.

Key Highlights

  • Added S3-compatible gateway based on MinIO
  • Exposed metrics for Prometheus with Grafana dashboard
  • Added support for data encryption at-rest
  • Added `juicefs rmr` for recursive directory removal

New Features

  • S3-compatible gateway (MinIO)
  • Prometheus metrics and Grafana dashboard
  • copy_file_range support in FUSE
  • concat support in Hadoop SDK
  • Data encryption at-rest
  • China Mobile Cloud (ECloud) support
  • Recursive remove command (`juicefs rmr`)
  • Redis Sentinel support
  • Multiple directories for disk cache

Full Release Notes

### New

* Added S3-compatible gateway based on MinIO (#178). 
* Expose metrics for Prometheus (#181), also a Grafana dashboard template.
* Support copy_file_range in FUSE (#172) and concat in Hadoop SDK (#173).
* Support data encryption at-rest (#185).
* Support China Mobile Cloud (ECloud) (#206).
* Added `juicefs rmr` to remove all files in a directory recursively (#207).
* Support Redis with Senitel (#180).
* Support multiple directories for disk cache.

### Changed 

* Increased read timeout for Redis from 3 seconds to 30 seconds to avoid IO error (#196).

### Bugfix

* Fixed a bug that caused recent written data can't be read back (#157).