Skip to content

Releases: juicedata/juicefs

v0.11.0

01 Mar 08:38
a354b98
Compare
Choose a tag to compare

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).

v0.10.0

29 Jan 07:00
4c56261
Compare
Choose a tag to compare

New

  1. A Java SDK was released to provide HDFS compatible API for Hadoop ecosystem.
  2. Added juicefs umount to umount a volume.
  3. Added juicefs benchmark to do simple benchmark (read/write on big/small files)
  4. Merged juicesync into juicefs sync.
  5. Support Sina Cloud Storage.
  6. Support Swift as object store.

Changed

  1. Release memory in read buffer after idle for 1 minute.
  2. Ignore invalid IP (for example, IPv6) returned from DNS of object store.
  3. Improve performance for huge directory (over 1 millions)
  4. Retry operations after Redis is disconnected or restarted.
  5. Added cache for symlink.

Bugfix

  1. Fixed errno for getattr in Darwin when no extented attributes found.
  2. Updated length in readers to allow read latest data written by other clients.

v0.9.3

18 Jan 15:33
b65dc21
Compare
Choose a tag to compare

This release includes BREAKING changes and a few bugfix:

New

  1. Support rados in Ceph.
  2. Allow update access key and secret key with existing volume.

Changes

  1. Changed to logging into syslog only when running in background.
  2. Changed to use lower cases for command options.
  3. Disable extended attributes by default, which slow down operations even it's not used.

Improvements

  1. Allow non-root to allow in macOS.
  2. Check configs of redis and show warning when there are risks for data safety or functions.
  3. Added volume name in macOS.
  4. wait the mountpoint to be ready when it's mounted in background.

Bugfix

  1. Fixed a bug in ReaddirPlus which slows down tree travelling.
  2. Fixed leaking of extended attributes in Redis.
  3. Fix a bug that truncate may delete slices written in future.

v0.9.2

15 Jan 07:40
Compare
Choose a tag to compare

This release addressed all the known issue reported from community since first public release.

  1. Added a flag -d to mount in background
  2. Finish compaction part 2: copy small objects into bigger one.
  3. Added pessimistic lock to reduce contention for Redis transaction, to avoid failure under high pressure.
  4. Show . and .. when list a directory with -a in Linux.
  5. Fixed errno for getxattr on internal files.
  6. Fixed local block cache.
  7. Support Scaleway and Minio as object store.
  8. Support mount using /etc/fstab and auto mount after boot.
  9. Added an option --force to overwrite existing format in Redis.
  10. log INFO into syslog, also DEBUG in daemon mode.