Lmdb

Latest version: v1.6.2

Safety actively analyzes 714815 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 7

1.0.0

* Start of new semantic versioning scheme. This would be a minor version
bump from the 0.99 release if it were semantically versioned.

* Allow environment copy to take a passed-in transaction. This is the
first released feature that requires a (very small) patch to the
underlying C library. By default, the patch will be applied unless
this module is built with LMDB_PURE environment variable set.

0.99

* Fix lmdb.tool encoding issues.

* Fix -l lmdb invocation issue.

* Minor documentation improvements.

* Update LMDB to version 0.9.24.

* Update for Python 3.9 (current release candidate) support.

* Resolve a bug when using cursor.putmulti and append=True on dupsort DBs.

* Allow _Database.flags method to take no arguments since the one argument
wasn't being used.

0.98

* Fix that a duplicate argument to a lmdb method would cause an assert.

* Solaris needs include "python.h" as soon as possible. Fix
contributed by Jesús Cea.

* Fix crash under debug cpython when mdb_cursor_open failed

0.97

Not secure
* Fix a missed GIL unlock sequence. Reported by ajschorr.

* Fix argv check in JEP (cpython under Java) environment. Contributed by
de-code.

0.96

Not secure
* First release under new maintainer, Nic Watson.

* Doc updates.

* More removal of code for now-unsupported Python versions.

* Only preload the value with the GIL unlocked when the value is actually
requested. This significantly improves read performance to retrieve keys
with large values when the value isn't retrieved. Reported by Dan Patton.

0.95

Not secure
* The minimum supported version of Python is now 2.7.

* The library is no longer tested on Python 3.2.

* The address-book.py example was updated for Python 3. Contributed by Jamie
Bliss.

* Development-related files were removed from the distribution tarball.

* Handling of the Environment(create=True) flag was improved. Fix contributed
by Nir Soffer.

* Database names may be reused after they are dropped on CFFI, without
reopening the environment. Fix contributed by Gareth Bult.

Page 3 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.