Skip to content

v5.1.21

Choose a tag to compare

@github-actions github-actions released this 16 Jul 22:41
v5.1.21
544a4fd

Reliability

  • Over-time write transactions now abort instead of force-committing (#1407, #1411). A write transaction that exceeds its open-time limit is now cleanly aborted and surfaced as an error rather than force-committed — which could otherwise persist a partially-applied transaction. Applies to both storage engines.

Full Changelog: v5.1.20...v5.1.21