Skip to content

v1.7.0

Compare
Choose a tag to compare
@chpock chpock released this 23 Jun 01:02
· 35 commits to main since this release
059b7e0

Notable changes:

  1. Added multithreading support. It is now possible to mount cookfs in multithreaded mode. In this mode cookfs will be available to all application threads in read-write mode.

  2. Added ability to specify compression level for all supported compression algorithms. The optimal level is used by default.

  3. Added support for Zstandard compression (not enabled by default).

  4. Added support for brotli compression (not enabled by default).