<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on MeshDB</title><link>https://meshdb.io/blog/</link><description>Recent content in Blog on MeshDB</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://meshdb.io/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>MeshDB 0.1.0</title><link>https://meshdb.io/blog/meshdb-0-1-0/</link><pubDate>Fri, 24 Apr 2026 00:00:00 +0000</pubDate><guid>https://meshdb.io/blog/meshdb-0-1-0/</guid><description>&lt;p&gt;MeshDB 0.1.0 is out. This is the first stable minor cut from the
alpha line, and it comes with no breaking changes to the on-disk
format, network protocols, or config shape from &lt;code&gt;0.1.0-alpha.9&lt;/code&gt; —
upgrade is a process restart on the same data directory.&lt;/p&gt;
&lt;p&gt;Install the latest release with:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-sh" data-lang="sh"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;cargo install meshdb-server
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="highlights"&gt;Highlights&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Distributed 2PC is now test-verified&lt;/strong&gt;, not just documented. Four
new failure-injection integration tests cover coordinator crash
pre-decision (restart drives &lt;code&gt;ABORT&lt;/code&gt;), coordinator crash mid-COMMIT
fanout (restart resumes &lt;code&gt;COMMIT&lt;/code&gt; idempotently), participant crash
after &lt;code&gt;PREPARE&lt;/code&gt;-ACK (cross-peer &lt;code&gt;ResolveTransaction&lt;/code&gt; recovery), and
PREPARE-rejection synchronous rollback. Deterministic injection
rides on a cfg-gated &lt;code&gt;FaultPoints&lt;/code&gt; struct — zero cost in release
builds.&lt;/p&gt;</description></item></channel></rss>