Releases: y-crdt/pycrdt
Releases · y-crdt/pycrdt
0.12.44
0.12.43
- Make
pycrdta namespace package.
0.12.42
- Bump
pyo3to v0.27.1.
0.12.41
- Bump
pyo3to v0.27.0. - Drop PyPy 3.10 support.
0.12.40
- Support Python v3.14.
0.12.38
- Improve error propagation with
PyResult. - Cleanup transaction when commit fails.
0.12.37
- 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
- Support document change async callbacks.
- Allow
get_stateandget_updateto use an existing transaction.
0.12.35
- Bump
trioto <0.32.
0.12.34
- Add snapshot support.
- Install multiple Pythons to not rely on Windows hosted Python cache.