Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 886 Bytes

File metadata and controls

31 lines (19 loc) · 886 Bytes

Version history

0.1.3

  • 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

  • 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

  • Improve SQLiteYStore performance by storing and applying checkpoints to reduce loading time.

0.1.2

  • Fix in-memory database connection issue with SQLiteYStore.

0.1.1

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

0.1.0

  • Extract out pycrdt-store from pycrdt-websocket.