Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Releases: iconara/leveldb-jruby

v1.1.0

16 Feb 22:00
Compare
Choose a tag to compare

This release adds methods that enable manual compactions. Specifically, it adds #compact_range, which compacts a specified range (cf. #each which takes the same arguments), and #full_compaction, which is a helper method that calls #compact_range for the whole range until it converges.

v1.0.0

10 Apr 08:52
Compare
Choose a tag to compare

First release.