Skip to content

Commit

Permalink
RELEASE TAG 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chpock committed Jun 23, 2024
1 parent c8c4ded commit 059b7e0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-06-23 Konstantin Kushnir <chpock@gmail.com>
* RELEASE TAG 1.7.0

2024-06-23 Konstantin Kushnir <chpock@gmail.com>
* Add support for brotli compression
* Refactor code
Expand Down
17 changes: 17 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
===============================================================================
Release version 1.7.0

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).

===============================================================================
Release version 1.6.0

Notable changes:
Expand Down

0 comments on commit 059b7e0

Please sign in to comment.