Releases: jupyterlab/jupyter-collaboration
Releases · jupyterlab/jupyter-collaboration
v3.0.0beta3
3.0.0beta3
Bugs fixed
- Fix spurious "File Changed" dialog in JupyterLab 4.1+/Notebook 7.1+ #337 (@krassowski)
- Bump dependencies to fix CI #335 (@krassowski)
Contributors to this release
v3.0.0beta2
3.0.0beta2
Bugs fixed
- Allow jupyter-ydoc v3.0.0-a3 or higher #334 (@krassowski)
Contributors to this release
v2.1.2
2.1.2
Maintenance and upkeep improvements
- Bump pycrdt-websocket>=0.14.0,<0.15.0 #323 (@davidbrochart)
Contributors to this release
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