Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: y-crdt/pycrdt-store

0.1.3

11 Dec 13:29
793c77e

Choose a tag to compare

  • 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
115e503

Choose a tag to compare

  • 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
93c69b0

Choose a tag to compare

0.1.3b0 Pre-release
Pre-release
  • Improve SQLiteYStore performance by storing and applying checkpoints to reduce loading time.

0.1.2

09 Jul 10:07

Choose a tag to compare

  • Fix in-memory database connection issue with SQLiteYStore.

0.1.1

11 Jun 07:33

Choose a tag to compare

  • Fix SQLite store squashing.
  • Add callbacks to compress/decompress SQLite store updates.
  • Split stores in different files.
  • Mark package as typed.