Releases: jupyterlab/jupyter-collaboration
Releases · jupyterlab/jupyter-collaboration
v3.0.0beta1
3.0.0beta1
Enhancements made
- Move fixtures to
jupyter_server_ydoc.pytest_plugin
#327 (@krassowski)
Maintenance and upkeep improvements
- Remove @jupyter/collaboration dependency from @jupyter/docprovider #331 (@brichet)
- Add notebook test for
get_document
, fix fixture whenstore=True
#329 (@krassowski)
Contributors to this release
v3.0.0beta0
3.0.0beta0
Enhancements made
Bugs fixed
- Fix use of traitlets to configure YStore class #322 (@krassowski)
- Fix for code execution on the Jupyter Server #307 (@fcollonval)
Maintenance and upkeep improvements
- Bump pycrdt-websocket v0.14.0 #320 (@davidbrochart)
Contributors to this release
(GitHub contributors page for this release)
@brichet | @davidbrochart | @fcollonval | @github-actions | @krassowski
v3.0.0alpha2
3.0.0alpha2
Enhancements made
- Start ystore in a task #303 (@davidbrochart)
Bugs fixed
- Fix writing settings in page_config #304 (@fcollonval)
Maintenance and upkeep improvements
- Update JupyterLab 4.2.0 and fix test start store #305 (@davidbrochart)
Contributors to this release
v2.1.1
2.1.1
Enhancements made
- Start ystore in a task #302 (@davidbrochart)
Bugs fixed
- adding await ystore start method in prepare method #299 (@jzhang20133)
Contributors to this release
v3.0.0alpha1
3.0.0alpha1
Enhancements made
- Log (instead of raise) exceptions when running as a server extension #295 (@Zsailer)
- handle exception when websocket server start room failed #289 (@jzhang20133)
Bugs fixed
Maintenance and upkeep improvements
- Update pycrdt-websocket v0.13.0 #293 (@davidbrochart)
Contributors to this release
(GitHub contributors page for this release)
@brichet | @davidbrochart | @github-actions | @jzhang20133 | @Zsailer
v2.1.0
2.1.0
Bugs fixed
- Backport 'handle exception when websocket server start room failed' #289 #298 (@jzhang20133)
- Backport 'Log (instead of raise) exceptions when running as a server extension' #295 #297 (@Zsailer)
Maintenance and upkeep improvements
Contributors to this release
(GitHub contributors page for this release)
@brichet | @davidbrochart | @ellisonbg | @github-actions | @jtpio | @jzhang20133 | @krassowski | @Zsailer
v3.0.0alpha0
3.0.0alpha0
Enhancements made
- Split up the backend, frontend, and the docprovider #280 (@krassowski)
- Support server-side execution #279 (@davidbrochart)
- Add a public API for getting a read-only view of the shared model #275 (@krassowski)
Maintenance and upkeep improvements
- Only include
docprovider
packages in its sdist #282 (@krassowski) - Workaround shutdown issue with
aiosqlite
for now #278 (@krassowski) - Fix UI tests #277 (@krassowski)
Contributors to this release
(GitHub contributors page for this release)
@brichet | @davidbrochart | @ellisonbg | @github-actions | @jtpio | @krassowski | @Zsailer
v2.0.11
2.0.11
Enhancements made
- Make user's cursor "tooltip-on-hover" faster and wider #259 (@jzhang20133)
Bugs fixed
- Fix releaser #268 (@davidbrochart)
- Fix slow room opening #264 (@davidbrochart)
- Use WebSocket _room_id attribute directly #266 (@davidbrochart)
v2.0.5
2.0.5
Bugs fixed
- Fix concurrent room initialization #255 (@davidbrochart)
Maintenance and upkeep improvements
- Bump jupyter_events to 0.10.0 #258 (@Zsailer)
- Fix concurrent room initialization #255 (@davidbrochart)
- Add test for document dirty attribute #251 (@davidbrochart)
Contributors to this release
v2.0.4
2.0.4
Enhancements made
- adding awareness event when open and close websockets #246 (@jzhang20133)