Releases: y-crdt/pycrdt-websocket
Releases · y-crdt/pycrdt-websocket
0.16.0
What's Changed
- Add
log
toBaseYStore
abstract class by @krassowski in #120 - Replace references to jupyter-server with y-crdt by @davidbrochart in #122
- Extract out YStore to pycrdt-store by @davidbrochart in #123
- Change package name from
pycrdt_websocket
topycrdt.websocket
. - Move test and docs dependencies to dependency groups by @davidbrochart in #124
- Handle ASGI lifespan by @davidbrochart in #127
- Run tests on multiple Python versions by @davidbrochart in #129
- Allow room to sync with provider by @davidbrochart in #128
- Drop Jupyter Releaser by @davidbrochart in #133
New Contributors
- @krassowski made their first contribution in #120
Full Changelog: v0.15.5...0.16.0
v0.15.5
0.15.5
Bugs fixed
Maintenance and upkeep improvements
Contributors to this release
v0.15.4
0.15.4
Maintenance and upkeep improvements
- Increase pycrdt compatible version range #104 (@fcollonval)
Contributors to this release
v0.15.3
0.15.3
Documentation improvements
- Update client/server examples #95 (@davidbrochart)
Contributors to this release
v0.15.2
0.15.2
Bugs fixed
Maintenance and upkeep improvements
- Dead code #89 (@fcollonval)
Documentation improvements
- Update client documentation #91 (@davidbrochart)
Contributors to this release
v0.15.1
v0.15.0
0.15.0
Enhancements made
Bugs fixed
- Apply awareness updates to server awareness #76 (@davidbrochart)
Maintenance and upkeep improvements
Contributors to this release
v0.14.3
0.14.3
Maintenance and upkeep improvements
- Remove the awareness in favor of the one from pycrdt #74 (@brichet)
- Update GitHub actions #72 (@davidbrochart)
Contributors to this release
v0.14.2
0.14.2
Enhancements made
- Allow passing a ydoc to a room #66 (@davidbrochart)
Maintenance and upkeep improvements
Contributors to this release
v0.14.1
0.14.1
Maintenance and upkeep improvements
- Bump pycrdt >=0.9.0 #56 (@davidbrochart)