Skip to content

v0.39.14 libmdbx new version 0.13.10 "Gloss of Glory"

Choose a tag to compare

@JkLondon JkLondon released this 25 Dec 00:00
· 1 commit to mdbx-0-13-10 since this release

What's new?

NB! Breaking changes in the code distribution model of db repository (bindings are not affected). Please read carefully
release notes and post in telegram describing the situation.

What else?

Full changelog here:
https://sourcecraft.dev/dqdkfa/libmdbx/releases/v0.13.10

TL;DR

  • Fixed multiple stability issues, including TLS-related crashes on library unload and Windows ERROR_IO_PENDING errors when reopening the same database within a process.
  • Improved filesystem robustness on Linux by mitigating ext4 fast_commit edge cases.
  • Fixed page-size auto-tuning that could incorrectly increase page size on high-RAM systems.
  • Resolved several CMake/CTest regressions, including incorrect Valgrind integration and false-positive memcheck reports.
  • Cleaned up minor memory leaks, UBSAN warnings, and compiler false positives.
  • Improved C++ API internals and buffer handling.
  • Extended build and test support (RISC-V, HarmonyOS, additional CMake tests).

p.s. 0.39.13 dropped due to a minor bug, nvm