This release includes an update to the LMDB C library that brings it to the latest stable version, 0.9.19.
This release also includes the stabilization of the lmdbscan package. This means that lmdbscan has been moved out of the exp/ tree and can now be imported under the new import path.
import "github.com/bmatsuo/lmdb-go/lmdbscan"
The last change worth special note in this releases is a minor bug fix to avoid a potential runtime panic using the lmdb.Set
operation on a Cursor with a bytes.Buffer
containing a small number of bytes (#96).
As always, see the change log and related GitHub issues for full details about the changes in a version.