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

Changelog History
Page 8

  • v1.44 Changes

    October 12, 2019
    • Filer
      • follow the redirected master #1070
      • Recursive deletion optionally ignore any errors #1062
      • avoid hard-coded upload timeout
    • Hadoop Compatible File System
      • fix jar issues on Cloudera HDFS CDH
    • Volume
      • in rare cases when volume is created but no superblock #1079
      • skip readonly volume checking when destroy #1063
      • avoid nil needle map #1061
    • Experimental
      • grpc API for server side json select pushdown
    • increase thread safety by avoiding rand
  • v1.43 Changes

    September 03, 2019
    • 🚀 Released 1.1.6 Hadoop clients, verified working with HDFS/Spark/HBase.
    • master
      • master followers can also lookup and redirect, improves master scalability
      • clients are redirected to new leader, instead of looping through all masters.
    • filer
      • support Etcd as filer store, avoiding any SPOF.
      • fix redis configuration typo for database. #1031
    • volume
      • fail the volume deletion if compaction is in progress, #1035
      • protect against nil needle map, #1037
      • truncating the temp files when compacting, avoid wrong .dat file after compaction.
    • mount
      • add umask option, related to #978
    • shell
      • added an option to set the output file name
      • added an option to see verbose output, default to non-verbose mode
    • weed backup
      • add ttl and replication parameter
  • v1.42 Changes

    July 22, 2019
    • master:
      • ensure only one exclusive vacuum process
    • volume
      • vacuum related optimizations and bug fixes
      • fix volume count metrics bug #1013
      • write requests also checks matching cookies #1014
    • shell
      • add fs.mv
    • filer
      • set file name when uploading to a directory (#1005)
      • default filer.copy to chunk at 32MB
      • detect a filer path is a file or a directory #1004
    • s3
      • add location for multipart upload #1002
  • v1.41 Changes

    July 08, 2019
    • filer
      • leveldb2: fix directory listing #1001
  • v1.40 Changes

    July 03, 2019
    • filer
      • default to leveldb2 store if filer store is not configured
      • add metrics for go memory, gc stats
      • avoid concurrent modification to result slice, fix #972
    • volume
      • fix bug with 8000GB version if using in memory index
      • default file ttl to volume ttl, related to #992
  • v1.38 Changes

    June 24, 2019
  • v1.37 Changes

    June 22, 2019
    • 👍 erasure coding: supports blob deletion
    • 👍 metrics: support Prometheus gateway
    • filer
      • fix issue #986 if you are using filer in 1.34, 1.35, please upgrade ASAP.
      • fix Cassandra creating file via FUSE mount
  • v1.36

    June 21, 2019
  • v1.35 Changes

    June 11, 2019
  • v1.34 Changes

    May 18, 2019
    • ⚡️ NOTICE: For filer with a large leveldb store, initial upgrading will trigger overdue background compactions, to optimize the leveldb files. This can cause high CPU and disk usage. Just let it run.
    • filer
      • add leveldb2 for faster local leveldb
      • optimize leveldb parameters.
    • master
      • configurable JWT expires_after_seconds
    • shell
      • add volume.balance command
    • volume
      • add option to throttle background volume compaction
    • ➕ add weedfuse for fstab