Skip to content

Tags: Kong/lua-resty-lmdb

Tags

v1.4.2

Toggle v1.4.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
docs(readme): fix incorrect title in ToC

v1.4.1

Toggle v1.4.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix(module): reduce log level of absent LMDB tag (#49)

KAG-3093

---------

Co-authored-by: Datong Sun <[email protected]>

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(prefix): prefix based lookup feature (#48)

This facilitates efficient enumeration of keys starting with a common prefix.

Previously a index key will need to be created, with this PR it is no longer
needed and it is possible to lookup all keys starting with a common prefix
using an iterator.

KAG-2984

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(module): remove page level encryption

This feature is unmaintained in upstream LMDB and has known issues that prevents it from being used.

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
style(module): code refactoring and style cleanup

1.1.0

Toggle 1.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore(actions): fix incorrect default branch name

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(*) change lmdb_encryption_key_data to lmdb_encryption_key (#19)

change lmdb_encryption_key_data to lmdb_encryption_key,
which refers to a key file in the disk.

change lmdb_encryption_type to lmdb_encryption_mode.