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

Skip to content

Releases: y-crdt/pycrdt

0.12.44

04 Dec 15:18

Choose a tag to compare

  • Expose UndoManager stack items.
  • Bump yrs to v0.25.0.

0.12.43

31 Oct 09:02

Choose a tag to compare

  • Make pycrdt a namespace package.

0.12.42

22 Oct 07:13

Choose a tag to compare

  • Bump pyo3 to v0.27.1.

0.12.41

20 Oct 09:52

Choose a tag to compare

  • Bump pyo3 to v0.27.0.
  • Drop PyPy 3.10 support.

0.12.40

08 Oct 08:32

Choose a tag to compare

  • Support Python v3.14.

0.12.38

07 Oct 07:54

Choose a tag to compare

  • Improve error propagation with PyResult.
  • Cleanup transaction when commit fails.

0.12.37

28 Sep 18:50

Choose a tag to compare

  • Drop Python 3.9 support.
  • Drop dependency on importlib_metadata.
  • Support async callbacks in observe_subdocs.
  • Allow iterating over a document events by registering async callbacks when async transactions are used.

0.12.36

27 Sep 18:17

Choose a tag to compare

  • Support document change async callbacks.
  • Allow get_state and get_update to use an existing transaction.

0.12.35

27 Sep 09:59

Choose a tag to compare

  • Bump trio to <0.32.

0.12.34

19 Sep 13:23

Choose a tag to compare

  • Add snapshot support.
  • Install multiple Pythons to not rely on Windows hosted Python cache.