github seaweedfs/seaweedfs 2.72
2.72 (had bugs on S3, fixed in 2.74)

latest releases: 3.65, 3.64, 3.63...
2 years ago
  • Filer, FUSE Mount, and Hadoop compatible file system 1.6.9
    • More efficient file read on large files. Previous implementation was O(N*N) with N as number of chunks. This new algorithm is closer to O(N) win practice.
  • FUSE mount
    • Rename operation now is synchronized with filer. Previous implementation was sort of hacking and could not handle deep directory renaming, and need to rely on metadata updates from filer, which has delays and may cause race condition.
  • Volume
    • Fix binary searching by timestamp, which caused volume.balance error #2364
  • S3
    • Use response-content-disposition to overwrite default content-disposition #2371
    • Save content-disposition as extended properties #2371
    • Save content-type during multipart upload and normal object upload #2376 #2383
    • Add Bucket ACL handler #2380
    • Add empty bucket life cycle handler and empty bucket policy handler, empty object acl handler
    • Continuously listen to configuration file updates #2342
  • Bugs
    • S3 : nil pointer due to race condition #2370

Don't miss a new seaweedfs release

NewReleases is sending notifications on new releases.