Releases: y-crdt/pycrdt-store
Releases · y-crdt/pycrdt-store
0.1.3
11 Dec 13:29
Compare
Sorry, something went wrong.
No results found
Add database size-based cleanup (cleanup_when_db_size_above option)
Add squash_history_older_than and squash_no_more_often_than configurables and pruning logic
Improve SQLiteYStore performance by storing and applying checkpoints to reduce loading time.
0.1.3b1
22 Oct 15:47
Compare
Sorry, something went wrong.
No results found
Add database size-based cleanup (cleanup_when_db_size_above option)
Add squash_history_older_than and squash_no_more_often_than configurables and pruning logic
0.1.3b0
27 Aug 14:48
Compare
Sorry, something went wrong.
No results found
Improve SQLiteYStore performance by storing and applying checkpoints to reduce loading time.
0.1.2
09 Jul 10:07
Compare
Sorry, something went wrong.
No results found
Fix in-memory database connection issue with SQLiteYStore.
0.1.1
11 Jun 07:33
Compare
Sorry, something went wrong.
No results found
Fix SQLite store squashing.
Add callbacks to compress/decompress SQLite store updates.
Split stores in different files.
Mark package as typed.