Leveldown Versions Save

Pure C++ Node.js LevelDB binding. An abstract-leveldown compliant store.

v6.1.1

2 years ago

Fixed

  • Fix getMany() memory leak (#804) (51979d1) (Vincent Weevers)
  • Document new features (ba729d2) (Vincent Weevers).

v6.1.0

2 years ago

Added

  • Add db.getMany(keys) (#787) (50dc50b) (Vincent Weevers).

v6.0.3

2 years ago

Fixed

  • Build universal binary for M1 (Apple silicon) (#781) (26ea717) (Vincent Weevers)
  • Make db.clear() 27x faster by doing it natively (aedf49e) (Vincent Weevers)
  • Optimize db.iterator() (112906b) (Vincent Weevers)
  • Cleanup hanging iterator also when next() errored (7356ba4) (Vincent Weevers)
  • Prevent GC of db during clear() and other operations (9a3f59a) (Vincent Weevers).

v6.0.2

2 years ago

Fixed

  • Close database on environment exit (#783) (8fdcaaa) (Vincent Weevers).

v6.0.1

2 years ago

Fixed

  • Support approximateSize() on db bigger than 4 GB (#777) (8740057) (Lars Kuhtz)

v6.0.0

3 years ago

If you are upgrading: please see UPGRADING.md.

Changed

  • Breaking: bump abstract-leveldown (15d5a9e) (Vincent Weevers)
  • Breaking: drop node 8 (Level/community#98) (8502b34) (Vincent Weevers)
  • Bump node-gyp from 6.x to 7.x (8bc5696) (Vincent Weevers)
  • Bump standard from 14.x to 16.x (d39e232, 39e3ca3) (Vincent Weevers)
  • Bump node-gyp-build from 4.1.x to 4.2.x (#708) (91711fa) (Vincent Weevers)
  • Skip stack exhaustion test (55a33b1) (Vincent Weevers)

Removed

v5.6.0

4 years ago

Changed

  • Upgrade nyc devDependency from ^14.0.0 to ^15.0.0 (#696) (@vweevers)
  • Upgrade electron devDependency from ^7.0.1 to ^8.0.0 (#700) (@vweevers)

Added

v5.5.1

4 years ago

Fixed

  • Fix android arm64 prebuild by disabling exceptions (#706) (@vweevers)

v5.5.0

4 years ago

Changed

Added

v5.4.1

4 years ago

Fixed