All Versions
82
Latest Version
Avg Release Cycle
5 days
Latest Release
2006 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.94 Changes
September 07, 2020- ๐ Fix ElasticSearch startup error. #1452
-
v1.93 Changes
September 06, 2020- Filer
- Active-Active or Active-Passive Filer Store replication!
- New ElasticSearch backend as filer store #1446 #1449
- GRPC API supports prefixed query #1431
- Volume Server
- Check disk space before compaction #1440
- FUSE Mount
- Map user id and group id between local OS and filer.
- Filer
-
v1.92 Changes
August 31, 2020- Filer
- Ensure http connection reuse.
- S3
- Avoid possible completeMultipartUpload re-tries that can overwrite uploaded content.
- List bucket permission change from admin to read #1430.
- Volume Server
- Anonymous read access to status handler.
- Add option preStopSeconds to drain volume server traffic before shutdown #1433.
- Fix EC error if multiple disks are configured in one volume server.
- Mount
- Fix issue found when running UrBackup with SeaweedFS FUSE
- Filer
-
v1.91 Changes
August 24, 2020 -
v1.90 Changes
August 17, 2020- ๐ Support reading and writing random access files.
- FUSE mount
- works correctly with random access files.
- miscellaneous changes for renaming, set attributes, locking, etc.
- Filer
- fixes for stale directories when using multiple filers.
- add file upload retries for edge cases.
- Hadoop 1.4.6
- remove unnecessary jars for better compatibility.
- read random access files.
- S3
- ListObjects and listObjectsV2 supports sub directories #1418
-
v1.88 Changes
August 09, 2020- Hadoop Compatible File System 1.44
- Improve read and write performance with better caching, GC, read ahead, compression.
- S3
- Control access for anonymous users
- Volume
- Report Content-MD5 in response header
- Filer
- Auto chunking for PUT requests, similar to existing POST requests handling.
- Stores md5 metadata for files uploaded through filer
- Report Content-MD5 in response header
- FUSE Mount
- report EEXIST when deleting non-empty folders
- Hadoop Compatible File System 1.44
-
v1.87 Changes
July 30, 2020- FUSE mount
- Hadoop Compatible File System
- 1.4.3 for faster reads by caching volume id locations and buffering.
- S3
- Add support for requests
- Remove directory listing size limit
- fix s3api auth bug
- fix s3api copy object handler SerializationError
- Volume server
- HEAD response sets Content-Disposition
-
v1.86 Changes
July 21, 2020- Overall
- Hadoop
- Read/Write performance improvements.
- Large file handling.
- Reduce memory overhead.
- Better support for Hadoop 3.
- Minor
- command line allows tilde in directory parameter
-
v1.85 Changes
July 13, 2020- Replication
- Support active-active filer replication.
- Volume Server
- Default to minimum 1% free disk space.
- (minor) Default the number of volumes in a volume server to 8. Adding one for logs in case all 7 volumes are allocated.
- FUSE mount
- Switch to async meta data caching.
- ๐ Released Hadoop Compatible File System 1.3.2
- Reuse HTTP connections.
- ๐ณ Docker
- Dockerfile can support multiple architecture. #1377
- ๐ Bug
- Fix missing metadata notification for folder deletion.
- Replication
-
v1.84 Changes
June 28, 2020- S3 gateway
- Fix wrong md5 validation during PUT. #1374
- S3 gateway