Releases: kriszyp/lmdb-js
Releases · kriszyp/lmdb-js
v2.1.3
Fix centos/linux build
arm64
Update prebuild.yml
v2.1.2
Update versions
v2.1.1
Add more debugging information when decompression fails, #116
v2.1.0
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
Update version
v2.1.0-beta3
Update buffer to pointer for deno v1.17
v2.1.0-beta2
Update default test servers
v2.1.0-beta1
Fix file check and binary fetching
v2.0.2
Update version