Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update leveldown to the latest version 🚀 #108

Merged
merged 1 commit into from
Mar 30, 2019

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Mar 30, 2019

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. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper greenkeeper bot added the dependencies Pull requests that update a dependency file label Mar 30, 2019
@vweevers vweevers merged commit 562f911 into master Mar 30, 2019
@vweevers vweevers deleted the greenkeeper/leveldown-5.0.0 branch March 30, 2019 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant