v0.16.0-preview
Pre-release
Pre-release
github-actions
released this
12 Oct 17:27
·
97 commits
to main
since this release
- Moves all code for tracking local writes out of triggers
- Decreases CRDT metadata weight by no longer retaining a copy of the primary key of a row for each cell
- Zips extensions so users do not need to rename them. See #296
- Uses Rust nightly compiler from October 04 2023
- Requires that primary keys for CRDT tables are not null
This change is network compatible with v0.15.0
but not source compatible. I.e., v0.16.0 DBs can talk to v0.15.0 DBs but v0.16.0 extensions cannot be loaded into v0.15.0 DB connections.