Skip to content

Releases: kriszyp/lmdb-js

v2.5.1

04 Jun 22:17

Choose a tag to compare

Try using npm package for prebuildify fork

v2.5.0-beta1

02 Jun 14:04

Choose a tag to compare

Update version and disable arm7 build for now

v2.5.0

02 Jun 20:04

Choose a tag to compare

Update version

v2.4.5

30 May 01:01

Choose a tag to compare

Fix SetError call

v2.4.3

24 May 17:33

Choose a tag to compare

Update version

v2.4.0

18 May 13:48

Choose a tag to compare

The significant updates in v2.4 include:

  • Testing and fixes for compatibility with and optimization for bun (coming soon with some bug fixes in bun, but major parts for optimized use of bun are done).
  • Databases are opened with a write transaction (partly to address #164 and possibly #153). In v2.3, databases were opened with a read txn when possible, but it turns out this has a number of problems.
  • Switching to scoped names for the platform binary packages (like @lmdb/lmdb-linux-x64)

v2.3.10

05 May 14:25

Choose a tag to compare

Fix errant else, #166

v2.3.9

04 May 18:40

Choose a tag to compare

Udpate version

v2.3.8

02 May 03:12

Choose a tag to compare

Update version

v2.3.7

27 Apr 22:13

Choose a tag to compare

Update versions