libmdbx v0.8.1 Release Notes

Release Date: 2020-06-12 // almost 4 years ago
    • ๐Ÿš€ Minor change versioning. The last number in the version now means the number of commits since last release/tag.
    • Provide ChangeLog file.
    • ๐Ÿ›  Fix for using libmdbx as a C-only sub-project with CMake.
    • Fix mdbx_env_set_geometry() for case it is called from an opened environment outside of a write transaction.
    • Add support for huge transactions and MDBX_HUGE_TRANSACTIONS build-option (default OFF).
    • Refine LTO (link time optimization) for clang.
    • ๐Ÿ‘ฎ Force enabling exceptions handling for MSVC (/EHsc option).