All Versions
82
Latest Version
Avg Release Cycle
5 days
Latest Release
1564 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.14 Changes
December 07, 2020- Filer
- Small files can be cached directly to filer store, avoiding additional http read to volume server. See
-cacheToFilerLimit
option.
- Small files can be cached directly to filer store, avoiding additional http read to volume server. See
- WebDAV
- Much improved WebDAV write performance.
- Filer
-
v2.13 Changes
November 30, 2020 -
v2.12 Changes
November 23, 2020- S3
- Deprecating "filer.options.buckets_fsync" in filer.toml. Use
fs.configure
to configure path specific options for the bucket specific options. - Avoid nil when response has error. #1622
- Deprecating "filer.options.buckets_fsync" in filer.toml. Use
- Filer
fs.configure
adds configurable volume growth
- Hadoop Compatible File System 1.5.6
- add replication parameter
fs.seaweed.replication
- fix ordering in
FileSystem.close()
- One independent benchmark with HDFS showed comparable results, with much faster reads.
- add replication parameter
- Volume
- Fix
volume.balance
wrong volume placement #1626
- Fix
- S3
-
v2.11 Changes
November 16, 2020- Shell
- Add
fs.configure
command to configure path-specific setting for replication/collection/ttl/fsync.
- Add
- S3
- Filer
- Read from volumes in preferred data center #1610
- Volume
- Retry-able http POST operations. #1592
- Hadoop Compatible File System 1.5.4
- Add volume id cache to drastically improve read performance. a296260
- Java
- Add example to watch a folder 3e36245
- Shell
-
v2.10 Changes
November 11, 2020๐ Last release has a small issue with
weed version
. It does not affect actual usage.- Filer
- Add API to tag a file.
- ๐ Some tiny fixes:
- adjust verbose logs for disk size checking outputs
- adjust logic to pick the old volumes when purging over-replicated volumes.
- Filer
-
v2.09 Changes
November 09, 2020- Hadoop Compatible File System 1.5.3
- Close file system cleanly. c709059
- Filer
- Write request headers with
Seaweed-
prefix will be stored as metadata.
- Write request headers with
- Volume Server
- Detect max volume count changes based on disk usage #1594
- S3
- Avoid blank response for 404
- Hadoop Compatible File System 1.5.3
-
v2.08 Changes
November 01, 2020- Mount
- Add retries to all gRPC operations. #1589
- Add CLI option to limit concurrent writers
- S3
- Return
x-amz-tag-count
header in GET requests #1566 - Support
X-Amz-Storage-Class
in request header. - Support
X-Amz-Tagging
in request header. - Support
X-Amz-Meta-
in request header.
- Return
- Filer
- Add CORS support
- Volume Server
- Add CORS support
- Trim out unreachable content left from abrupt shutdown.
- Add special handling for content outside of 32GB.
- Shell
- Add
volume.mark -readonly
#1574
- Add
- ๐ Fixes
weed filer.copy
had filename as the directory.- Add back upload retries.
- Mount
-
v2.07 Changes
October 26, 2020- Mount
- A better way to invalidate in-memory cache. Previous fix could be slow for large directories. This release is just to prevent possible performance degradation.
- Mount
-
v2.06 Changes
October 25, 2020- Hadoop
- Hadoop-Compatible-File-System 1.5.1 reports block size correctly.
- Mount
- Fix reading stale content on replicated changes.
- Performance improvements: async file copying, less memory usage.
- Fix sporadic read errors #1541
- S3
- ๐ณ Docker
- Allow custom command arguments #1547
- Filer
- Support default rack
- Hadoop
-
v2.05 Changes
October 17, 2020- FUSE Mount
- Filer
- Fix
weed filer.sync
with MySql, Postgres and Cassandra stores. - Fix support for streaming range requests.
- Fix
- WebDAV
- Fix dead loop when files smaller than 512 and unknown extenstion. #1344
- Filer
- Avoid early disconnection when reading large files.
- Volume
- Add metrics for read only volumes.
- S3
- Avoid duplicated buckets.