Skip to content

Releases: pyranha-labs/ezfs

EZFS v1.1.1

27 Jul 13:19
1db592d
Compare
Choose a tag to compare

What's Changed

  • chg: Allow overriding SQLite DB connection to control row factory.
  • fix: Minor documentation cleanup.
  • fix: Typo and indentation fix in README.

Full Changelog: v1.1.1

EZFS v1.1.0

11 May 15:01
211f22b
Compare
Choose a tag to compare

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

04 May 14:20
cec9478
Compare
Choose a tag to compare

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

27 Apr 18:11
dde752f
Compare
Choose a tag to compare

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

21 Apr 21:42
cf5b49e
Compare
Choose a tag to compare

Initial release. Features, how-tos, etc.:
EZFS