Pycrdt-websocket

Latest version: v0.13.4

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

Scan your dependencies

Page 1 of 4

0.13.4

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.13.3...63cd8a6ee9ba35a2e15aba89da11e080a480dd58))

Enhancements made

- Wait for ystore to be started [43](https://github.com/jupyter-server/pycrdt-websocket/pull/43) ([davidbrochart](https://github.com/davidbrochart))

Maintenance and upkeep improvements

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-server/pycrdt-websocket/graphs/contributors?from=2024-05-06&to=2024-05-07&type=c))

[davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-05-06..2024-05-07&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Apre-commit-ci+updated%3A2024-05-06..2024-05-07&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

0.13.3

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.13.2...e13521d503e4858dac4db78d7f61e8010596ad35))

Enhancements made

- Keep the YStore task group alive [42](https://github.com/jupyter-server/pycrdt-websocket/pull/42) ([davidbrochart](https://github.com/davidbrochart))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-server/pycrdt-websocket/graphs/contributors?from=2024-05-02&to=2024-05-06&type=c))

[davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-05-02..2024-05-06&type=Issues)

0.13.2

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.13.1...8e85b261a65e31aa5a50280e3b65e2be05039ce2))

Bugs fixed

- fix ystore start flow [40](https://github.com/jupyter-server/pycrdt-websocket/pull/40) ([jzhang20133](https://github.com/jzhang20133))

Maintenance and upkeep improvements

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-server/pycrdt-websocket/graphs/contributors?from=2024-04-29&to=2024-05-02&type=c))

[jzhang20133](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Ajzhang20133+updated%3A2024-04-29..2024-05-02&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Apre-commit-ci+updated%3A2024-04-29..2024-05-02&type=Issues) | [Zsailer](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3AZsailer+updated%3A2024-04-29..2024-05-02&type=Issues)

0.13.1

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.13.0...c501156c7c5e6dbb78daf48af97a3a48903c6f06))

Enhancements made

- adding exception handling for room start tasks [33](https://github.com/jupyter-server/pycrdt-websocket/pull/33) ([jzhang20133](https://github.com/jzhang20133))

Maintenance and upkeep improvements

- Add Releaser Github Actions [37](https://github.com/jupyter-server/pycrdt-websocket/pull/37) ([Zsailer](https://github.com/Zsailer))

Other merged PRs

- Fix room async context manager [35](https://github.com/jupyter-server/pycrdt-websocket/pull/35) ([davidbrochart](https://github.com/davidbrochart))
- Don't use mypy v1.10.0 [32](https://github.com/jupyter-server/pycrdt-websocket/pull/32) ([davidbrochart](https://github.com/davidbrochart))
- Add WebsocketServer exception handler [31](https://github.com/jupyter-server/pycrdt-websocket/pull/31) ([davidbrochart](https://github.com/davidbrochart))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-server/pycrdt-websocket/graphs/contributors?from=2024-04-25&to=2024-04-29&type=c))

[davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-04-25..2024-04-29&type=Issues) | [jzhang20133](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Ajzhang20133+updated%3A2024-04-25..2024-04-29&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Awelcome+updated%3A2024-04-25..2024-04-29&type=Issues) | [Zsailer](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3AZsailer+updated%3A2024-04-25..2024-04-29&type=Issues)

0.13.0

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.12.7...3f9cd15b2bec45db9b061f380044dcd1023bf0e3))

Merged PRs

- Rework how services are started/stopped [24](https://github.com/jupyter-server/pycrdt-websocket/pull/24) ([davidbrochart](https://github.com/davidbrochart))
- Replace aiosqlite with sqlite-anyio [22](https://github.com/jupyter-server/pycrdt-websocket/pull/22) ([davidbrochart](https://github.com/davidbrochart))
- Fix documentation link [20](https://github.com/jupyter-server/pycrdt-websocket/pull/20) ([davidbrochart](https://github.com/davidbrochart))
- Remove warning about project not ready for production [17](https://github.com/jupyter-server/pycrdt-websocket/pull/17) ([davidbrochart](https://github.com/davidbrochart))
- Drop YTest [14](https://github.com/jupyter-server/pycrdt-websocket/pull/14) ([davidbrochart](https://github.com/davidbrochart))
- Add contributing documentation [12](https://github.com/jupyter-server/pycrdt-websocket/pull/12) ([dlqqq](https://github.com/dlqqq))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-server/pycrdt-websocket/graphs/contributors?from=2024-01-30&to=2024-04-25&type=c))

[davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2024-01-30..2024-04-25&type=Issues) | [dlqqq](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adlqqq+updated%3A2024-01-30..2024-04-25&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Apre-commit-ci+updated%3A2024-01-30..2024-04-25&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Awelcome+updated%3A2024-01-30..2024-04-25&type=Issues) | [Zsailer](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3AZsailer+updated%3A2024-01-30..2024-04-25&type=Issues)

0.12.7

([Full Changelog](https://github.com/jupyter-server/pycrdt-websocket/compare/v0.12.6...ded67cd3e51f7db7ea8b8fb4442366a3f6ea2755))

Merged PRs

- Switch to ruff-format [10](https://github.com/jupyter-server/pycrdt-websocket/pull/10) ([davidbrochart](https://github.com/davidbrochart))
- Set project status to incubating [4](https://github.com/jupyter-server/pycrdt-websocket/pull/4) ([Zsailer](https://github.com/Zsailer))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-server/pycrdt-websocket/graphs/contributors?from=2023-12-26&to=2024-01-30&type=c))

[davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Adavidbrochart+updated%3A2023-12-26..2024-01-30&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3Awelcome+updated%3A2023-12-26..2024-01-30&type=Issues) | [Zsailer](https://github.com/search?q=repo%3Ajupyter-server%2Fpycrdt-websocket+involves%3AZsailer+updated%3A2023-12-26..2024-01-30&type=Issues)

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.