All Versions
82
Latest Version
Avg Release Cycle
5 days
Latest Release
1571 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v1.83 Changes
June 27, 2020- Volume Server
- S3 API gateway
- DeleteObject API also support deleting a folder recursively
- Miscellaneous changes
- Master
- Always clear up previous master meta data when startup
- FUSE mount
- Prevent concurrent modification eror
-
v1.82 Changes
June 19, 2020- ๐ Released SeaweedFS CSI Driver! https://github.com/seaweedfs/seaweedfs-csi-driver
- FUSE Mount
- Lazy metadata syncrhonization. (fix #1322)
- Hadoop Compatible File System
- Fixed a concurrency issue when running HBase on SeaweedFS
- Volume
- Add a hard limit to ensure volume file correctness (7ccc318)
- Minor
- S3 return ErrNoSuchKey if not found
- Fix issues with Erasure Coding encode/decode
-
v1.81 Changes
June 10, 2020- Volume Server
- Add a fix for possible dead lock when volume is over 32GB.
- FUSE Mount
- fix possible file reading EOF bug introduced from 1.80.
- Volume Server
-
v1.80 Changes
June 05, 2020- Filer
- default leveldb store add auto recovery, report correct error
- Hadoop
- HBase can work properly
- Volume
- On windows, support
-max=0
to auto set volume max count - Able to set volume readonly if below a configurable free disk space percentage
- On windows, support
- Master
- Remove option to change CLI option
-pulseSeconds
- Remove option to change CLI option
- WebDAV
- Fix an error when file size is less than 512 and content type is not detectable by file name extension due to
/etc/mime.types
is not installed.
- Fix an error when file size is less than 512 and content type is not detectable by file name extension due to
- Filer
-
v1.79 Changes
May 19, 2020๐ Fix compilation problem with 8000GB volume version.
-
v1.78 Changes
May 18, 2020- Faster fsync writes! (#1299)
- Filer
- Fix directory deletion in MongoDB (#1303)
- FUSE mount
- Atomic local cache updates
- Avoid possible directory deletion error
- Master
- Prevent race condition with possible transient volume server disconnection.
- Minor
- Fix Prometheus verbose log
- S3 : print out time in UTC format (fix #1297)
- Benchmark randomized the content
- Benchmark add fsync option
- Filer faster image resizing
- Filer copy HDFS user name and group names
-
v1.77 Changes
April 26, 2020- FUSE Mount
- Default to use local meta data. This brings great performance improvements.
- Master and Shell
- Add lock/unlock for shell scripts, to exclusively manage the cluster. Existing volume operations need to lock first before continuing.
- Support semicolon separated multiple commands in one line.
- Hadoop Compatible File System
- Add 1.2.7 release to fix HBase related issues.
- seaweedfs-hadoop2-client-1.2.7.jar
- seaweedfs-hadoop3-client-1.2.7.jar
- FUSE Mount
-
v1.76 Changes
April 23, 2020- FUSE mount
- Meta data caching works under high concurrency
- Master
- Temporarily disable the exclusive
weed shell
restriction.
- Temporarily disable the exclusive
- FUSE mount
-
v1.75 Changes
April 22, 2020- FUSE mount
- Added asynchronous meta data caching
- Added tiered chunk caching
- Filer
- Filer store supports Mongodb by @bukton123 (#1280)
- Add gRPC API to append to a file
- ๐ New work waiting for comments!
- Add pub/sub feature with examples at https://github.com/seaweedfs/messaging-client-go
- FUSE mount
-
v1.74 Changes
April 13, 2020- FUSE Mount
- Add on disk caching
- Volume Server
- Add optional fsync on writes.
- S3
- Add fsync buckets
- Filer
- Add redis2 for faster large directory listing
- Shell
- Only allow one
weed shell
connected to manage the cluster
- Only allow one
- Replication
- Fix replicating via Amazon SQS
- FUSE Mount