Level / level-test

Inject temporary and isolated level stores (leveldown, level-js, memdown or custom) into your tests.
MIT License
20 stars 12 forks source link

Update leveldown to the latest version 🚀 #108

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The optionalDependency leveldown was updated from 4.0.2 to 5.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v5.0.0

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

The new version differs by 127 commits ahead by 127, behind by 7.

  • 0bfa4cb 5.0.0
  • 104dea2 Prepare v5.0.0 (#604)
  • 1fbfe37 Introduce 'override' and 'final' keywords following C++ Core Guidelines (#600)
  • d84b084 Merge pull request #597 from Level/fix-segfaults-on-close-and-gc
  • 195c78c Add PriorityWorker to defer closing until put is done
  • ff5eaae Fix leaking leveldb::ReadOptions
  • dbd0039 Keep persistent references to iterators until they are ended
  • 3d567fb Gitignore Debug builds of LevelDB and Snappy
  • 3ff48f1 fix subtests by adding t.plan() (#594)
  • 6d1804a chore(package): update nyc to version 13.2.0 (#591)
  • f1d4c7c Add linux-arm64, android-arm and android-arm64 prebuilds (#587)
  • 77b1e30 Create explicit CI job matrix (#585)
  • 1d3dae0 5.0.0-2
  • 90b3c54 Cross compile armv7 (for RPI) (#584)
  • 1c90e8f Fix anchor links for destroy() and repair()

There are 127 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: