Level / level-rocksdb

A convenience package bundling levelup and rocksdb.
MIT License
145 stars 13 forks source link

Upgrade rocksdb and level-packager #59

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency rocksdb was updated from 3.1.0 to 4.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 v4.0.0

If you are upgrading: please see UPGRADING.md.

Changed

Removed

Fixed

Historical Note Many commits between 3.1.0 and 4.0.0 are not listed here, because they became irrelevant once we rewrote rocksdb as an N-API addon by importing code from leveldown - essentially starting from scratch. This version of rocksdb includes all relevant changes and bugfixes of (up to and including) leveldown@5.1.0. Please refer to UPGRADING.md for a complete description of breaking changes in the context of rocksdb.

Commits

The new version differs by 41 commits.

  • 562bd22 4.0.0
  • 6bb0807 Prepare 4.0.0 (#117)
  • 002d836 Disable info log by default and add infoLogLevel option (#114)
  • 5678c16 Replace async devDependency with async-each (#116)
  • a0f6ace Tweak README.md and package description (#112)
  • 2c2ebc5 Remove outdated 'Getting Support' section from README.md
  • 66f16bd Upgrade tempy devDependency from ^0.2.1 to ^0.3.0
  • c7f8481 Merge pull request #111 from Level/napi
  • ea6d0df Tag prebuilds with libc flavor
  • b294106 Drop node < 8.6.0
  • 69f5f66 Setup prebuildify and Electron tests
  • 334af2c Restore RocksDB test specifics
  • 3843dc0 Restore RocksDB includes and options
  • 53599da Restore destroy() fix for Windows
  • c6957d0 Replace source with N-API binding and JS from leveldown

There are 41 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: