Skip to content

Releases: kriszyp/lmdb-js

v2.1.6

20 Jan 23:20

Choose a tag to compare

Update version

v2.1.4

06 Jan 19:06

Choose a tag to compare

Fix arm64 build

v2.1.3

05 Jan 05:37

Choose a tag to compare

Fix centos/linux build

arm64

11 Mar 14:45
5a6538f

Choose a tag to compare

Update prebuild.yml

v2.1.2

24 Dec 23:14

Choose a tag to compare

Update versions

v2.1.1

24 Dec 04:51

Choose a tag to compare

Add more debugging information when decompression fails, #116

v2.1.0

21 Dec 05:48

Choose a tag to compare

The most significant new capability in this release is support for Deno. Deno functionality still has a number of limitations (no async transactions), but core functionality is now available. This release also includes new functionality for supporting asynchronous prefetching for gets, in situations where page faults/disk-I/O are likely. Also includes bug fixes for closing databases. Of particular note is that the close() method is now asynchronous (returns a promise).

v2.1.0-beta4

18 Dec 17:51

Choose a tag to compare

Update version

v2.1.0-beta3

16 Dec 22:48

Choose a tag to compare

Update buffer to pointer for deno v1.17

v2.1.0-beta2

14 Dec 18:27

Choose a tag to compare

Update default test servers