Releases: pyranha-labs/ezfs
Releases · pyranha-labs/ezfs
EZFS v1.1.1
EZFS v1.1.0
What's Changed
- new: Add the ability to transform data with custom functions.
- new: Add ability to set custom compressor kwargs such as level.
- new: Add supplemental benchmarks for additional tests.
- chg: Use generics to simplify common File logic.
- chg: Optimize default zstd compressor.
Full Changelog: v1.1.0
EZFS v1.0.2
What's Changed
- new: Add "exists", "isfile", and "remove" support to Filesystems.
- new: Add support for renaming files.
- new: Add ability to select benchmark options from command line.
- new: Add ability to choose filesystem types to benchmark.
- new: Add ability to benchmark compression modules without open alias.
- new: Add ability to control text to use in benchmarks.
- chg: Reduce redundancies in base classes, and add more examples.
- chg: Update the documentation with more details about supported features.
Full Changelog: v1.0.2
EZFS v1.0.1
What's Changed
- new: Add blosc compression support.
- new: Add brotli compression support.
- new: Add bz2 compression support.
- new: Add lzma compression support.
- new: Add snappy compression support.
- new: Add DB Filesystem example with sqlite3.
- chg: Update benchmark tool to allow testing all compression modules.
Full Changelog: v1.0.1
EZFS v1.0.0
Initial release. Features, how-tos, etc.:
EZFS