Skip to content

v5.0.0

Compare
Choose a tag to compare
@juliangruber juliangruber released this 29 Mar 08:34

If you are upgrading: please see UPGRADING.md.

Changed

Added

Removed

Fixed

  • Serialize compactRange() arguments (#517) (@vweevers)
  • Prevent segfault: when calling iterator() on non-open db (#514) (@vweevers)
  • Prevent segfault: add PriorityWorker to defer closing until put is done (#597) (@vweevers)
  • Prevent segfault: keep persistent references to iterators until they are ended (#597) (@vweevers)
  • Gitignore Debug builds of LevelDB and Snappy (#597) (@vweevers)
  • Fix subtests by adding t.plan() (#594) (@vweevers)