Skip to content

v0.17.2

Choose a tag to compare

@chnliyong chnliyong released this 19 Nov 07:09

Changelog

JuiceFS v0.17.2 is the second patch release for v0.17, which has the following changes:

  • Fixed potential data leak for SQL engine (#931 #1018).
  • Fixed a bug in CopyFileRange() (77a3a62).
  • Fixed authentication for GCS in container (#933).
  • Don't fill all the disk space in writeback mode(#943).
  • Fixed parsing address for Redis Sentinel (#953).
  • Added a workaround to sync with object storages that are not compatible with S3 (#984).
  • Increase backoff for Redis/TiKV to avoid potential failure under high contention (#999).
  • Added a check for AK/SK for S3 gateway (#1001).
  • Added an option to provide a customized endpoint for object storage (#1008).
  • Chnaged frsize to 4096 to be compatible with local filesystem (#1016).

Thanks to @SandyXSD @davies @chiyutianyi @zhijian-pro @nsampre for contributions!