FastDB 0.2.1 adds native Windows x64 distribution alongside Linux x86_64 and macOS arm64.
- Core SDK archives include the headers and native libraries; Windows includes both
fastdb.dllandfastdb.lib. - Python provides six ABIs on all three platforms: CPython 3.10–3.14 and 3.14 free-threaded. Rust
fastdb/fastdb-sysand TypeScriptfastdb4tsuse the same 0.2.1 release source. - Fixes MSVC compilation, UTF-8 literals, and allocation-safe layout ownership transfer. Deep schema compilation uses less cumulative allocation while retaining the 20,000-depth / 64 MiB test. The public 117-symbol payload ABI is unchanged.
Source: 4f99f86a662b0e950a0dd29800c25a1c9fca4def (PR #38). Both Run Tests and Release Artifacts passed for this exact main commit. Assets are the verified build outputs, with hashes in release-manifest.json; publication-receipt.json records public registry verification. No package was rebuilt for publication.
Install Python with uv pip install fastdb4py==0.2.1, TypeScript with npm install fastdb4ts@0.2.1, or Rust with cargo add fastdb@0.2.1.