From f263eb13871f9867c194947a937845c53d93f789 Mon Sep 17 00:00:00 2001 From: krassowski Date: Tue, 16 Apr 2024 11:47:38 +0000 Subject: [PATCH] Publish 3.0.0alpha0 SHA256 hashes: jupyter-collaboration-3.0.0-alpha.0.tgz: b26f55b2ccc6b5c37ad5ae58716485d565efc717ef7515088214d7a46697a324 jupyter-collaboration-extension-3.0.0-alpha.0.tgz: 31078d098a2e729d46028c8b203e8ccb10ac5382deab2fd722938314e7fa4758 jupyter-docprovider-3.0.0-alpha.0.tgz: 7805ddf5c0a30d2a6fd2306e94513d04ee490a08c8703847f4b0290301df7097 jupyter-docprovider-extension-3.0.0-alpha.0.tgz: ae9b04da7049057ab15878f0c78c5c6d844394e8bab6e33d218f38bb68a4a6f3 jupyter_collaboration-3.0.0a0-py3-none-any.whl: ee3b871197c42553729762456a8d0a44eb10f3d1af356deb41c96df28b87c5e6 jupyter_collaboration-3.0.0a0.tar.gz: 50a9eadbb7403b1767418ec47c41bb93c0bc589c6f313b62eaab265674a42566 jupyter_collaboration_ui-1.0.0a0-py3-none-any.whl: 5d45fb9bc388376626ddaab442abecd853738a615fac56a76974c9c8711b0ca3 jupyter_collaboration_ui-1.0.0a0.tar.gz: 218689c3985099334dd612ced5d28b8b34794854b02804ae9b4050c1b9dc70f0 jupyter_docprovider-1.0.0a0-py3-none-any.whl: 45b43e2c26ab9993a8651f8551d1d34d22ec96d4f220acce3439d47444c923af jupyter_docprovider-1.0.0a0.tar.gz: 9fcfc736fa0524bf2bfd5969fdca5da87248e050fa451b6f1441997049ff9b37 jupyter_server_ydoc-1.0.0a0-py3-none-any.whl: 6ce6747b631401a3f9691c53eb15370963b6554d2424581fa0753f44e175f9de jupyter_server_ydoc-1.0.0a0.tar.gz: c32183732d7b2f27738849a422a2d4a3761200a476e3b15d1e3fdbd1ee1ab646 --- CHANGELOG.md | 26 ++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 201f23bd..64f7b0d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file. +## 3.0.0alpha0 + +([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.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 @@ -16,8 +40,6 @@ All notable changes to this project will be documented in this file. - 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.10 ([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.9...ffcdc6f917b9dc0768d8e056c14ada1dd0baebdd)) diff --git a/package.json b/package.json index 38bff10b..f3e5c48a 100644 --- a/package.json +++ b/package.json @@ -66,4 +66,4 @@ "typedoc": "~0.23.28", "typescript": "~5.0.4" } -} \ No newline at end of file +}