All Versions
82
Latest Version
Avg Release Cycle
5 days
Latest Release
1229 days ago

Changelog History
Page 7

  • v1.54 Changes

    February 10, 2020
    • Volume Server
      • Reduce memory usage when generating read only volumes, avoiding OutOfMemory
      • Sync index file before closing
    • Master server
      • Add configurable volume growth toml setting
    • Filer
      • Upload chunked file in streams, reduce memory usage
    • Shell
      • add volume.configure.replication to change volume replication
  • v1.53 Changes

    January 31, 2020
    • S3
      • Add S3 copy
    • Mount
      • More robust with retries and large file writes
    • Volume
      • Support wav file compression

    ๐Ÿš€ This release also added a feature to overwrite TOML file configurations with environment variables, making it easier to dynamically pass variables, such as database password.

  • v1.52 Changes

    January 27, 2020
    • volume
      • better compaction: avoid sharing volume dat file handle(#1184)
    • filer
      • file creation follows O_EXCL flag, to stop creation if the file already exists
    • mount
      • misc fixes to make git clone work (#1182)
    • ๐Ÿณ docker
      • small (34MB) docker image with latest changes docker pull chrislusf/seaweedfs:dev
  • v1.51 Changes

    January 21, 2020

    ๐Ÿ›  Fixed miscellaneous weed mount problems.

  • v1.50 Changes

    January 09, 2020
    • Filer: fix filer read error (#1179)
  • v1.49 Changes

    January 08, 2020

    This has a fix for a compaction bug introduced in 1.48

    • volume: fix compaction
    • weed fix: generate .idx files correctly
  • v1.48 Changes

    January 01, 2020
    • Tiered Storage
      • Support reverting cloud tier to local tier.
    • Erasure Coding
      • Support reverting EC volumes to normal volumes.
    • Filer
      • Support extended attributes.
      • Add route by latency option for Redis store.
      • Returns 404 if not found.
      • Optional default recursive deletion.
      • Add fs.meta.cat to see file meta data.
      • Fix fs.meta.save concurrency problem.
    • Volume
      • Lower readonly volume memory usage.
      • Support deletions on read only volumes.
      • Avoid core dump when creating volumes and disk is full.
  • v1.47 Changes

    December 17, 2019
    • FUSE mount
      • Fix nil directory problem
    • Volume Server
      • Fix missing leading dot in extension
  • v1.46 Changes

    December 14, 2019
    • ๐Ÿ”‹ Feature
      • beta version of transparent cloud integration
      • support tiering to S3
      • Filer
      • support memsql
      • add "mode" parameter when uploading
      • Hadoop Compatible File System
      • release 1.2.4
    • ๐ŸŽ Performance
      • mount
      • add option "-dirListCacheLimit" to speed up large directory long-format listing ("ls -l")
      • Filer
      • async directory deletion, separate deletion for metadata and data
      • shell
      • faster filer.meta.save in parallel
    • ๐Ÿ› Bugs
      • WebDav
      • fix writing file (#1114 )
    • ๐Ÿ‘‰ Tweaks
      • docker-compose set to correct master IP option.
      • master submit support "dataCenter" parameter
    • Experts
      • Filer deletion add option skipChunkDeletion
      • Replication will check healthy volume servers first (3727d24)
      • Graceful volume server shutdown (a9dbd52)
      • fuse: check mount point available before do runmount(0b822a6)
      • gRPC change directory listing to streaming
  • v1.45 Changes

    November 23, 2019
    • shell
      • fs.meta.save missed directory data with more than 1024 entries (#1130)
      • ec.balance did not balance correctly (#1111)
      • add current filer directory default value
    • master
      • add option to store file sequence to etcd
      • assign volume can optionally specify the number of volumes to grow
    • volume
      • ec reading error if file size is greater than a limit (#1106)
      • use read lock to avoid hang during heartbeat (#1107)
    • filer
      • parallelize weed filer.copy for single file
      • support tikv as filer store