Releases: losfair/mvsqlite
Releases · losfair/mvsqlite
v0.3.0
Planned features for v0.3 have been implemented, and I have been running v0.3.0-beta.1-3
for a few months. Everything seems to work correctly. Tagging a v0.3.0 release.
New features:
- Restricted online DDL: Run large migrations without blocking concurrent read-only transactions.
- Overlay databases: Create writable snapshots as new "overlay" databases from a version of existing databases.
v0.3.0-beta.1-3
Compress wire data with zstd. (#93)
v0.3.0-beta.1-2-net-zstd
zstd over network
v0.3.0-beta.1-2-content-cache
cache decoded
v0.3.0-beta.1-2
Fork-tolerant mode
v0.3.0-beta.1-1
Listen for SQLite commit confirmation (#86)
v0.2.1-2
Bypass retry logic for recursive sqlite3_step calls
v0.2.1-1
Database name mapping (#81)
v0.2.1
v0.2.0-3
Set CausalReadRisky on transactions when it is correct. (#78)