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

Changelog History
Page 6

  • v1.63 Changes

    March 14, 2020
    • Volume
      • properly handle read only volumes after compaction
      • vacuum uses pre-allocate variable
      • vacuum follows compactionBytePerSecond
      • Fix a nil pointer problem with replicated writes.
    • HDFS compatible
      • Released HDFS client v1.25 to support encrypted data storage
    • Filer
      • Postgres store skips empty password
  • v1.62 Changes

    March 14, 2020
    • Volume
      • properly handle read only volumes after compaction
      • vacuum uses pre-allocate variable
      • vacuum follows compactionBytePerSecond
    • HDFS compatible
      • Released HDFS client v1.25 to support encrypted data storage
    • Filer
      • Postgres store skips empty password
  • v1.61 Changes

    March 11, 2020
    • Filer
      • Add TTL support for all filer stores
      • Filer fix ttl parsing
    • Volume Server
      • Fix memory leak during volume compaction. The bug was introduced since 1.48. It shows up if there are lots of compactions.
      • Fix compaction error on windows
  • v1.61.RC

    March 10, 2020
  • v1.60 Changes

    March 10, 2020
    • Filer
      • Add TTL support for all filer stores
      • Filer fix ttl parsing
    • Volume Server
      • Fix memory leak during volume compaction. The bug was introduced since 1.48. It shows up if there are lots of compactions.
  • v1.59 Changes

    March 09, 2020

    Kubernetes

    - @LazyDBA247-Anyvision Added Helm Charts for Kubernetes! #1216

    Filer

    - Automatically create collections for folders under /buckets

    Volume

    - Weighted volume allocation #1219 by @song-zhang

    Experimental

    - Added option to encrypt data on volume servers

    ๐Ÿ› Bugs

    • Filer
      • fix reported uploaded file size
      • fix listing for TTL on Redis store
    • Weed mount
  • v1.58 Changes

    March 02, 2020
    • Filer
      • dynamically create buckets under /buckets folder
    • S3 API
      • Implemented DeleteMultipleObjects API
    • Mount
      • Able to handle large amount of files. Previously gRPC context was resetting some requests.
      • Able to run outside of docker cluster.
    • Volume Server
      • Fix readonly status reporting
      • Fix compaction on windows
    • Shell
      • Add commands to create/delete/list buckets
  • v1.57 Changes

    February 23, 2020
    • S3 API
      • Access control limited by bucket
      • Handle nil during edge cases
    • Filer
      • Avoid possible timeouts for frequent updates and deletions
    • Shell
      • volume.balance ensures dc and rack does not change for replicated volumes
    • Volume Server
      • Move server stats to gRpc.
  • v1.56 Changes

    February 17, 2020
  • v1.55 Changes

    February 12, 2020

    ๐Ÿ›  Two small but important fixes.

    • Filer Server
      • Recursively batch delete file chunks, fix #1197
    • Volume Server
      • Return 204 for unchanged file uploads, fix #1196