serverpod_offline_sync 0.0.5
serverpod_offline_sync: ^0.0.5 copied to clipboard
Shared package for the Serverpod Offline Sync project.
0.0.5 #
- fix: BREAKING. Rebuilds foreign key and unique projection from authored facts.
- perf: Increases unique-conflict merge throughput by ~40%.
- perf: Increases foreign-key chain insert merge throughput by ~3.3×.
- perf: Increases foreign-key chain delete merge throughput by ~44%.
- perf: Reduces storage used by CRDT metadata on relations.
- chore: Updated Serverpod to
4.0.0-rc.2.
0.0.4 #
- chore: Updated Serverpod to
4.0.0-rc.1.
0.0.3 #
- fix: Requires non-nullable foreign keys to be
deferred. - fix: Rejects
onDelete=Restricton synced tables in favor ofonDelete=NoAction. - fix: Throws proper
DatabaseExceptioninstead of bareExceptionon the database. - chore: Updated Serverpod to
4.0.0-rc.1.
0.0.2 #
- fix: Skips tracking FKs for relations with non-sync tables.
- fix: Fixes batch
insertof previously tombstoned rows not being tracked correctly. - refactor: Moves the core implementation to the
serverpod_offline_syncshared package. - chore: Updated Serverpod to
4.0.0-beta.2.
0.0.1 #
- chore: Initial version.