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

Changelog History
Page 4

  • v1.83 Changes

    June 27, 2020
    • Volume Server
      • Fix logic to detect mime type and gzip accordingly.
      • Remove fixJpgOrientation feature
      • Add default minFreeSpacePercent #1366
      • Add optional MD5 verification of uploaded data #1371
      • Erasure Coding generate ec shard first, before generating the ec index file, in case of possible EC encoding interruption.
    • 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
  • 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.
  • 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
    • Master
      • Remove option to change CLI option -pulseSeconds
    • 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.
  • 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
  • v1.76 Changes

    April 23, 2020
    • FUSE mount
      • Meta data caching works under high concurrency
    • Master
      • Temporarily disable the exclusive weed shell restriction.
  • v1.75 Changes

    April 22, 2020
  • 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
    • Replication
      • Fix replicating via Amazon SQS