huan / flash-store

FlashStore is a high-performance Key-Value Persistent Local Database using ES6 Map's API (Async & Sync), Powered by LevelDB/RocksDB/SQLite and TypeScript.
https://paka.dev/npm/flash-store
Apache License 2.0
20 stars 4 forks source link

Update leveldown to the latest version 🚀 #37

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency 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:

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v5.0.1

Added

Removed

Fixed

  • Temporarily skip hallmark test because it breaks CITGM (#606) (@vweevers)

Historical Note Although CITGM landed support for git repositories in response to v5.0.0 which fixes our use of git submodules and hallmark, we're keeping hallmark disabled because it is still experimental and technically out of scope for CITGM.

Commits

The new version differs by 6 commits.

  • 1f330bb 5.0.1
  • ed6a100 Prepare 5.0.1 (#609)
  • f1d45ef Remove electron prebuilds in favor of runtime-agnostic prebuilds (#608)
  • 38ff274 Remove slump devDependency
  • b9100e0 Test Electron in Travis and AppVeyor (#607)
  • e618392 Temporarily skip hallmark test because it breaks citgm (#606)

See the full diff