Skip to content

Releases: kriszyp/lmdb-js

v2.1.3

05 Jan 05:37
Compare
Choose a tag to compare
Fix centos/linux build

arm64

11 Mar 14:45
5a6538f
Compare
Choose a tag to compare
Update prebuild.yml

v2.1.2

24 Dec 23:14
Compare
Choose a tag to compare
Update versions

v2.1.1

24 Dec 04:51
Compare
Choose a tag to compare
Add more debugging information when decompression fails, #116

v2.1.0

21 Dec 05:48
Compare
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
Compare
Choose a tag to compare
Update version

v2.1.0-beta3

16 Dec 22:48
Compare
Choose a tag to compare
Update buffer to pointer for deno v1.17

v2.1.0-beta2

14 Dec 18:27
Compare
Choose a tag to compare
Update default test servers

v2.1.0-beta1

11 Dec 17:47
Compare
Choose a tag to compare
Fix file check and binary fetching

v2.0.2

05 Dec 00:49
Compare
Choose a tag to compare
Update version