Jupyter-server-ydoc

Latest version: v0.8.0

Safety actively analyzes 623807 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

3.0.0alpha1

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/jupyter/collaboration-extension3.0.0-alpha.0...6753b2aaab7ce0beac29da9978d8350d1eeaaff4))

Enhancements made

- Log (instead of raise) exceptions when running as a server extension [295](https://github.com/jupyterlab/jupyter-collaboration/pull/295) ([Zsailer](https://github.com/Zsailer))
- handle exception when websocket server start room failed [289](https://github.com/jupyterlab/jupyter-collaboration/pull/289) ([jzhang20133](https://github.com/jzhang20133))

Bugs fixed

- Rename the docprovider destination name to avoid conficts [285](https://github.com/jupyterlab/jupyter-collaboration/pull/285) ([brichet](https://github.com/brichet))

Maintenance and upkeep improvements

- Update pycrdt-websocket v0.13.0 [293](https://github.com/jupyterlab/jupyter-collaboration/pull/293) ([davidbrochart](https://github.com/davidbrochart))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-04-16&to=2024-04-30&type=c))

[brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-04-16..2024-04-30&type=Issues) | [davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-04-16..2024-04-30&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-04-16..2024-04-30&type=Issues) | [jzhang20133](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajzhang20133+updated%3A2024-04-16..2024-04-30&type=Issues) | [Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-04-16..2024-04-30&type=Issues)

3.0.0alpha0

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/jupyter/collaboration-extension2.0.11...a3b498471ace2b47f430984531ef8b98e68bc40f))

Enhancements made

- Split up the backend, frontend, and the docprovider [280](https://github.com/jupyterlab/jupyter-collaboration/pull/280) ([krassowski](https://github.com/krassowski))
- Support server-side execution [279](https://github.com/jupyterlab/jupyter-collaboration/pull/279) ([davidbrochart](https://github.com/davidbrochart))
- Add a public API for getting a read-only view of the shared model [275](https://github.com/jupyterlab/jupyter-collaboration/pull/275) ([krassowski](https://github.com/krassowski))

Maintenance and upkeep improvements

- Only include `docprovider` packages in its sdist [282](https://github.com/jupyterlab/jupyter-collaboration/pull/282) ([krassowski](https://github.com/krassowski))
- Workaround shutdown issue with `aiosqlite` for now [278](https://github.com/jupyterlab/jupyter-collaboration/pull/278) ([krassowski](https://github.com/krassowski))
- Fix UI tests [277](https://github.com/jupyterlab/jupyter-collaboration/pull/277) ([krassowski](https://github.com/krassowski))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-03-28&to=2024-04-16&type=c))

[brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-03-28..2024-04-16&type=Issues) | [davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-03-28..2024-04-16&type=Issues) | [ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aellisonbg+updated%3A2024-03-28..2024-04-16&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-03-28..2024-04-16&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-03-28..2024-04-16&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-03-28..2024-04-16&type=Issues) | [Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-03-28..2024-04-16&type=Issues)

2.0.11

Enhancements made

- Make user's cursor "tooltip-on-hover" faster and wider [259](https://github.com/jupyterlab/jupyter-collaboration/pull/259) ([jzhang20133](https://github.com/jzhang20133))

Bugs fixed

- Fix releaser [268](https://github.com/jupyterlab/jupyter-collaboration/pull/268) ([davidbrochart](https://github.com/davidbrochart))
- Fix slow room opening [264](https://github.com/jupyterlab/jupyter-collaboration/pull/264) ([davidbrochart](https://github.com/davidbrochart))
- Use WebSocket \_room_id attribute directly [266](https://github.com/jupyterlab/jupyter-collaboration/pull/266) ([davidbrochart](https://github.com/davidbrochart))

2.0.5

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/jupyter/collaboration-extension2.0.4...1b87ab211de72e92757fb0149dba54c6e12d9841))

Bugs fixed

- Fix concurrent room initialization [255](https://github.com/jupyterlab/jupyter-collaboration/pull/255) ([davidbrochart](https://github.com/davidbrochart))

Maintenance and upkeep improvements

- Bump jupyter_events to 0.10.0 [258](https://github.com/jupyterlab/jupyter-collaboration/pull/258) ([Zsailer](https://github.com/Zsailer))
- Fix concurrent room initialization [255](https://github.com/jupyterlab/jupyter-collaboration/pull/255) ([davidbrochart](https://github.com/davidbrochart))
- Add test for document dirty attribute [251](https://github.com/jupyterlab/jupyter-collaboration/pull/251) ([davidbrochart](https://github.com/davidbrochart))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-03-19&to=2024-03-21&type=c))

[davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-03-19..2024-03-21&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-03-19..2024-03-21&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Awelcome+updated%3A2024-03-19..2024-03-21&type=Issues) | [Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-03-19..2024-03-21&type=Issues)

2.0.4

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/jupyter/collaboration-extension2.0.3...265df161774ae08f2baa828b95abfcf1c40c6a1a))

Enhancements made

- adding awareness event when open and close websockets [246](https://github.com/jupyterlab/jupyter-collaboration/pull/246) ([jzhang20133](https://github.com/jzhang20133))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-03-04&to=2024-03-19&type=c))

[davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-03-04..2024-03-19&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-03-04..2024-03-19&type=Issues) | [jzhang20133](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajzhang20133+updated%3A2024-03-04..2024-03-19&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Awelcome+updated%3A2024-03-04..2024-03-19&type=Issues)

2.0.3

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/jupyter/collaboration-extension2.0.2...4538d02c43ec696277b91e27052e17bb0e66f4e1))

Bugs fixed

- Fix cancellation of file save operation [241](https://github.com/jupyterlab/jupyter-collaboration/pull/241) ([davidbrochart](https://github.com/davidbrochart))
- Call get with options of type IFetchOptions [238](https://github.com/jupyterlab/jupyter-collaboration/pull/238) ([davidbrochart](https://github.com/davidbrochart))

Maintenance and upkeep improvements

- Call get with options of type IFetchOptions [238](https://github.com/jupyterlab/jupyter-collaboration/pull/238) ([davidbrochart](https://github.com/davidbrochart))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-02-13&to=2024-03-04&type=c))

[davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-02-13..2024-03-04&type=Issues) | [ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aellisonbg+updated%3A2024-02-13..2024-03-04&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-02-13..2024-03-04&type=Issues) | [Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-02-13..2024-03-04&type=Issues)

Page 1 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.