Skip to content

Releases: Level/leveldown

v6.1.1

25 Mar 10:44
Compare
Choose a tag to compare

Fixed

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

v6.1.0

28 Sep 21:00
Compare
Choose a tag to compare

Added

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

v6.0.3

28 Sep 16:35
Compare
Choose a tag to compare

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

12 Sep 09:24
Compare
Choose a tag to compare

Fixed

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

v6.0.1

01 Aug 16:03
Compare
Choose a tag to compare

Fixed

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

v6.0.0

11 Apr 10:40
Compare
Choose a tag to compare

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

27 Mar 07:58
Compare
Choose a tag to compare

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

24 Feb 22:09
Compare
Choose a tag to compare

Fixed

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

v5.5.0

19 Feb 08:44
Compare
Choose a tag to compare

Changed

Added

v5.4.1

26 Oct 07:08
Compare
Choose a tag to compare

Fixed