v8.5.4
TidesDB 8 PATCH (v8.5.4)
This patch release doubles down on robustness under failure and safer extensibility. It strengthens out-of-memory handling across system, fixes a set of rare but high-impact teardown and error-path issues (including potential heap use-after-free, deadlocks, and leaks), and adds a comprehensive allocator exhaustion test that systematically exercises every allocation failure point through an open-write-read-close lifecycle.
It also improves portability by relocating and expanding tdb_strdup so it works cleanly in builds without allocator capabilities, and introduces per-column-family commit hooks to enable inline change data capture (CDC) workflows.
https://tidesdb.com/ https://github.com/tidesdb/tidesdb/compare/v8.5.3...v8.5.4